Dancing Guardian Druid

Working WoD Class Macros 6.02

Dancing Guardian Druid

One button to rule them all! RAWR!

As with any time Warcraft has been patched there are numerous addons that no longer work. Sadly, I cannot currently find a working WoD macro extender addon. This has forced me to go “old school” and write (or copy!) working macros in 255 characters or less. Hope you like them. Credits to authors other than myself after each one.

This post is a work in progress and will be amended until I can find or write working macro’s for all classes I currently play. Looking at it right now, I think it will need several pages – watch this space! 🙂

Sorry if your class/talent spec isn’t here.  Drop me a line in the comments and I will see what I can do.

Please note: These macro’s are designed to let you perform respectably for dungeons and low level raids. It is unlikely you will top any meters playing with single button macros like these. They are not recommended for heroic or mythic content!

Guardian Druid Macro 6.02 *

No talent requirements, but I personally use Feline Swiftness, Ysera’s Gift, Faerie Swarm, Soul of the Forest, Mighty Bash and Dream of Cenarious (1,1,1,1,3,2). I am not saying these are “best”, but rather that they enable my character to be effective and use the least number of buttons possible (lazy macro).

These macros will autoshift you into bear form if you are in another form and auto target the next mob when the first mob dies. They require repeated key presses in order to work and are probably best used with an autofire setting or similar on your keyboard, keypad or whatever you actually use to play WoW.

Single Target *

/cast [nostance:1] !Bear Form
/castsequence reset=5 Thrash, Lacerate, Thrash, Faerie Fire, Thrash, Lacerate, Thrash,Lacerate, Thrash
/castsequence reset=15 !Barkskin, !Berserk
/cast !Mangle
/cast !Maul
/targetenemy [noharm][dead]

Based upon a macro by Beef Wellington form WowLazyMacros.com

AoE *

/cast [nostance:1] !Bear Form
/castsequence reset=5 Thrash, Thrash, Maul, Lacerate, Thrash, Thrash, Maul, Thrash, Thrash, Lacerate,
/castsequence reset=15 !Barkskin, !Berserk
/cast Savage Defense
/cast Faerie Fire
/targetenemy [noharm][dead]

Based upon a macro by Beef Wellington form WowLazyMacros.com

General Druid Macro 6.02 *

PowerShift Macro *

This macro is useful for breaking snares and roots. It can also be used if you are out of rage for some reason. It shifts you instantly out of form (breaking a root) and immediately back into the same form. Do watch your mana if you are using this a lot as it is possible to shift out and be unable to return to form.

/cancelform [nostance:0,mod:shift]
/stopmacro [mod:shift]
/cast [stance:1] !Bear Form
/cast [stance:2] !Cat Form
/cast [stance:3] !Travel Form
/cast [stance:4] !Moonkin Form

Original source unknown, modified by me.

BM Hunter Macro 6.02 *

This macro requires Glaive Toss, but Steady focus is extremely useful too. My full talent spec right now is Post Haste, Binding Shot, Iron Hawk, Steady Focus, Blink Strikes and Glaive Toss (1,1,3,1,2,1). You could just as easily take other talents though as only Glaive Toss and Steady Focus are important.

Single Target *

/castsequence reset=5 Arcane Shot, Multi-Shot, Cobra Shot, Cobra Shot
/castsequence reset=15 !Kill Command, !Glaive Toss, !Focus Fire
/cast Bestial Wrath
/targetenemy [noharm][dead]

AoE *

/castsequence reset=5 Multi-Shot, Cobra Shot, Cobra Shot, Multi-Shot
/castsequence reset=15 !Kill Command, !Glaive Toss, !Focus Fire
/cast Bestial Wrath
/targetenemy [noharm][dead]

Arcane Mage Macro 6.02 *

The single target macro works fine with no lock ups, but be aware that the AoE is only good for TWO rotations as the Supernova talent takes 25 seconds to recharge. Basically, if you use it until it locks on large fresh packs and then go to single target you should never have a problem. The other option would of course to delete Supernova from the rotation and take the Unstable Magic talent.

My current talent spec is 1,1,2,2,3,3, but I am still experimenting to find the best single button macro choices.

Single Target *

/castsequence [nochanneling] reset=5 Arcane Blast,Arcane Blast,Arcane Blast,Arcane Blast,Arcane Barrage
/castsequence [nochanneling] !Arcane Missiles
/targetenemy [dead][noharm]
/run UIErrorsFrame:Clear()

AoE (with Supernova) *

/castsequence [nochanneling]reset=5 Supernova,Arcane Explosion,Arcane Explosion,Arcane Explosion,
/castsequence [nochanneling] !Arcane Missiles
/targetenemy [dead][noharm]
/run UIErrorsFrame:Clear()

AoE (No Supernova) *

/castsequence [nochanneling]reset=5 Arcane Explosion,Arcane Explosion,Arcane Explosion,
/castsequence [nochanneling] !Arcane Missiles
/targetenemy [dead][noharm]
/run UIErrorsFrame:Clear(

I will add more as I get opportunity to play and test them.  Happy gaming!