Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Fixed the link so it points to the correct UI & Macros forum.)
 
mNo edit summary
 
Line 1: Line 1:
  +
{{npcbox
==Macros==
 
  +
| name = Evergrove Druid
  +
| image = Evergrove Druid.jpg
  +
| title =
  +
| level = 70
  +
| type =
  +
| faction = Neutral
  +
| city = Cenarion Expedition
  +
| races = [[Night Elf]], [[Tauren]]
  +
| creature = Humanoid
  +
| location = [[Blade's Edge Mountains]]
  +
}}
   
  +
'''Evergrove Druids''' are level 70 [[quest giver]]s located at [[Death's Door]] in the [[contested]] territory of [[Blade's Edge Mountains]]. They appear when summoned using a quest item, and are of a random gender and race (night elf or tauren).
{{faqq}}How do I write a Macro?
 
{{faqa}}See the [[Macros]] page.
 
   
  +
They start the following quests:
  +
* {{questlong|Neutral|68|Harvesting the Fel Ammunition}}
  +
* {{questlong|Neutral|68|Fire At Will!}}
  +
* {{questlong|Neutral|68|The Hound-Master}}
  +
<br>
  +
See [[List of Blade's Edge Mountains NPCs]].
   
  +
==External links==
{{faqq}}How do I write a Macro to do XXXX?
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
{{faqa}}Check the [[Most Used Macros]] to see if someone has already done something like this. Check the question below "What can't a macro do?" to see if its going to be impossible. If neither of these help, try asking on the [http://forums.worldofwarcraft.com/board.html?forumId=11114&sid=1 World of Warcraft UI & Macros Forum].
 
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
  +
{{elinks-NPC|22423}}
   
  +
[[Category:Night elves]]
 
  +
[[Category:Tauren]]
{{faqq}}What can't a macro do?
 
  +
[[Category:Quest givers]]
{{faqa}}A Macro cannot:
 
  +
[[Category:Cenarion Expedition NPCs]]
*Use more than 255 characters
 
  +
[[Category:Blade's Edge Mountains NPCs]]
*Call another macro (with the addon "Supermacro" it is now easy to run other macros in your macro)
 
*Cast a spell/ability without you pressing a button
 
*Cast more than one spell/ability per button press, unless using an ability that isn't affected by global cooldown, like feign death or judgement.
 
*Insert a pause before activating a spell/ability
 
*Target another player's pet automatically (you can only automatically target your own pet)
 
*Output anything to file other than saved variables
 
 
 
{{faqq}}So what can a macro do?
 
{{faqa}}You can call [[World of Warcraft API|any script command]] (/script ''ScriptFunction''), any standard WoW /command such as /say or /attack, and any additional /commands made available by the AddOns you've installed, for example if you install [[Cosmos]] you can use the [[Cosmos Slash Commands]]. If you need to write a long macro, write it as an AddOn in a lua file and bind it to a slash command, just like the Cosmos ones. See the section on Lua and XML for more details.
 
 
 
{{faqq}}What's the real deal with pauses?
 
{{faqa}}You can't use a pause before a spell or ability. However... you can kinda do pauses in certain ways. Firstly, the [[Cosmos]] [[Cosmos Slash Commands|slash commands]] includes a /in option. This will NOT work with spells or abilities, but works fine with chat commands. For example: "/in 5 /say Heal on the way!". You can also use certain script commands based on time, such as the movement commands. See the [[World of Warcraft API]] for more on those.
 
 
== Also See ==
 
* [[UI FAQ/Macros and Scripts]]
 
* [[Most used macros]]
 
 
 
[[Category:FAQs]] [[Category:Macros]]
 

Revision as of 22:50, 21 November 2010

NeutralEvergrove Druid
Image of Evergrove Druid
Race(s) Night Elf, Tauren (Humanoid)
Level 70
Affiliation(s) Cenarion Expedition
Location Blade's Edge Mountains

Evergrove Druids are level 70 quest givers located at Death's Door in the contested territory of Blade's Edge Mountains. They appear when summoned using a quest item, and are of a random gender and race (night elf or tauren).

They start the following quests:


See List of Blade's Edge Mountains NPCs.

External links