Hey, I am wondering if it is possible to make a macro for the following(probably double tap):
equip shield+1h
def stance
shield bash
I have looked on the forums for this, but I cant find a macro for it.
I tried this macro:
/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Pummel"); else CastSpellByName("Shield Bash()"); end;
which was in the warrior macros post, but it doesnt work. (I have supermacro)
maybe its just a case of removing the pummel bit? because I dont have pummel yet.
I am pretty helpless with vanilla macros, hope someone can help me with this!