Warrior macro - shield wall

Hi,

I’m trying to make a shield wall macro for when I am in another stance:

#showtooltip Shield Wall
/cast Defensive Stance
/equipslot 16 Curve-bladed Ripper
/equipslot 17 Aegis of the Scarlet Commander
/cast Shield Wall

Problem is, it seems to try and cast shield wall first, rather than change stance, as well as weapon and shield.

Someone mentioned changing weapons is on GCD, but is there any way I can make a macro to do this, even if it means hitting the macro twice.

This is the macro i use:

#showtooltip Shield Wall
/equipslot [worn:two-hand] 16 Thrash Blade
/eq [noworn:shield,nomod] Aegis of Stormwind
/cast [nostance:2] Defensive Stance
/cast Shield Wall

2 Likes

You should be able to do it by hitting twice if first skills used has long enough CD so GCD end before their CD does .
Looks complicated macro , hard to make long ones.

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