Warrior Stance Cycle with Weapon Switch

Hi all,

I was wondering if anyone could help me with a macro?

I want a single button to switch between stances but at the same time switch weapons. So for example if in battle stance with two weapons I press and switch to defensive stance with 1h and shield then if I press again it switches to beserker stance with two weapons then if pressed again back to battle stance etc.

I can do the stance cycle macro but struggle with adding the weapon swap.

Thanks :slight_smile:

Hi,

just add to your Stance macro:
/equipslot 16 Axe
/equipslot 17 Shield

Where โ€œAxeโ€ and โ€œShieldโ€ are your weapon/shield name.

1 Like

/cast [nostance:2] Defensive Stance;[stance:2] Berserker Stance
/equipslot [nostance:2] 16 AxeName;[stance:2] 16 SWORDName
/equipslot [nostance:2] 17 ShieldName;[stance:2] 17 MACEName

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