Warrior Stance Cycle & Weapon Change

Hi all,

I was wondering if any warriors out there can help me with a macro?

I want a single button to cycle between stances but at the same time to change my weapons.

I’ve been able to get a macro to cycle throw stances easily but finding one that automatically switches weapons at the same time is proving elusive.

Can anyone help?

I can’t imagine that on one key

1 Like

/equipslot 16 “Your weapon here”
Slot 16 MH, slot 17 OH, slot 18 Ranged

Isn’t there a stance conditional?

Here is the one I use:

/cast Battle Stance
/equipslot Corpsemaker
/stopcasting
/cast defensive stance
/equipslot 16 Outlaw Sabre
/equipslot 17 Commander’s Crest

Just change the names 2h (Corpsemaker) and 1h (Outlaw Sabre), shield (Commander’s Crest) to the ones you have. Another thing to remember is that if you change stances via the normal way, it messes up the weapon change, so be careful

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