OK, heh. Druid macros.
The follow/focus set macro (bound to my "move forward" button so I just tap it and they all follow and refocus automagically; very intuitive):
Code:
/follow dondeltoro
/focus [target=doncavallo, exists, nodead]
/focus [target=donramirez, exists, nodead]
/focus [target=donbatista, exists, nodead]
/focus [target=dondeltoro, exists, nodead]
/follow focus
/script SetView(4);SetView(4);
The Make It Die Now Plz macro (bound to my primary attack key):
Code:
/assist focus
/targetexact charming totem
/targetexact Frost Tomb
/targetexact Snake Wrap
/targetexact Web Wrap
#showtooltip
/dismount [noflying]
/stopmacro [noharm][dead]
/cast [stance:1] growl
/castsequence [stance:1] Swipe (Bear)(), maul, lacerate, Swipe (Bear)(), Swipe (Bear)(), maul, Mangle (Bear)()
/castsequence [stance:3] Mangle (Cat)(); [stance:5][nostance] wrath
/console Sound_EnableSFX 0
/use [stance:1/3] scarab of isanoth
/use [stance:1] ancient draenei war talisman
/use [stance:5] cannoneer's morale
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
/script -- Don't start autoattack in tree/chicken forms
/stopmacro [stance:5]
/startattack
Tree autoheals (also bound to primary attack key):
Code:
/target [target=focustarget]
/stopmacro [noharm][dead]
/castsequence [target=focus] reset=5 lifebloom, regrowth, rejuvenation, lifebloom, null
/castsequence [target=player] reset=5 wild growth, lifebloom, null
Pretty straightforward stuff. I have specific healing keys set to individuals in case they get targeted, and another key to spam DoTs on things, but most of the time I'm either using the DoTs keys (for 5x boomkin dailies) or the main attack (for instances). Requires a minimum of targeting/spell decisions.
Connect With Us