This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Warrior PvP macro
Post Reply
Return to board index
Post by
Lolstorm
Hey wowhead community,
I am looking for a specific macro. A spell reflection macro. What I am after is this:
When I am in battle/zerk stance it has to switch me to defensive stance. When I hit the button again (in defensive stance) /equipset "ABC" and cast spellreflect. And when I hit it a third time /equipset "XYZ" (Optional: and switch to battle stance).
I don't know if it's possible and it's prolly not the easiest macro to create, but I am willing to try & ask you guys here. Thanks for anyone who tried.
Post by
620453
This post was from a user who has deleted their account.
Post by
165753
This post was from a user who has deleted their account.
Post by
Lolstorm
Ok, I got it working. This is how I did it. (thanks the both of you :D)
Spell reflection macro:
#showtooltip Spell Reflection
/cast Spell Reflection; Defensive Stance
/stopmacro
/stopcasting
/equipset PvP1H (<-- This is my PvP set + 1H/shield)
Charge macro:
#showtooltip Charge
/cast Battle Stance
/equipset PvP (<-- This is my PvP set + 2H)
/cast Charge
Hit macro twice to cast spell reflection and when you are done hit the charge macro and off you go! :)
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.