[[innerindex]]
Introduction
Continuing my Macro listings, I’ll post some Druid Macros! These macros are all thanks to World of Warcraft Druid Forum. I don’t play a druid on any server, yet the macros are pretty straightforward. If you have questions or suggestions…let me know and I’ll update/post them here.
Feral Macros
Ravage/Shred combo
If not in stealth mode, cast shred. Otherwise, cast ravage.
1/cast [nostealth] Shred; [stealth] Ravage
Ravage/Shred/Ferocious Bite
If alt is pressed, cast Ferocious Bite. Otherwise if in stealth, cast Ravage. Otherwise cast Shred.
show Shred
/cast [modifier:alt] Ferocious Bite; [stealth] Ravage; Shred
Pounce/Rake combo
If not stealth cast rake, otherwise cast pounce.
/cast [nostealth] Rake; [stealth] Pounce
Pounce/Rake/Rip
If alt pressed, cast Rip. Otherwise if stealth cast Pounce. Otherwise cast Rake.
# show Rake
/cast [modifier:alt] Rip; [stealth] Pounce; Rake
Pounce/Mangle combo - Note the extra ()
If not stealth cast Mangle, otherwise cast Pounce.
/cast [nostealth] Mangle (Cat)(); [stealth] Pounce
Prowl or Faerie Fire (Feral)
If out of combat and not stealthed, cast Prowl. Otherwise if in combat and not stealthed, cast Faerie Fire.
/cast [nocombat, nostealth] Prowl; [combat, nostealth] Faerie Fire (Feral)()
Maul/Mangle
This is a space saver macro! In combat, Mauls first, then Mangles, then Mauls, then Mauls. Each 'spell' requires a click.
/castsequence reset=6/combat Maul, Mangle (Bear)(), Maul, Maul
Mangle (Bear) replacing auto-attack
Starts off auto attack with a Mangle...if Alt is held while clicking the macro, you will stop attacking.
# show Mangle (Bear)()
/startattack [nomodifier:alt]
/cast [nomodifier:alt] Mangle (Bear)()
/stopattack [modifier:alt]
Shifting Macros
Shift to Caster
Shift to Caster Form from any form
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
Shift to Dire Bear
Shift to Dire Bear Form from any form - note: to have this macro also de-shift you, include "[stance:1] Dire Bear Form; " somewhere in the /cancelaura line.
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Dire Bear Form
Shift to Dire Bear and Charge
Shift to Dire Bear From and Feral Charge from any form
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Dire Bear Form; [stance:1] Feral Charge
Dire Bear and Equip
Shift to Dire Bear Form and equip Idol/Weapon
* "Shift to Dire Bear From from any form, equip Warden Staff and Idol of Brutality only when you actually shift to Dire Bear. Note that the test for the equip is still [nostance] because it hasn't yet registered that the stance has changed. You don't need to worry about the global cooldown, because the stance change and the weapon equip both trigger it at the same time, so you only suffer once. (...equipping things can be done during global cooldown.) "
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Dire Bear Form;
/equip [nostance] Warden Staff
/equip [nostance] Idol of Brutality
To Cat Form
Shift to Cat Form from any form - note: to have this macro also de-shift you, include "[stance:3] Cat Form; " somewhere in the /cancelaura line.
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Cat Form
To Cat and Stealth
Shift to Cat Form and stealth from any form (first line makes the macro display the Prowl cooldown)
show Prowl
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Cat Form; [stance:3, nostealth] Prowl
Shift to Cat Form and equip Idol
Switch from any form to Cat form and equip an Idol
/cancelaura [stance:1] Dire Bear Form;[stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Cat Form; [stance:3, nostealth] Prowl
/equip [nostance] Idol of Ferocity
Shift to Travel Form from any form
Self Explanatory
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Travel Form
Travel Form + Nature's Grasp - note: you can cast Nature's Grasp in forms
If you are in a non-travel form, cancel it. If you are mounted, dismount. Cast Travel Form, cast Nature's Grasp.
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance, outdoors] Travel Form; [stance:4, outdoors] Nature's Grasp
Spam Travel Form
If you are in a non-travel form, cancel it. If you are mounted, dismount. Cast Travel Form.
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance, outdoors] Travel Form
All-Terrain Travel Form
If you are in a non-travel/non-swimming form, cancel it. If you are mounted, dismount. If you are swimming, cast Aquatic Form. Otherwise cast Travel Form.
/cancelaura [stance:1] Dire Bear Form; [stance:3] Cat Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
Spam All-Terrain Travel Form
No matter the current form, cancel it. If you are mounted, dismount. If you are swimming, cast Aquatic Form. Otherwise cast Travel Form.
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
Spam ATTF + Mount
If you are in a non-travel/non-swimming form, cancel it. If you are standing still, mount. If you are swimming, cast Aquatic Form. Otherwise cast Travel Form.
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/use Stormpike Battle Charger <replace with your mount>
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
Spam Travel Form + Rejuv - the WSG flag carrying macro
Cancel any form. If you are mounted, unmount. Cast rejuvenation, travel form, travel form, travel form (one per button press in that order).
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>; [mounted] Frostwolf Howler <replace with your mount>
/castsequence [nostance] reset=12 Rejuvenation, Travel Form, Travel Form, Travel Form
Shift to Tree of Life form and switch your actionbar from #1, to #2
Since most spells don't work in Tree of Life, you can set up a dedicated actionbar with ToL-only spells.
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/cast [nostance] Tree of Life
/changeactionbar [stance:5] 2
Return to Caster Form and restore original actionbar
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Tree of Life
/cancelaura [mounted] Frostwolf Howler <replace with your mount>
/changeactionbar [nostance] 1
Restoration Macros
Cleanse Poison/Curse Combo
#left click abolish poison, right click remove curse. both find target, alternatively, if you prefer targeting player first, replace target=none with target=target
/cast [button:1,target=none] Abolish Poison; [button:2,target=none] Remove Curse
Spam Cleanses
/targetfriend
/cast [button:1] Cure Poison; [button:2] Remove Curse
/stopcasting
Pseudo -Decursive
/cast [help] Cure Poison
/stopcasting
/cast [target=player] Cure Poison
/cast [target=party1] Cure Poison
/cast [target=party2] Cure Poison
/cast [target=party3] Cure Poison
/cast [target=party4] Cure Poison
/stopcasting
Nature's Swiftness + Healing Touch
/cast Nature's Swiftness
/stopcasting
/cast [help] Healing Touch; [target=player] Healing Touch
NS + HT/Regrowth
/cast Nature's Swiftness
/stopcasting
/cast [nostance, help] Healing Touch; [nostance, target=player] Healing Touch; [stance:5, help] Regrowth; [stance:5, target=player] Regrowth
ZHC + NS + HT/Regrowth
/use Zandalarian Hero Charm
/stopcasting
/cast Nature's Swiftness
/stopcasting
/cast [nostance, help] Healing Touch; [nostance, target=player] Healing Touch; [stance:5, help] Regrowth; [stance:5, target=player] Regrowth
Heal target or self, based on context
/cast [help] Healing Touch; [target=player] Healing Touch
/stopmacro [nohelp]
/say "Healing %t in 3 seconds."
HoT Stack
/castsequence [help] reset=8/target Regrowth, Rejuvenation, Lifebloom; [target=player] reset=8 Regrowth, Rejuvination, Lifebloom
Rejuv + Idol
/equip Idol of Rejuvenation
/cast Rejuvenation
Heal Target or Target's target
/cast [help] Healing Touch; [target=targettarget] Healing Touch
Healing Touch Mega-pack
/cast [modifier:alt,target=player] Healing Touch;[help] Healing Touch;[target=targettarget, help] Healing Touch;[target=mouseover,help] Healing Touch;[target=focus,help] Healing Touch;[target=focustarget,help];[target=none] Healing Touch
General Utility Macros
Faerie Fire and Feral Faerie Fire combo
show Faerie Fire (Feral)()
/cast [nostance] Faerie Fire; Faerie Fire (Feral)()
Spammable Prowl and Shadowmeld
/cast [nocombat, stance:3, nostealth] Prowl; [nocombat, nostealth] Shadowmeld
Innervate - note: Innervate supposedly can now only be cast on units with mana.
/cast [modifier:alt, target=player] Innervate; [help] Innervate; [target=mouseover, exists, help] Innervate; [target=none] Innervate
Moonfire Spam
Cast Moonfire rank 10, 9, 9, 9, 9 each time the button is pressed. Reset the macro if you change targets, enter combat, or hold ctrl and press the macro.
/castsequence reset=9/target/combat/ctrl Moonfire(Rank 10), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9)
Moonfire Flex
If you hold control, cast moonfire 1. If you click with your second mouse button, cast rank 9, otherwise cast rank 10.
/cast [modifier:ctrl] Moonfire(Rank 1); [button:2] Moonfire(Rank 9); Moonfire(Rank 10)
Moonfire + Idol
/equip Idol of the Moon
/cast Moonfire
Totem Killer - needs testing
/target totem
/cast [harm] Moonfire(Rank 1)
Faerie Fire Target or Target's target
/cast [harm] Faerie Fire; [target=targettarget, harm] Faerie Fire
Hurricane+Barkskin - note: for some reason, this still show's Barkskin's cooldown
show Hurricane
/stopmacro [channeling:Hurricane]
/castsequence reset=60/combat Barkskin, Hurricane
Gift of the Wild/Mark of the Wild
/cast [button:2] Gift of the Wild; [modifer:ctrl] Gift of the Wild; Mark of the Wild
Mark of the Wild + Thorns
/castsequence [modifier:alt, target=player] reset=10/target Thorns, Mark of the Wild; [help] reset=10/target Thorns, Mark of the Wild; [target=player] reset=10/target Thorns, Mark of the Wild
Stun and Self-Heal (Tauren)
show War Stomp
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/castsequence [target=player] reset=120/combat War Stomp, Regrowth, Rejuvenation
Stun and Self-Heal (Dire Bear Form) - doesn't work yet...
show Bash
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
/castsequence [stance:1] reset=50/combat Bash, Dire Bear Form, Regrowth, Rejuvenation
/castsequence [nostance] reset=50/combat Dire Bear Form, Bash, Dire Bear Form, Regrowth, Rejuvenation