Jump to content
Sign in to follow this  
Dayis

Trying to make a stance ability swap macro.

Recommended Posts

I've looked everywhere, to no avail.
I'm trying to make a macro for my warrior, that is a single button. When in defensive stance, it is taunt, and when I swap to battle stance, it becomes mocking blow.

Any help would be appreciated.

Share this post


Link to post
Share on other sites

/script prot=GetShapeshiftFormInfo(2) battle=GetShapeshiftFormInfo(1) if prot then CastSpellByName"Taunt" if battle then CastSpellByName"Mocking Blow" end

Try something like this. Though usually putting abilities on the same button of the auto-switchable main action bar works just fine and you really need those stance checks for spammable abilities that will automatically swap stances for the required ability if necessary.

Share this post


Link to post
Share on other sites

Thanks very much, I will give it a try! I use both right bars, which don't swap for stance-dancing. I was debating using the main bar and moving it over there, but it would restrict my usual UI setup a bit. Thank you!

Share this post


Link to post
Share on other sites

Just install some action bar addon like Bongos - with it you will be able to put your action bars wherever you want, scale em, turn one action bar into two or many rows / vertical, or even make it invisible.

Share this post


Link to post
Share on other sites

I just use Bongos bars. It has an option to auto switch to a clean bar for every stance. Also with Warrior Hud addon you can bind stances to keys without shortcut s on the bar among other useful stuff for warrior

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×