WOW Warrior Stance Dances Macros

Cheap WoW WOTLK Classic Gold

Warrior Macros Stance dances Macros Charge/Intercept/Intervene Macros PvP / DPS / Leveling Macros Tanking Macros Multi Tanking Macros Common macro commands

Stance Dances

Simple 1 ability dances, will put you in correct stance and cast ability as well as show cooldowns.

[stance:1]i s a 'condition' and refers to battle stance (2 is defensive and 3 is zerker stance), so in the overpower macro below, if in stance 1 (battle) if will overpower, if not it will switch to battle - use again then to overpower..
    #showtooltip Overpower
    /cast [stance:1] Overpower; Battle Stance

    #show Mocking Blow
    /cast [stance:1] Mocking Blow; Battle Stance

    #show Taunt
    /cast [stance:2] Taunt; Defensive Stance

    #show Whirlwind
    /cast [stance:3] Whirlwind; Berserker Stance


Stance change "loop" macro. Access all stances from any stance with just 2 keybinds.
    /cast [stance:1]Berserker Stance;[stance:3]Defensive Stance;[stance:2]Battle Stance

This one goes in the opposite direction:
    /cast [stance:1]Defensive Stance;[stance:2]Berserker Stance;[Stance:3]Battle Stance

Toggles stances between def and battle stance and if control clicked, it will go to zerker stance.
    /cast [modifier:ctrl,nostance:3] Berserker Stance; [stance:1] Defensive Stance; Battle Stance

Generic Stance Macro: Replace <* Stance Ability> with whatever you want.
    /cast [stance:1] <Battle Stance Ability>; [stance:2] <Defensivee Stance Ability>; [stance:3] <Berserker Stance Ability>

Example: Will cast Overpower in Battle stance, Sunder Armor in Defensive, and Whirlwind in Berserker stance
    /cast [stance:1] Overpower; [stance:2] Sunder Armor; [stance:3] Whirlwind

stance dance with wep swaps - changes to battle stance & equips 2h, then def stance with 1h and shield, then zerk stance & re-equips 2h...
    /cast [stance:1]Berserker Stance;[stance:3]Defensive Stance;[stance:2]Battle Stance
    /equip Gorehowl
    /stopmacro [stance:1]
    /equipslot 16 King's Defender
    /equipslot 17 Aegis of the Sunbird

Fear Dance - think Nightbane, Onyxia... will put you into zerker stance, pop zerker rage and then (back) to def stance if you have a shield on or to battle if not
    #showtooltip Berserker Rage
    /cast [stance:3] Berserker Rage; Berserker Stance
    /cast [noequipped:shields] Battle Stance; Defensive Stance

Tags: