Warrior Macro Issue

#tooltip Pummel
/cast Berserker Stance
/cast Pummel
/cast Battle Stance

The last command doesn’t seem to be working.
I can effectively Pummel from Battle Stance with this but it doesn’t put me back into Battle Stance after the Pummel. Any ideas?

There’s a stance cooldown, different than the GCD.

1 Like

That’s what I figured was causing the issue.

Stances have a GCD as well, so you would need a cast sequence, or to hit another macro 0.5-1 seconds later that puts you into Battle Stance again.

1 Like

That’s what I currently do. Pummel macro followed by Battle Stance macro. Was hoping to link the two together somehow.

throw in a sunder before battle stance and it might give you enough time to swap back?

You want a /castsequence for this to work as follows:

#showtooltip Pummel
/castsequence Berserker Stance, Pummel, Battle Stance

Personally, I prefer something like this:

#show [equipped:Shields] Shield Bash; Pummel
/eq [modifier:alt] Name-of-Shield
/eq [modifier:alt] Name-of-main-hand-weapon
/startattack
/cast [equipped:Shields,stance:1/2] Shield Bash; [nomodifier,stance:1/2] Berserker Stance;[stance:3] Pummel

Then I choose when I want to leave zerker stance into defensive or battle stance

If i have no shield equipped and in battle or defensive stance it will cast zerker stance then pummel or just pummel if in zerker. If a shield is equipped it will cast shield bash. Also by holding alt with this keybind it will equip my shield & main hand.

7 Likes