I’m running into a macro issue in the retail version while playing Warrior.
I’m trying to use a macro that casts either Ravager or Bladestorm, depending on which one I’ve specced into — since they’re on the same choice node. The macro I’m using is:
#showtooltip
/cast [@player, known:Ravager] Ravager; [known:Bladestorm] Bladestorm
The macro works perfectly when I’m specced into Ravager. But, if I’m specced into Bladestorm, the macro only works for Arms/Fury (Slayer) - it doesn’t work for Arms (Colossus) or Fury (Thane). The tooltip displays correctly, and the macro icon shows up as expected, but pressing it does nothing. The Bladestorm button appears greyed out when used via this macro. Dragging Bladestorm directly to the action bar works fine, so the spell itself is definitely active and usable.
Anyone know a solution to this?