shield bash/pummel macro

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?
 
Try this out, hope it works, not been able to try it out on a warrior higher than 19 tho =[

#showtooltip

/equipslot 17 your shield

/cast [stance:1/2,noequipped:Shields] Berserker Stance;

/cast [stance:1/2,equipped:Shields] Shield Bash;

/cast [stance:3] Pummel;



Kítty
 
Magrim said:
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?



theres no way to make an if/then macro for equipping a shield in a specific stance. you should just macro that on a separate button and go berserker to pummel when you dont have a shield on
 

Users who are viewing this thread

Top