Magrim
OG
So I made this macro to use as my spell interrupt button no matter what stance I am in.
/cast [stance:1] Shield Bash; [stance:2] Shield Bash; [stance:3] Pummel
It works pretty well but I would like to add the equip shield macro if I find myself in battle or defensive without.
I figured it would be something like
#showtooltip
/cast [stance:1/2,equipped:Shields] Shield Bash; [stance:3] Pummel
/stopmacro [stance:1/2,equipped: Shields]
/stopmacro [stance:3]
/stopcasting
/equip
/equip Aegis of the Scarlet Commander
Is there a way to do this?
/cast [stance:1] Shield Bash; [stance:2] Shield Bash; [stance:3] Pummel
It works pretty well but I would like to add the equip shield macro if I find myself in battle or defensive without.
I figured it would be something like
#showtooltip
/cast [stance:1/2,equipped:Shields] Shield Bash; [stance:3] Pummel
/stopmacro [stance:1/2,equipped: Shields]
/stopmacro [stance:3]
/stopcasting
/equip
/equip Aegis of the Scarlet Commander
Is there a way to do this?