This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Live
PTR
Beta
Classic
Macro for spec/gear change AND stance change
Post Reply
Return to board index
Post by
kbh36
I have been looking for a quick and simple macro to change from spec1 to spec2, and back again, and change to the proper gear in the same mouseclick, and switch from defensive stance to battle stance, and back, i found this macro:
/equipset Protection; Arms
/usetalents 2; 1
BUT, this macro cant change the stance i'm in, when tanking its Defensive stance (what else?), and when in Arms i'd like to switch to Battle Stance.
Does any of you have an working macro that you want to share, or point me to the right direction, i so i can make it work right ?
/Best regards
Stormtank from Vashj, Horde.
Post by
Malignant
#showtooltip
/use Defensive Stance;Battle Stance
I assume from your original macro that Protection is spec 2
Post by
kbh36
Mainspec is protection.
So the macro would be like this?
#showtooltip
/use Defensive Stance;Battle Stance
/equipset Protection; Arms
/usetalents 2; 1
Post by
Malignant
The thing is, I don't think you'll be able to combine the two because changing stance will interfere with the casting time of the talent switch. If it does work, it would look like that.
The thing I don't understand is why you have:
If current spec = protection Then equipset Protection Else equipset Arms
If current spec = protection Then switch_to Arms Else switch_to Protection
Surely this will equip your protection gear but change you into arms spec?
Post by
kbh36
I want it to change from defensive stance/spec/gear into Battlestance/Arms spec and gear, and back again, one clicked.
I'm not home at the moment, so i cant test if i have misplaced the gear/stance settings, but that is something i can work out ( i'll post the working as intended macro when finished )
If the casting time is a problem, then i have to mess around with some delays ( if they still works )
Post by
theol
You won't be able to have it do both a gear swap AND a stance swap due to GCD issues. I doubt the built in delay command with WoW Macros is going to help you there. That being said, why could you possibly need this? Activating talents certainly isn't something you can do mid-fight and any warrior worth his salt has stance swapping keybound. But I digress.
In theory what you're looking for is something like this, where spec 1 is MS or Arms, spec 2 is Tanking:
#show Execute; Shield Slam
/equipset Tanking; MS
/usetalents 2; 1
/cast Defensive Stance; Battle Stance
However, that does not work. It gives an error stating that another action is in progress or some such.
Hope that helps.
Post by
Wanderingfox
/usetalents 2; 1
/in 6 /equipset Tanking; MS
/in 7 /cast Defensive Stance; Battle Stance
Will only work out of combat and if you have an addon that has acetimer installed, or at least it should.
I use this one with no issues:
/usetalents 2; 1
/in 6 /run if GetActiveTalentGroup()==1 then EquipSet(" PvD") else EquipSet(" PvE") end
edit:
The script line is there to switch my itemrack sets, I don't use the equipment manager XD
Post by
1087643
This post was from a user who has deleted their account.
Post by
pelf
This thread is from 2009.
Post by
756108
This post was from a user who has deleted their account.
Post by
pelf
O_o
Post by
tigerg57
Here is a Macro i made that seems to do the job:
#Showtooltip
/cast Battle Stance; Defensive Stance
/equipset Arms; Protection
/usetalents 2; 1
Hope this helps!
-Sunkos
Just what I were looking for! Thanks
~Flimx
This works GREAT!
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.
© 2021 Fanbyte