Wowpedia

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

READ MORE

Wowpedia
Advertisement


Classes Deathknight Demon hunter Druid Evoker Hunter Mage Monk Paladin Priest Rogue Shaman Warlock Warrior
Class races DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Quests DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Abilities DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Trainers DK DH Dr - Hu Ma Mo Pa Pr Ro Sh Wl Wr
Armor sets DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Useful macros DK DH Dr - Hu Ma Mo Pa Pr Ro Sh Wl Wr
Class Halls DK DH Dr - Hu Ma Mo Pa Pr Ro Sh Wl Wr
Macros
General guides

Macros Beginners Guide
Making a macro
Macro conditionals
Macro commands
Category:Macros

Useful macros by class

Useful macros for death knights Useful macros for demon hunters Useful macros for druids Useful macros for hunters Useful macros for mages Useful macros for monks
Useful macros for paladins Useful macros for priests Useful macros for rogues Useful macros for shamans Useful macros for warlocks Useful macros for warriors

Macro Formatting Guidelines

Note: With the release of 6.0.2, many spells have been renamed, and much of the scripted command functionality has been modified. In an effort to keep Wowpedia posts relevant, please re-validate and re-post macros that work in the current version.

Re-Creating Old Macros

When re-creating a macro in Useful macros please

  • follow the example format posted below (to get the frame around your macro, add a space before you start it)
  • describe what it does
  • note the version of WoW in which you tested it
  • remove it from the Old Macros page

Example Macro

/y Hooray, I made a macro!
  • Use: This yells, "Hooray, I made a macro!"
  • Works in 6.x

Multibox Battle Rez Macro

#showtooltip Rebirth()
/stopcasting
/target [target=Player1, dead] [target=Player2, dead] [target=Player3, dead] [target=Player4, dead]
/castsequence [exists,noharm,dead] reset=600 Rebirth(),,

-1st line: Forces the UI to show the Rebirth tooltip (the thing that pops up when you hover your mouse over a -spell/item/etc)

-2nd line: Stops any spellcasting in progress

-3rd line: This is the targeting line, it automatically cycles through my guys and finds the 1st dead one on the list, then selects him

-4th line: Before casting the spell and wasting a precious 10min CD for a brez, it makes sure the target exists, is friendly, and is, in fact, actually dead and not just pretending.

-4th line: the reset timer is set to 10 minutes and it's put on a cast sequence so that each of the 3 guys i have it on casts it in order

1st guy: Rebirth(),,
2nd guy: ,Rebirth(),
3rd guy: ,,Rebirth()

What this does is cause each of my different druids to cast nothing and move on to the next "spell" in the cast sequence, or cast Rebirth


In a nutshell, you press one button when one of your guys keels over and it auto-selects, auto-cast, and auto-cycles all in one button press. If you have time to set it up or have a consistant 5/10/25 man group, you can replace the Player# names with your group members for a quick brez.

Balance Macros for version 3.1

Shifter (Balance Version)

Normal Version

/cancelform [nostance:0,mod:alt]
/stopmacro [mod:alt]
/cast [mod:shift]Darnassian Nightsaber;[nostance:2,swimming]Aquatic Form;[nostance:2,nocombat,flyable]Swift Flight Form;[stance:5,outdoors]Travel Form;[stance:5]!Moonkin Form;Moonkin Form

Wintergrasp Version

/cancelform [nostance:0,mod:alt]
/stopmacro [mod:alt]
/cast [mod:shift]Darnassian Nightsaber;[nostance:2,swimming]Aquatic Form;[stance:5,outdoors]Travel Form;[stance:5]!Moonkin Form;Moonkin Form
  • Shift: Summon Mount or dismount you (if already mounted).
  • Alt: Cancel any form you are in or do nothing, if already without form.
  • If swimming: Toggles between Aquatic Form and Moonkin Form (Aquatic Form first).
  • If Out of combat and in a flyable area: Toggles into and out of Swift Flight Form.
  • If Outdoors, a non-flyable area, or in combat: Toggles between Moonkin Form and Travel Form (Tree of Life first).
  • If Indoors: Powershifts Moonkin Form. (See Powershifter macro for explaination.)
  • Replace "Darnassian Nightsaber" with non-flying mount of choice.
  • Replace "Swift Flight Form" with "Flight Form" if you do not have Swift Flight Form yet.


Call out Innervate to Party/Raid respectively

#showtooltip 
/stopmacro [nohelp,dead] 
/run c="Innervating %t"if UnitInRaid("player")then SendChatMessage(c, "RAID")elseif GetNumPartyMembers()>0 then SendChatMessage(c, "PARTY")end 
/cast Innervate
  • Use: This macro will send a message to the appropriate channel (raid if you're in a raid, party if you're in a party, or no message at all if you're soloing) declaring who it is that just got your innervate spell.
  • Works in 3.1.1
  • Will send message even if self-cast or cast does not go off due to range or skill being on cooldown.


Focus/Self/None Innervate

#showtooltip
/cast [mod, target=player] Innervate; [target=focus, exists, help] Innervate; [target=none] Innervate
  • Use: With no modifier pressed (alt, ctrl, etc) this macro will Innervate your Focus target if you have one, otherwise it will give you the glowing hand selector so that you can choose who to Innervate.
  • With any modifier pressed it will Innervate the caster themselves.
  • Works in 3.3


Cyclone / Roots

#showtooltip
/use [mod:alt] Entangling Roots; [mod:shift] Cyclone; [target=focus, exists] Cyclone; Cyclone
  • This macro is very imperfect. Please improve or preferably give alternatives.

General Feral Macros for version 4.0.1

Skull Bash

#showtooltip
/cast [stance:1] Skull Bash(Bear Form); [stance:3] Skull Bash(Cat Form) ; War Stomp

Ferocious Bite/Pulverize

#showtooltip
/cast [stance:1] Pulverize; Ferocious Bite

General Feral Macros for version 3.1

Mouseover Bear or Cat Feral Charge

#showtooltip
/cast [stance:1, target=mouseover,exists,harm,nodead] [stance:1,target=target] Feral Charge - Bear; [stance:3, target=mouseover,exists,harm,nodead] [stance:3,target=target] Feral Charge - Cat

This will charge your current mouseover target whether you're in Bear or Cat form. If you don't have a mouseover target, it will charge your current target.

  • Focus: PvP
  • Validated: 3.1

General Attack

/castsequence [stance:1]Lacerate;[stealth]Pounce;[stance:3]reset=target Rake,Mangle (Cat)(); [nocombat]Starfire;reset=9 Moonfire,Wrath
/stopmacro[noexists]
/console Sound_EnableSFX 0
/use 13
/use 14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()

This will give you an attack macro common to Bear, Druid, or Cat. It also uses both trinkets to enable you to use them without errors saying they are on cooldown, or letting them sit there never getting used.

  • Focus: PvP
  • Validated: 3.2


Faerie Fire/Pull

#showtooltip
/stopmacro [noexists][help][dead]
/cast [stance:1/3] Faerie Fire (Feral)(); Faerie Fire
/console Sound_EnableSFX 0 
/use 13
/use 14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear() 

I like to use this to both pull the target to me and activate my trinkets without error messages. It can also be used during battle, if, for example, you used pounce to initiate the battle. Having usable trinkets can be a nuisance as trying to remember to use them only to have to watch for cooldowns, or forgetting about them completely, during battles can make them far less useful than they could be. With this, I might not use it at the most opportune time, but at least I do not fail to use them at all, using them quite often in fact. For a long time I had shortcuts to the trinkets direct and meant to use them as needed, but almost never remembered them during actual battles. This macro works for any form - if you are not in a balance casting form or a feral casting form, it will cancel form before you cast it. It prevents the error sound and message from occurring, but your character can still say it is not ready yet.

  • Focus: PVE
  • Validated: 3.1

Anyform Dash

#showtooltip Dash
/stopmacro [dead][flying][swimming]
/cast [nostealth] !Cat Form
/cast [stance:3] Dash

This will switch you to Cat Form and cast dash, for those instances when a speed burst is needed. It will also provide a powershift, as dash and catform don´t share GCD. It won´t powershift if you´re stealth. Thus, it doesn´t break stealth. Bear in mind this will switch you even if Dash is on cooldown.

  • Focus: Universal
  • Validated: 3.3

Powershifting (breaks snares and roots)

/cast [stance:1] !Dire Bear Form
/cast [stance:2] !Aquatic Form
/cast [stance:3] !Cat Form
/cast [stance:4] !Travel Form

Shapeshifting will allow you to instantly break movement impairing effects such as snares or roots. For those with the Furor talent, this technique can also be used for a quick shot of rage. This shapeshift macro will not shift you out if you are out of mana or in a GCD, so it is safe to use it while tanking. Since 3.0.2 this macro has lost some of its utility in energy shapeshifting due to energy regen mechanic changes, but is still useful for breaking snares and roots in all forms.

  • Focus: Universal
  • Validated: 3.1



Improved Power Shifting (breaks snares and roots)

#showtooltip
/cast [stance:0]!Travel Form;[stance:0/4/6,flyable,nocombat]!Flight Form;[stance:1]!Dire Bear Form;[stance:2]!Aquatic Form;[stance:3]!Cat Form;[stance:4]!Travel Form;[stance:5]!Tree of Life;!Moonkin

More advanced form of Powershifting (breaks snares and roots) (above). This will break snares and shift you into a faster movement form if it's safe to do so. That is, if you're Cat/Bear/Tree/Owl/Otter you'll powershift to the same form. However, if you're caster form you'll shift to Travel. If Flight is available from Travel, you'll shift to that, otherwise you'll just powershift in Travel Form. In case you get snared on the ground in flight form, you'll power shift in flight form as well.

Note: By default the macro uses Flight Form. When you get Swift Flight Form, you'll have to prepend "Swift ". Additionally, if you don't have Tree of Life or Moonkin Form you must change [stance:0/4/6] to [stance:/0/4/5].

  • Focus: Universal
  • Validated: 3.2

A Travel/Combat macro:

#showtooltip
/cast [swimming,btn:1] Aquatic Form;[outdoors,nocombat,noflyable,nostance:1,btn:1] Travel Form;[combat,stance:5] [outdoors,nocombat,flyable,nostance:1,btn:1] Swift Flight Form; [stance:1,nocombat] Dire Bear Form; [combat][] !Dire Bear Form

This macro allows for 1 button shifting between travel and combat for feral druids. Feral druids who spend most of their time fighting as a cat, but switch to bear when extra armor or health are needed, may find this useful.

  • First, if you are swimming and use button 1, then it will use aquatic.
  • Second, if you are outside, not fighting, in a no fly zone, not a bear, and you use button 1, then it will use cheetah.
  • Third, if you are outside, not fighting, in a fly zone, not a bear, and use button 1, flight form - or, if you are in bird form and in combat, it will let you get out of flight form

I have had it happen where I aggro something in flight form and then I am "in combat," so the button turns into bear form but I am too high so WoW will not let me leave flight, instead I get the "You are in shapeshift form" error. This rule catches that and lets you exit flight form then the button turns into bear form.

  • Fourth, if you are in not in combat, and in bear form, it will give you druid form.
  • Last, if you are in combat, or anything else (a catch all) !Dire Bear form.

With this macro a Feral Druid can use the button they normally use while in Druid or Cat form to get to bear form instead to, in combat, still give bear as expected, but in non combat give travel forms: in water anywhere, give aquatic, in fly zones give flight form, and in bear form, give druid form. It always turns into bear when you right-click on it, or do anything but left click on it. The last form includes "Power Shifting" listed below to allow the druid to go from and to bear form while in combat to break impediment.

  • Focus: Universal
  • Validated: 3.1



Stance Number Variations

-THESE MACROS MAY REQUIRE CUSTOMIZATION - Please read before saying the macro doesn't work -

  • If you are a feral druid with swift flight form, this macro is the one you want.
  • IF YOU DON'T HAVE SWIFT FLIGHT FORM then you need to replace "Swift Flight Form" with "Flight Form" in the macro.
  • IF YOU HAVE THE FORM MOONKIN OR TREE OF LIFE then you need to change all above instances of 2/4/5 to 2/4/6.

Why do you have to change the numbers? Because of the way blizzard set up stances.

  • Stance 0 is default - never changes
  • Stance 1 is bear - never changes
  • Stance 2 is aquatic - never changes
  • Stance 3 is cat - never changes
  • Stance 4 is travel - never changes
  • Stance 5 is for moonkin or tree of life - never changes - or could be for flight form.
  • Stance 6 is for flight form. - changes if moonkin or tree are not available

If there is no moonkin or tree of life form available, flight form is moved down a number, thus flight form is stance 5 for a feral druid.

  • Focus: Universal
  • Validated: 3.1

MetaShifting Macro

  • Prepearing:

For properly working you need to clear 4-5 action buttons for that metamacro.

  • Main Macro:
/click [nomodifier]MultiBarLeftButton1
/click [mod:shift]MultiBarLeftButton2
/click [mod:ctrl]MultiBarLeftButton3
/cancelform [mod:alt]

Note: Place that macro at any useful action slot and bind any button w/o any modificators like "shift+/ctrl+/alt+". I've use side-mouse button for myself (button4/button5).


  • NoMod Macro:
/use [stance:3]Feral Charge - Cat
/use [stance:1]Feral Charge - Bear
/use [nostance:1/3]!Cat Form

Note: Place that macro at 1st slot of left side-actionbar (4th in interface settings). Otherwise you need to change 1st line in Main Macro (MultiBarLeftButton1).


  • Mod:Shift Macro:
/use [stance:1]!Cat Form
/use [nostance:1]!Dire Bear Form

Note: Place that macro at 2nd slot of left side-actionbar (4th in interface settings). Otherwise you need to change 2nd line in Main Macro (MultiBarLeftButton2).


  • Mod:Ctrl Macro:
/use [nocombat]!Travel Form
/use [stance:1]!Dire Bear Form
/use [stance:2]!Aquatic Form
/use [stance:3]!Cat Form

Note: Place that macro at 3rd slot of left side-actionbar (4th in interface settings). Otherwise you need to change 3rd line in Main Macro (MultiBarLeftButton3).


  • Optional: UserFriendly Macro:
#showtooltip [mod:ctrl]Travel Form;[stance:3,mod:shift]Dire Bear Form;[stance:3]Feral Charge - Cat;[stance:1,mod:shift]Cat Form;[stance:1]Feral Charge - Bear;[mod:shift]Dire Bear Form;Cat Form;
/click MultiBarLeftButton4

Note: It's a interface part of meta macro =). If you planing to use that macro, then you need replace a Main Macro to 4th slot of left side-actionbar (4th in interface settings). Otherwise you need to change 2nd line in UserFriendly Macro (MultiBarLeftButton4).

Discription: If you are in any forms exept bear and cat, you'll be shifted in cat by clicking macro w/o mods. If you are in cat or bear form, then clicking w/o mods charge you at enemy target. If you hold shift in cat or bear form that'll shift you in another form: Cat -> Bear or Bear -> Cat. At any cases if you hold control mod macro shift you in travel form if you are not in combat, otherwise you'll be shifted in cat form. And one more: clicking macro in combat with control makes you powershift at same form (bear/aquatic/cat) exept tree/moonkin.

  • For more information about MultiBarLeftButton's look at Making a macro page.
  • Focus: Universal
  • Validated: 3.1


Shift out and Heal instantly

Will shift you out, equip healing weapon + healing idol and toss out Lifebloom or whatever you prefer. Ideally a feral pvp'er/dps'er would have one for Lifebloom and/or Regrowth and/or Healing Touch and/or Nourish as you may find yourself running and healing with and without the Predator's Swiftness buff.

/showtooltip
/equip [mod:alt] Lupine Longstaff; Icecore Staff
/equip [mod:alt] Idol of Mutilation; Deadly Gladiator's Idol of Tenacity
/stopmacro [mod:alt]
/use [mod:shift] Regrowth
/use Lifebloom
  • Use: Press once to shift out of form and equip max healing weapon+idol and toss Lifebloom (or with Shift to toss Regrowth). Press with Alt to make sure you're back in dps weapon/idol. Adjust names of weapon and idol of course. The /stopmacro line is there to make sure you don't shift out and toss Lifebloom when you're just trying to re-equip your main dps gear.

Bear Feral Macros for version 3.1

Power Shift Bear

/cast !Dire Bear Form
  • Use: This shifts you into Dire Bear form, and can be used to shift from Dire Bear form to Dire Bear form. Very useful to get out of CC without losing your Bear armor/stam buffs, but it will drop your rage to 0. Also works great to hit this before enrage for 10 extra rage, depending on spec.
  • Focus: Universal
  • Validated: 3.1

Better Mangle

#showtooltip
/startattack
/use Mangle (Bear)()
/use !Maul
  • Use: Casts Mangle and queues up Maul resulting in more effective rage burn/threat per second. Starts autoattack if not enough rage for either.
  • Focus: PVE
  • Validated: 3.1

Better Swipe

/cast Swipe (Bear)
/cast !Maul
  • Use: Casts Swipe and queues up Maul resulting in more effective threat per second for AOE tanking.
  • Focus: PVE
  • Validated: 3.3.3

Lazy Tanking

/castsequence reset=4 Mangle (Bear), Lacerate, Swipe (Bear), Lacerate
/cast Maul
  • Use: Mangle, then casts Lacerate, Swipe, Lacerate. Don't put more than 2 points into Improved Mangle or you clip your Mangles with this macro. Burns rage fast, not ideal for all situations. Works well to set this to Mouse Up, and "Better Swipe" to Mouse Down. Especially not useful for when you are under the Berserk buff.
  • Works in 3.1.1

I Want to Live

/cast Frenzied Regeneration
/use Fel Healthstone
/use Runic Healing Potion
/use Valor Medal of the First War
  • Use: Hit this when you need to get life back.
  • Focus: PVE
  • Validated: 3.1


Taunt/AOE Taunt

#showtooltip
/use [mod:alt] Challenging Roar; Growl

Cat Feral Macros for version 3.1

Cat Anti-Cat/Rogue Opener a.k.a. "Ghetto Sap"

#showtooltip
/cleartarget [noexists, stealth]
/targetenemy [noexists]
/use [stealth] Pounce; Rake
/use [nostealth] 10
/cleartarget [noexists, stealth]


  • Will Pounce anything in range but clear ranged targets, fire up hand tinker if not stealthed and use Rake out of stealth. Spam this when searching for that elusive rogue or cat. Not entirely sure how it works, but it does. Starmist credit for the idea, Coldbear for the successful addition of Rake. Might be a few too many modifiers, but ...yeah.

Berserk in PVE with Hysteriabot Blood DK

#showtooltip Berserk
/use [nomod:shift] Berserk
/use [nomod:shift] Sulfuron Slammer
/stopmacro [nomod:shift]
/w Kastille BERSERK A GO GO! 
/ w Asreif BERSERK A GO GO! 
  • Safe to use regularly in pvp/bg's/whatever, then when raiding with a Blood DK who's going to provide you with Hysteria, hit Shift + Macro hotkey - get Hysteria - then hit button normally and go to town. If you run with several different Blood DK's on a regular basis, just make a line for each of them but disable the line by putting a space between the "/" and the "w".
  • Why the Sulfuron Slammer? - Makes things look pretty, puts a different-looking notification into everyone's chat frame (which can get you Hysteria if you've forgotten to notify the Blood DK), but could possibly self-stun you if the fight goes on for too long or you mash the button.

Cat Form from Flight Form:

Quite often druids can be flying close enough to the ground to change forms without danger but not 'on the ground' and so prevented by WoW from leaving flight directly into other forms. This has been dealt with in the macros above and below:

/cast [stance:5] Swift Flight Form
/cast [combat] !Cat Form;Cat Form

If a druid is in flight form and not on the ground WoW gives the error "You are in shapeshift form" and prevents them from becoming a Cat. This macro allows a druid to turn into a cat when in flight form and not on the ground, even if the druid just wants to turn into a cat and plummet to death. This also includes the "Power Shifting" listed below, such that if in combat, the cat button will take the druid from and to cat form to break the impediment, but if not in combat, will release from cat form and into druid form. A similar version can be made using Dire Bear Form, but many DPS Feral Druids may only use Bear Form in combat as needed, while out of combat always being in cat form, druid form, or one of the other travel forms. Note Flight Stance number variations.

  • Focus: Universal
  • Validated: 3.1



Cat Start

#showtooltip
/castsequence [btn:2,target=player] reset=6 Mark of the Wild, Thorns, Nature's Grasp, Cat Form, Prowl;[btn:1,target=player] reset=6 Lifebloom, Rejuvenation, Regrowth,Nature's Grasp, Cat Form,Prowl

In Battle Grounds I died a lot so I designed this macro for easy one button startup. If you right click, the sequence gives you your Mark, Thorns, Nature's Grasp, Cat, and if you want, Stealth. If you left click, it prepares you for a battle by giving you a few heals over time, Nature's Grasp, then Cat Form, and finally stealth, so you can attack and for up to 21 seconds get healing while you fight. Both reset after 6 seconds, basically as soon as you are through with them. The second one costs a lot of Mana, but a good battle last a while and you gain mana very quickly while fighting, if you spec right, such that after the battle you are usually in good shape. Also, if you do not change forms during the fight, you really could care less how much Mana you have at the start of the battle.

  • Focus: PVP
  • Validated: 3.1



One-button Cat Stealth Attack

#showtooltip
/cast [mod:alt] Feral Charge - Cat
/cast [stealth] Pounce
/cast [combat] Shred
/cast [nocombat,nostealth] Prowl

This will put you into Prowl, pounce attack, then continue with Shred (useful in BG/Raids or on runners)
Hold alt for Feral charge.
Pounce can be replaced by Ravage if you prefer.

  • Focus: General
  • Validated: 3.1.3


Pre-Mangle grinding with Tiger's Fury

#showtooltip
/console Sound_EnableSFX 0 
/castsequence reset=5,target Rake,Claw,Claw
/cast Tiger's Fury
/script UIErrorsFrame:Clear() 
/console Sound_EnableSFX 1

This is a macro I've been using for a while. It allows you to keep Rip active without waisting energy or ticks of Rip.
You can just mash the button without "Not enough energy" bugging you.
Great while leveling, even better if you have the Ability druid kingofthejungle [King of the Jungle] tallent, as long as you start the fight and have a need for 60 energy.

  • Works in 3.1.3


Cat "Battle-in-a-Button"

#showtooltip
/castsequence [stealth] Pounce; reset=target Rake, Mangle (Cat)(),Savage Roar,Mangle (Cat)(),Mangle (Cat)(),Rake,Rip,Mangle (Cat)(),Mangle (Cat)(),Rake,Ferocious Bite,Mangle (Cat)(),Mangle (Cat)(),Rake,Mangle (Cat)(),Maim,Mangle (Cat)()

This is a complete sequence for a battle. It starts with Pounce if you are in stealth, otherwise it steps through a sequence of moves designed to get combo points and give effects. I tried to fill the time between rake's to account for its cool down. The first power is Savage Roar, to give 30% more attack power. If you see the target will give a long battle then you can use other keys before you get to the roar to add more points. Usually I have 3 points which leads to 24 seconds of extra attack power and that is longer than most battles for me, but some elites lead me to want all five points prior to the roar so I click three times, two if I was not stealth, then use other buttons to add points as needed, then continue on the macro for a maximum 34 second roar buff. Next we build up for Rip, for added damage over time. (It is really nice to see mangle, rake, and rip all going on target at the same time.) If they are still alive after this, then we build up for Ferocious Bite, usually non-elite targets are dead before or at this point. Finally we build up for Maim, a finishing move to stun them and let you watch them bleed, do a little healing before restarting from the beginning, or run away if you think they are too much for you to handle. (If they lived this long then they are tough or you are fighting things too high for your level). The macro will start all over again. I tried to ensure that for every mangle there was a bleed effect present for it to enhance. If you are in stealth and start the battle with a pounce, then rake, when you mangle you will have two separate bleed effects going on. It is useful to have separate shortcuts for the maim, rip, or bite as this macro cannot account for misses, dodges, or parries; and you can find yourself with five points collected and three or more moves to the next finishing attack, wasting potential point build up. You can substitute Claw for Mangle, if you do not have the mangle talent yet, but claw costs more and does less damage. Another important button is any ability to get a point, as sometimes you may find yourself at a power ability and no points, do to using another power or having the point building moves being missed, dodged, or parried; giving you the error "That ability requires combo points," which will block the rest of the macro. I have Maim set up as a hot key to stop spell casting if I see them trying to heal, which uses up my points and sometimes that hinders the macro and forces me to earn extra points before proceeding.

  • Focus: PVE
  • Validated: 3.1

3.1 Restoration Macros

Shifter (Resto Version)

Normal Version

/cancelform [nostance:0,mod:alt]
/stopmacro [mod:alt]
/cast [mod:shift]Darnassian Nightsaber;[nostance:2,swimming]Aquatic Form;[nostance:2,nocombat,flyable]Swift Flight Form;[stance:5,outdoors]Travel Form;[stance:5]!Tree of Life;Tree of Life

Wintergrasp Version

/cancelform [nostance:0,mod:alt]
/stopmacro [mod:alt]
/cast [mod:shift]Darnassian Nightsaber;[nostance:2,swimming]Aquatic Form;[stance:5,outdoors]Travel Form;[stance:5]!Tree of Life;Tree of Life
  • Shift: Summon Mount or dismount you (if already mounted).
  • Alt: Cancel any form you are in or do nothing, if already without form.
  • If swimming: Toggles between Aquatic Form and Tree of Life (Aquatic Form first).
  • If Out of combat and in a flyable area: Toggles into and out of Swift Flight Form.
  • If Outdoors, a non-flyable area, or in combat: Toggles between Tree of Life and Travel Form (Tree of Life first).
  • If Indoors: Powershifts Tree of Life. (See Powershifter macro for explaination.)
  • Replace "Darnassian Nightsaber" with non-flying mount of choice.
  • Replace "Swift Flight Form" with "Flight Form" if you do not have Swift Flight Form yet.


Smart Rez with smart calling

#showtooltip 
/stopmacro [nohelp,nodead] 
/run c="Resurrecting %t"if UnitInRaid("player")then SendChatMessage(c, "RAID")elseif GetNumPartyMembers()>0 then SendChatMessage(c, "PARTY")end 
/cast [combat] Rebirth ; Revive
  • Use: If you're in combat, casts your Battle Rez, otherwise casts your normal rez, and then picks the appropriate channel to announce your rez target to (raid if you're in a raid, party otherwise) The calling is a little buggy if you're targetting someone who already released, not much can be done to get around that.
  • Works in 3.1.1
  • Does not work on players who have released.

Mouse-over Healing

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Swiftmend
  • Use: Casts Swiftmend on your mouseover target; if you don't have one, it'll cast on your target, if you have neither it'll just cast on yourself. Swiftmend can be replaced with any beneficial spell.
  • Works in 3.1.1

Better Tranquility

#showtooltip Tranquility
/equip Icecore Staff
/use Tranquility
  • This is buggy. Please improve.
#showtooltip Tranquility
/equip Icecore Staff
/castsequence Barkskin, Tranquility
  • Might be better? - But what happens if Barkskin is on cooldown?

Tank Died/Panic

#showtooltip Rebirth
/castsequence reset=600 Nature's Swiftness, Rebirth
/run c="Don't release! I got ya."if UnitInRaid("player")then SendChatMessage(c, "RAID")elseif GetNumPartyMembers()>0 then SendChatMessage(c, "PARTY")end 
  • Simply casts Nature's Swiftness and Rebirth back to back, giving you instant battle rez, and announces it using a clipping of the rez macro up there.
  • Tested in 3.3.0

3.1 All Druid Macros

OLD MACROS BELOW

The macros below this line have not been validated to work in 3.1. Use at your own risk.


General

Fastest form of travel Macro

/stopcasting
/cast [swimming] Aquatic Form;
/cast [indoors] Cat Form;
/cast [flyable,nocombat] Swift Flight Form;
/cast [combat,outdoors] Travel Form;
/use [nocombat,outdoors,noswimming,noflyable] Great White Kodo;
/dismount [mounted]

This will basically get the fastest form of travel available. When mounted it will dismount you, swimming, => Aquatic Form, indoors => Cat form flyable zone => Swift Flight Form in combat (and outdoors) => Travel Form noflyable zone and not in combat => mount

  • Focus:General
  • Validated: 3.1

Maim / Lacerate / Healing Touch

#showtooltip
/cast [form:1] Lacerate; [form:3] Maim; [noform] Healing Touch

This will give you one button that in bear form does Ability druid lacerate [Lacerate]; in cat it does Ability druid mangle [Maim], and in caster it does a downranked Healing Touch. The button will show the icon for whichever skill/spell is up.

This is an example that is made obsolete by Action Bar switching. It remains practical for custom User Interfaces that make all 120 Action Buttons visible simultaneously. Also, since there are only 12 Action Buttons reserved per form, a 13th action may need to be a macro.

Nature's Grasp and follow

#showtooltip Nature's Grasp
/cast Nature's Grasp
/follow

In the laziness department, people who use the /follow command to go afk in a wide variety of in-game activities (Molten Core runs, AV, corpse-runs) are generally recognized to be a step above. If you'd like to join this elite but misunderstood crowd, and cut down on your UI clutter at the same time, install this someplace convenient.

See also: Useful_macros#Follow_with_emote

Healing spell / damage spell

/cast [modifier:alt, target=player][help] Rejuvenation; [harm] Moonfire

Holding ALT will cast Rejuvenation on yourself regardless of who you're targeting; otherwise cast Moonfire on an attackable target and Rejuvenation on a target that can be healed.

This behavior can also be accomplished using two Action Buttons, key bindings, and spells alone - with one exception: If Rejuvenation is cast without a macro, and nothing is targeted, then the cursor will await identification of a target (the next unit you click).

Cast innervate on yourself without changing target

/cast [target=player] Innervate

Note that the `target=player' bit is not an instruction to change the target to yourself. Rather, it specifies the spell-target for the spell to follow (here the innervate), which is totally different from your `current' target. Viz, your `current' target won't be changed when this macro is used. If a target-change was to take place, and you were to damage another target by accident, you would lose any combo-points you had stacked.

Keep Rooted / Hibernated

/focus [target=focus, exists, nodead] focus; [btn:2][] target
/cast [target=focus] Entangling Roots

This is a great crowd control ability either in pve or pvp against rogues and warriors. First you root the enemy that you want to save for later, then whenever it's time to re-tangle, just press the key again without changing targets.

See also: http://www.wowwiki.com/Useful_macros#Crowd_Control_stays_on_1_mob

Equip the best weapon and off-hand per form

#showtooltip Dire Bear Form
/equip [stance:1/3] Epoch-Mender
/equip [stance:1/3] Idol of the Emerald Queen
/cast [nostance] Dire Bear Form
/cancelform
/equip [nostance] Earthwarden
/equip [nostance] Idol of Brutality

(To use this for Cat Form, just replace Dire Bear Form with Cat Form.)

This macro will cancel form and equip your healing weapon/idol so you can heal yourself. Then, when you use it again to return to feral form, it will equip your DPS or tanking weapon and idol.

See also: http://www.wowwiki.com/Useful_macros#Easy_equip_off-hand

Buffing

/castsequence reset=target Mark of the Wild, Thorns

This will cast MOTW and then Thorns on your target.

A play on this macro for feral druids self-buff is:

/castsequence [target=player] reset=10 Thorns, Mark of the Wild

The one below is a little more involved, but easy to use.

  • Using the left mouse button will buff your current target with MotW, then Thorns if pressed a second time. If you hold shift, it will rebuff your target with Thorns.
  • Using the right mouse button will buff yourself with MotW, then Thorns on the second press. Shift + right clicking will rebuff yourself with Thorns.
  • Since Thorns wears off faster than MotW, it is nice to have a way to rebuff without having to cycle through MotW first. The shift modifier was added to address this. Why not cast Thorns first, then? Not everyone in the party should get Thorns cast on them when in a group.
  • The cast sequence will reset after 6 seconds for self-buffing and after changing targets for target buffing.
/cast [modifier:shift, button:2, target=player] Thorns
/castsequence [button:2, target=player] reset=6 Mark of the Wild, Thorns
/cast [modifier:shift] Thorns
/castsequence reset=target Mark of the Wild, Thorns

Here is a version with better control. If you click it with the middle button of the mouse it casts Gift of the Wild, if you click with right button it casts Thorns, if you activate it in some other way it casts Mark of the Wild:

#show Gift of the Wild
/cast [button:3] Gift of the Wild; [button:2] Thorns; Mark of the Wild


Buffmacro for control-freaks:

#showtooltip
/cast [modifier:shift] Thorns; [modifier:alt] Gift of the Wild; Mark of the Wild

Multi-Target Buffs or Heals

This will work as mouse-over healing or buffing for groups, healing or buffing a single target, or buffing the player, in that order. It will also over-ride and go directly to casting on the player. Obviously, you can change it to use whatever type of modifier you wish.

#showtooltip
/cast [button:1,target=mouseover,help,exists] [button:1,target=target,help,nodead] [target=player] <<Insert any friendly spell>></nowiki>


All-terrain best form

#showtooltip
/cancelform
/dismount
/cast [modifier: Alt] Swift Spectral Tiger; [swimming] Aquatic Form; [flyable,nocombat] Swift Flight Form; Travel Form

The form that your druid will take is determined by these checks, in this order:

  • Swimming? Become a sea-lion. (Shift out if already a sea-lion.)
  • Able to fly? Become a bird. (Shift out if already a bird.)
  • Able to mount? Mount up. (You may only mount if you are standing still, outside, and out of combat.)
  • If nothing else occurs: become a cheetah or panther. (If in PvP combat, powershift.)

Replace "Swift Flight Form" with plain "Flight Form", or "Swift Spectral Tiger" with the name of your land mount.

Edit to Above

Above Macro no longer works the /cancelform and /dismount commands will remove form or dismount you but will instantly cast you into a form because of the Global Cooldown

#showtooltip
/cast Rejuvenation [mounted, form]
/cast [modifier: Shift] Swift Stormsaber; [swimming] Aquatic Form; [flyable,nocombat] Flight Form; Travel Form

This macro does the exact same thing as the above one is intended for with the desired effect.

Healing

Situation-Appropriate Resurrection, tell via /s

#showtooltip
/say I am resurrecting %t
/cast [combat] Rebirth ; Revive

If you are in combat it uses Spell nature reincarnation [Rebirth] (the resurrection with the 10-minute cooldown). If you are not in combat you cast Ability druid lunarguidance [Revive], which does not have a cooldown.

Situation-Appropriate Resurrection, tell via /w to the rezee

This macro will send a tell to the player you have your mouse over, this is great for seeing if the dead player is online, you will still need to click the dead player to resurrect them.

#showtooltip
/script SendChatMessage("WTS out of combat res, only 100G !!!", "WHISPER", nil, UnitName("mouseover"));
/cast [combat] Rebirth ; Revive

you free to change the message send by editing "WTS out of combat res, only 100G !!!" just leave the "" in the macro :) You can also add in

/say I am resurrecting %t

at the end if you wish :)

Hover healing

/cast [target=mouseover,help,nodead][help][target=player] Healing Touch

Heal the character under the mouse pointer, or if there is no ally there, heal a friendly that you have targeted, or if there is none heal yourself. Replace Healing Touch with the spell of your choice.

Nature's Swiftness + Healing Touch - without global cooldown

/stopcasting
/cast Nature's Swiftness
/cast [target=player] Healing Touch

Omit [target=player] to heal your target instantly instead of yourself. Whatever spell you might be casting at the time you hit this button will be canceled and this emergency heal will be an instant one.

Another version of this macro could be:

/stopcasting
/cast [mod:alt,target=player][help] Nature's Swiftness
/castsequence [mod,target=player][help] reset=25/combat Healing Touch, Rejuvenation, Swiftmend, Regrowth

Here the emphasis is on healing a friendly target, but the player only when a modifier (ALT) is used. While Nature's Swiftness cools, Rejuvenation/Swiftmend and Regrowth serve as backup emergency heals.

Lifebloom / Rejuvenation rotation

#showtooltip Lifebloom
/castsequence [modifier:alt,target=player][target=mouseover, exists][] reset=7 Lifebloom, Rejuvenation, Lifebloom

Macro can be cast on mouseover target, target, or alt-self. This macro functions as a way to have one button for the heal rotation of Lifebloom/Rejuvenation. If you click it:

  • 1st time: casts Lifebloom1
  • 2nd time: casts Rejuvenation
  • 3rd time: casts Lifebloom2
  • (cast sequence resets)
  • 4th time: casts Lifebloom3
  • NOTE: If you wait 7 seconds the macro resets so you can start the process over again.

Rejuvenation and Swiftmend

#showtooltip Swiftmend
/castsequence [exists,help] reset=12/target Rejuvenation, Swiftmend
/stopmacro [exists,help]
/castsequence [modifier:alt,target=player][target=mouseover, exists][] reset=12 Rejuvenation, Swiftmend

Macro can be cast on mouseover target, target, or alt-self. Macro casts Rejuvenation on target, then when clicked again for same target will cast Swiftmend(If no cooldown).

Lifebloom on focus' target

#showtooltip Lifebloom
/focus [target=focus,exists,nodead] focus; [harm] target
/cast [target=focustarget] Lifebloom

This macro is useful for quickly reacting to raid damage on fights like Aran where the kill target randomly selects and damages members of a party. Just hit this macro each time you see the target of your focus change. If you don't have a focus at first, it will be set to your target.

Announcing Rebirth

#showtooltip
/stopmacro [nohelp,nodead]
/y Resurrecting %t
/cast Rebirth

This macro is useful when in a party or raid with more than 1 druid. It will announce the player who will receive your combat rez, so other druids know they don't need to rez anymore.

When the target has released, the spell will still work but you will yell "Resurrecting <no target>". For a variation that solves this problem, see: Useful_macros#Announce_resurrection_target

Healing against Anzu (epic Flight Form quest)

#showtooltip Rejuvenation
/target [modifier:shift] Eagle Spirit; [modifier:ctrl] Falcon Spirit; [modifier:alt] Hawk Spirit; party1
/cast [modifier] Rejuvenation (Rank 1); Rejuvenation
/targetlasttarget

This macro can temporarily replace your usual Rejuvenation macro against Anzu. Hold shift to target the Eagle Spirit, control for the Falcon, and alt for the Hawk. This will cause the macro to cast Rejuvenation rank 1. Without a modifier, it will target your party leader (usually the tank, to mark your opponents) and cast your max rank Rejuvenation.

Feral

Druid Tanking "Oh Shi-" button

#showtooltip
/castsequence reset=60 Survival Instincts, Frenzied Regeneration, Barkskin
/use Master Healthstone
/use Super Healing Potion
/use 13 (or 14) (if you have tanking trinkets)

This is a macro useful for any time when you're almost dead and can't shift out to heal yourself. Hit it Three Times within 60 seconds for best effect.

Druid Tanking "Oh Shi-" button v2

/console Sound_EnableSFX 0
/cast Survival Instincts
/cast Barkskin
/cast Frenzied Regeneration
/use Runic Healing Potion
/use Master Heathstone
/use 13
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1

This version mutes error sounds and hides the error frame. Also, its best to use Frenzied Regeneration before your health pots, incase you have glyph of frenzied regeneration, 20% bonus healing while its active. Survival Instincts and Barkskin have no GCD so the castsequence has been removed.

Faerie Fire appropriate to form

/cast [form:1/3] Faerie Fire (Feral)(); Faerie Fire

Bears and cats cast a "Feral" Faerie Fire. Other forms cast the regular type. All of the parentheses (()) that you see are needed; without them, "Feral" is mistaken as the spell rank, and the cast fails. An empty pair of brackets says: use the highest rank available.

Faerie Fire for form with mouseover support

#showtooltip
/cast [form:1/3, target=mouseover,harm,nodead] Faerie Fire (Feral)(); [form:1/3] Faerie Fire (Feral)(); [target=mouseover,harm,nodead][] Faerie Fire 

A small variation of the above, this allows you to cast Feral Faerie Fire in bear/cat form, and the normal version when you are in another form, or none at all. How it works: First it checks if you are in bear or cat form, AND checks for a mouseover target. If this fails, it goes to the second part that checks again for bear or cat form. If you are not in either form, it will default to using Faerie Fire on either your mouseover or your current target.

Faerie Fire w/ Trinkets

#showtooltip
/stopmacro [help][noexists][dead]
/cast [stance:1/3] Faerie Fire (Feral)(); Faerie Fire
/console Sound_EnableSFX 0 
/use 13
/use 14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear() 

For Faerie Fire, this version will work same as above, but it will also activate one of the equipped trinkets while hiding any error messages or noises from cool down not being complete. There is also has a part at the top to prevent accidental trinket activation if the target is friendly, there is no target, or if the target is dead.

Ravage/Pounce in stealth, Rake/Mangle unstealthed

#showtooltip
/cast [stealth, modifier:alt] pounce; [stealth] ravage
/cast [modifier:alt] rake; Mangle - Cat

While you're stealthed in cat form, you can press the button to open with Ravage, or hold alt and press it to open with Pounce. When you're not stealthed, Mangle is the default, and Rake is the alternative. Since druids in cat form don't get a separate actionbar for while they're stealthed like rogues do, this macro condenses four major abilities into one button and makes them more manageable.

Ravage & Shred 2-in-1

#showtooltip
/cast [nostealth] Shred; [stealth] Ravage 

Turns the hotkey to Ravage when Prowling & Shred when not Prowling. Substitute Pounce if you're using the TF/Ravage macro below.

Feral Charge Focus Target

/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] <Moonkin Form/Tree of Life>; [mounted] <Mount Name>
/focus [target=focus,noexists]
/cast [nostance] Dire Bear Form
/cast [target=focus] Feral Charge


Will need to bash the key till' the Feral Charge goes off, due to the server side delay on Furor. Works great in arenas :). A side note after you have made the Feral Charge you will remain in Bear Form so keep that in mind.

Cat Form + Prowl or Shadowmeld

#showtooltip
/cast [noform:3] !Cat Form; [combat] Shadowmeld; [form, nocombat] !Prowl; [nocombat] Pounce

Feel free to remove Pounce from the end of the macro if you do not wish to Pounce.

Examples:

In combat, no form: Cat Form, Shadowmeld, Cat Form, Prowl

No combat, no form: Cat Form, Prowl

No combat, cat form: Prowl

Reasoning behind "In combat, no form" going to Cat Form first is that you may not want to use your Shadowmeld right away; you may want to get a few attacks in before going back to Shadowmeld.

This macro will make it Shadowmeld first, then Cat Form to Prowl:

#showtooltip
/cast [combat] Shadowmeld; [noform:3] !Cat Form; [form, nocombat] !Prowl; [nocombat] Pounce

Prowl if cat and not in combat otherwise Shadowmeld

#showtooltip
/cast [stance:3, nocombat] Prowl; Shadowmeld

Prowl action bar switch

#showtooltip Prowl
/cast [no combat, form:3] Prowl
/swapactionbar 1 2

You will however have to change your Pounce and other openers to the following macro to switch back:

#showtooltip Pounce
/cast [form:3, Stealth] Pounce
/ [Combat] swapactionbar 2 1

In the place of "Pounce" put your desired opener.

Alternatively, many action bar addons will swap bars for you when you stealth, making this much simpler.

Mark + FFF

#showtooltip
/cast Faerie Fire (Feral) ()
/script SetRaidTarget("target",8)
/startattack

"/p Kill the skull!"

Taunt and start autoattack if it is off

/cast Growl
/startattack

Use this if you find yourself Growling and not auto attacking, losing the mob after the taunt wears off. Especially useful if you have enabled the option to turn auto attack off when you change targets.

Use item with attack ability

#showtooltip Mangle - Cat
/cast <item name>
/cast Tiger's Fury
/cast Mangle - Cat
/startattack

Pairing an activated effect with an ability that can use it is an excellent solution for those that want (a trinket's) benefits whenever the cooldown finishes. Obviously, the inherent drawback is the timing - but if you were going to forget about the item anyway, you gain on the average. Note that using /cast <item name> instead of /use <item name> is often preferable, as /use will equip an unequipped item, which is rarely the intended outcome. If /use is preferred, you may substitute it.


Tracking and gathering

/castsequence [nocombat, form:3] reset=combat Track Humanoids, Find Herbs, Find Minerals
/castsequence [nocombat, noform:3] Find Minerals, Find Herbs

The Druid has one tracking ability that can be selected: this can, however, put a dint in your gathering prospects, and only be cast in cat form.

"form:3" checks can remove the track humanoid when not in cat form. "reset=combat" changes it so that after a combat, it automatically goes back to track humanoids first, no matter what was previously cast (so you can see if any others are around).

Pounce / Shred, Claw, Rake, Rip finally

/castsequence [stealth]pounce;reset=25/combat/target shred, claw, claw, rake, rip, claw, claw

You may want to substitute Ferocious Bite for Rip when fighting lower level mobs, and Mangle for Claw if you have that ability. If you have mangle, substitute with:

/castsequence [stealth]pounce;reset=25/combat/target Mangle - Cat, shred, Mangle - Cat, rake, rip, Mangle - Cat, Mangle - Cat

Note that this macro does not take advantage of faster combo point generation from Primal Fury, and will also not account for misses, dodges, or parries.

This macro may need to be re-evaluated for changed energy requirements from the new 3.0 talents.

Spamable: Cast Form to Cat Form to Prowl to Pounce to Mangle

#showtooltip
/cast [nostance:3/1] Cat Form;[nocombat, nostealth, stance:3] Prowl;[nostealth, stance:3] Mangle - Cat;[stance:3, stealth] Pounce;[stance:1] Mangle - Bear

This macro will; If in caster form: Cat Form, If in Cat Form and not in combat: Prowl, If in Cat Form and in combat: Mangle - Cat, If in Bear Form: Mangle - Bear Note: Its a good idea to keybind this to Shift-Space since you can press it while keeping your mouse free, and your fingers on the wasd keys.

Bear Form spammable attacks

/cast Maul
/castrandom Mangle - Bear, Mangle - Bear, Lacerate, Faerie Fire (Feral) ()

Why use Mangle twice? Mangle has a six second cooldown and should always be used when available. Lacerate, once it stacks to five, should only be used occasionally to keep the DOT up. Use this macro carefully; in a non-boss fight you won't be generating enough rage to get all these attacks off. Some people remove Faerie Fire and press it manually to ensure that the button does some damage with every press.

"Basic Bear Tanking Macro" from Karakye <Wrought from Ruin>'s Meatshield Guide:

#showtooltip
/castsequence reset=4 Mangle - Bear, Lacerate, Lacerate, Lacerate
/startattack

...will Mangle if the cooldown is up on it, if not do nothing. After Mangle's trigger of the 1.5 sec GCD, it will cast Lacerate up to 3 times as long as you hit the macro at least once every 4 seconds, then reset to Mangle again.

The reset time of 4 seconds was selected after much field testing. Change the reset number to 2, 3 or 4 and try it out on non-dangerous mobs to see what works for you. Also remember that you will tank multiple mobs, and spamming Swipe isn't always the answer to that, so you might need more control over which attack to use - Mangle, Lacerate, Swipe or Maul.

You may also wish to take off one Lacerate, so that the macro resets after just two Lacerates.

Bear Form Single Button Tanking

/castsequence [btn:1] reset=6/target Mangle - Bear, Lacerate, Lacerate
/cast [btn:2] Swipe
/cast Maul

Left click for single target tanking, right click to generate threat on multiple targets. Great for beginning feral tanks who cant seem to generate threat.

Druid's Shield Wall

#showtooltip
/run c="Druid's Shield Wall: 15 seconds of increased avoidance!"if UnitInRaid("player")then SendChatMessage(c, "RAID")elseif GetNumPartyMembers()>0 then SendChatMessage(c, "PARTY")end
/use Moroes' Lucky Pocket Watch
/use Badge of Tenacity

This macro warns your party or raid that you have activated the druid version of "Shield Wall" and then activates both your avoidance trinkets (Moroes' Lucky Pocket Watch and Badge of Tenacity). You must have both items equipped, of course. Since they don't share cooldowns and are instant, you can trigger them both at the same time. Thanks to the warning, your healer(s) will know they have to pay extra attention.

Shapeshift & Dash Combo

/cast [nostance:3] Cat Form; Dash

First push automatically shifts into Cat Form (unless you're already in Cat Form). Second push uses Dash. Good for chasing things down, etc.

Basic Cat Mangle with trinket

#showtooltip
/startattack
/use 13
/cast Mangle - Cat

Activates one of your two trinket slots (both is possible, and certainly desirable for your Rip macro, but this lets you keep your pvp trinket in the other slot, unused til you need it). Starts autoattack if you have too little energy to Mangle right off the bat.

Basic Cat Mangle with trinket (with error suppression)

#showtooltip Mangle - Cat 
/startattack 
/console Sound_EnableSFX 0 
/use 13 
/console Sound_EnableSFX 1 
/run UIErrorsFrame:Clear() 
/cast Mangle - Cat

This is the same as the Basic Cat Mangle with trinket macro above, but disables the error sound effect if the trinket is on cooldown. It also shows Mangle as the icon.

Basic Cat Mangle with trinket and Hand Mounted Pyro Rocket/Hyperspeed Accelerators

#showtooltip
/startattack
/use [mod:alt] 10; Mangle - Cat
/use 13

Activates 1 of 2 trinket slots, casts Mangle - Cat. Hold down alt and click/press hotkey to fire any 'on use' effect that's on your hands/gloves. Like the Hand Mounted Pyro Rocket or the Hyperspeed Accelerators!

Alternating Finishing Moves

#showtooltip
/castsequence reset=12 Rip, Ferocious Bite

Will cast Ability ghoulfrenzy [Rip], then change the button to Ability druid ferociousbite [Ferocious Bite] for the duration of the Rip, or until you use Bite. You can substitute Rip for Ability druid skinteeth [Savage Roar] and change the reset timer accordingly, or even just add SR to the sequence, although this will not work well if you will be alternating between SR and Rip without using Bite in between every time. If you have Inv glyph primedruid [Glyph of Rip], change the reset timer from 12 to 16. This will not account for increased duration from Inv glyph majordruid [Glyph of Shred].

Offensive Spellcasting

Wild Mushroom and detonate macro

This will show tooltip and cast wild mushroom,unless you hold shift, the tooltip will change and it will cast detonate.

#showtooltip [modifier:shift] Wild Mushroom;wild mushroom: detonate

/cast [nomod]wild mushroom /cast [modifier:shift]wild mushroom: detonate


All-purpose Force of Nature macro

 #showtooltip Force of Nature
/cast [nopet] Force of Nature
/click [pet] PetActionButton8
/click [pet] PetActionButton1

The first click causes you to target where you want to summon them. After that, all subsequent presses of this button sets them to aggressive and causes them to attack your target, or if you forget, since they are set on aggressive, they attack any nearby hostile target.

Root, DOT, debuff

/castsequence reset=target Entangling Roots, Starfire, Moonfire

Moonfire has a slight chance to break Entangling Roots. The order of the two could be reversed, but this gives the mob time to Charge, cause spell pushback, or worse, prevent a life-saving spell. Despite these risks, this is a powerful Balance opener:

/castsequence reset=target Starfire, Moonfire, Entangling Roots, Insect Swarm

Barkskin + Hurricane

/stopcasting
/cast Barkskin
/cast Hurricane

As of Patch 3.0.8, Spell nature stoneclawtotem [Barkskin] no longer triggers the global cooldown, so it can be cast simultaneously with Spell nature cyclone [Hurricane].

Moonfire w/Anti-Totem

/targetexact Wrath of Air Totem
/targetexact Mana Spring Totem
/targetexact Poison Cleansing Totem
/targetexact Windfury Totem V
/targetexact Mana Tide Totem
/targetexact Grounding Totem
/cast Moonfire

This macro will Moonfire your target like normal, or - if present- any totems you list, starting with Grounding Totem, then Mana Tide Totem, etc. *NOTE* This will target friendly totems too!

External links

The Druid forums at the Blizzard official web site have an excellent thread (continued here and here) full of macros for many more situations. Feel free to browse and bump for a sticky.


Advertisement