Re: Prot Warrior Macros
There really aren't many macro's for prot anymore, since warbringer, you don't really need a charge -> def stance macro, and stance dancing is dead.
Basically you'd want for now:
an emergency heal button:
/use Repelling Charge
/use Runic Healing Injector
/cast Last Stand
/cast Enraged Regeneration
it'll buff your health high and then activate enraged regen, good for when you're about to get a big hit at low health. Feel free to change the trinket and remove the pot.
An intervene macro:
#showtooltip
/cast [target=focus] intervene
alternatively you could use
#showtooltip
/cast [target=mouseover] intervene
This would allow you to mouseover a raid member and intervene them
A revenge glyph HS macro
#showtooltip Revenge
/cast !heroic strike
/cast Revenge
A shield block/block value macro for shield slam
#showtooltip Shield Slam
/use 13
/use 14
/cast Shield Block
/cast Shield Slam
A total emergency macro, not too useful as it wastes CD's
/use 13
/use 14
/cast Last Stand
/cast Shield Wall
A sunder macro for getting threat on CC'd mobs
/cast [target=mouseover] Sunder Armor
And a taunt one
/cast [target=mouseover] Taunt
You could even do a vigilance macro if you need to swap vig mid fight
/cast [target=mouseover] Vigilance
|