Originally Posted by Brissa
While we are roughly on the subject Im wondering if anyone has a solution to my problem.
I have a macro for all my stance switches that are coupled with stance specific skills so for example switching to battle stance is coupled with overpower.
/cast [stance:1] Overpower; Battle Stance;
This casts overpower in battle stance and if not it switches to battle stance. The problem is that previously this macro only lit up when it was possible to use overpower (since its the first skill in the conditionals list) but now it is always lit up since it is always possible to switch to battle stance.
Is there any way to have this revert to the original functionality?
|
Put this at the top of your macro:
# show Overpower
# show, and # showtooltip are basically overrides for the standard behavior of the macro's buttons, the conditional changing of what the button does just means they're more useful now than before.