Wow classic tbc macro help request (Warrior)

Here is my current macro:

#showtooltip
/castsequence [Stance:1] reset=5 Charge, Rend, Defensive Stance; [Stance:2] Taunt

The whole part for if I am in Stance 1 works perfectly, but when I’m in defensive stance, it is not switching to Taunt - any idea what I’m doing wrong?

Thanks in advance

Might need to be lowercase. Also, you can replace stance with form to save space.

#showtooltip
/castsequence [form:1] reset=5 Charge, Rend, Defensive Stance; [form:2] Taunt

If that still doesn’t work, try flipping it around and see if it just doesn’t actually care about the stance/form conditions at all

#showtooltip
/castsequence [form:2] Taunt; [form:1] reset=5 Charge, Rend, Defensive Stance;

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.