Dayis 0 Report post Posted December 27, 2017 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. 0 Share this post Link to post Share on other sites
Motorbreath 923 Report post Posted December 27, 2017 /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. 0 Share this post Link to post Share on other sites
Dayis 0 Report post Posted December 28, 2017 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! 0 Share this post Link to post Share on other sites
Motorbreath 923 Report post Posted December 29, 2017 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. 0 Share this post Link to post Share on other sites
Gwynbleys 0 Report post Posted January 15, 2018 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 0 Share this post Link to post Share on other sites