PDA

View Full Version : Prot Pally rotation and spec



lans83
09-06-2012, 07:20 AM
Here is the rotation and spec I have come up with for my pally and tested it out on the ledges in Verlok Stand with no healer, which should be a good testing ground for any tanks. I rand laps picking up mobs and mowed them down, they did get me low on health a couple times, only cause for some reason the rotation hangs up after casting Holy Wrath in the sequence, but casts it again when it's off cooldown, usually happens when right when it fires off Avenger's Shield too, might be another glitch.

I use /click commands because Priority macros never seem to work for me like others have suggested or do. So, here's my setup, hope it helps y'all too as most run Prot pallys here with their teams anyway.



#1 Key
/cast [@mouseover] Avenger's Shield


#2 Key
/startattack
/castsequence reset=5 Judgment,Sacred Shield,Hammer of the Righteous,Holy Wrath,Consecration,Hammer of the Righteous
/cast Word of Glory
/click BT4Button5
/click BT4Button6
/click BT4Button12

#3 Key
/cast [@mouseover] Hammer of Wrath

My BT4Buttons:

5:
/cast Shield of the Righteous
/click BT4Button6
/click BT4Button12

6:
/cast Avenger's Shield (always hits current target first)
/click BT4Button12


My Talent tree and Glyphs (http://www.wowhead.com/talent#le=|Lqc) <click to see

With this you will not get the x5 stack from using Shield of the Righteous, but you will have a wave of constant self heals coming in from yourself and since WoG does not trigger the global cooldown for Prot pally now, with Divine Purpose, I have had this proc back to back and get me from 40% health to full in a second, that was from a bad pull btw. Still, try this out, it works really well so far for the spot I have tried, I imagine you will have no problems from it. IF it does cast Avenger's Shield and Holy Wrath back to back, chances are it is what triggers that glitch and causes it to hang up on HW while it and AS are both on cooldown. If it happens, I doubt you will loss any threat from the few second downtime on till it fires off again. Good luck

ctrolz
09-06-2012, 07:45 PM
what does BT4Button12 do?

Khatovar
09-06-2012, 10:44 PM
He's using Bartender4 (http://www.curse.com/addons/wow/bartender4), so that's how his action buttons are named.

lans83
09-06-2012, 10:58 PM
what does BT4Button12 do?

Sorry, I overlooked that and thought I put it, it's the spell Hammer of Wrath straight from the spell book, no macro. As I tested this on the ledge in Deepholme, it did fire off on the mobs, so it should work with other player's setups.

luxlunae
09-11-2012, 07:44 AM
I WOG manually, these are my step macros:

Step 1:

!if (character in "Paladin") /cast [nocombat] Avenger's Shield
!if (character in "Paladin") /castsequence reset=combat/3 Hammer of the Righteous, Judgment, Crusader Strike, Shield of the Righteous, Sacred Shield, Crusader Strike, Judgment, Crusader Strike, Shield of the Righteous, Hammer of the Righteous, Judgment, Crusader Strike, Shield of the Righteous
This one reliably stacks HP to three and then SORs, it uses slightly more crusader strike than HOTR, and it reapplies sacred shield every 20-25 seconds

Step 2:

!if (character in "Paladin") /cast Avenger's Shield


This one casts avengers shield when it procs, generating a little extra ho po and damage, but not relying on it for sotr

Step 3:

!if (character in "Paladin") /cast Hammer of Wrath

Step 4:

!if (character in "Paladin") /castsequence Consecration, Holy Wrath

lans83
09-11-2012, 09:52 PM
I don't use HKN/ISBoxer or any other program for macros, other than Superdupermacro addon in rare occasions, but is the following command for those or used in the default WoW macros? Plus, what does it do? This was not around when I first started using macros and haven't seen this until recent here.


!if (character in "Paladin")

Khatovar
09-11-2012, 10:34 PM
That is for doing macros in ISBoxer.

http://isboxer.com/wiki/WoW:Macro

Jamba Macros (http://www.dual-boxing.com/threads/24694-Switchable-macro-sets-with-variables-Addon-Jamba-Macro) work on the same sort of principal, I think.

lans83
09-12-2012, 01:45 AM
That is for doing macros in ISBoxer.

http://isboxer.com/wiki/WoW:Macro

Jamba Macros (http://www.dual-boxing.com/threads/24694-Switchable-macro-sets-with-variables-Addon-Jamba-Macro) work on the same sort of principal, I think.


Ok, ty. I never messed around with the macro systems in either, so I'll check it out then. Maybe it will improve my dps too.