Msblonde - Protection Paladin
Buffs
- Retribution Aura (switch to a resistance or devotion aura as required)
- Righteous Fury always on (thank you SmartBuff)
- Blessing of Sanctuary (thank you SmartBuff)
- Blessings on party and pets by class as required (thank you SmartBuff)
Pull / Setup
- Divine Plea (if not on cooldown)
- Exorcism
- Avenger's Shield
Code:
/castsequence reset=combat ,Exorcism, Avenger's Shield
/cast Divine Plea
Casts Divine Plea if it is off cooldown on the 1st press and then Exorcism and Avenger's Shield on the 2nd and 3rd press.
Tanking
A priority based system based on the standard 96969 rotation with trinkets and a fallthrough. Ability priority with macros:
- Assist and Trinkets (only assist if focus is assigned)
Code:
#showtooltip
/assist [target=focus, exists] focus
/StartAttack
/use 13
/use 14
- Holy Shield
Code:
#showtooltip
/castsequence reset=combat Holy Shield,,,,,,,,,,,,,,,,,,,,,,
- Shield of Righteousness
Code:
#showtooltip
/castsequence reset=combat Shield of Righteousness,,,,,,,,,,,,,,,
- Judgement of Wisdom
Code:
#showtooltip
/castsequence reset=combat Judgement of Wisdom,,,,,,,,,,,,,,,,,,,,,,
- Hammer of the Righteous
Code:
#showtooltip
/castsequence reset=combat Hammer of the Righteous,,,,,,,,,,,,,,,
- Consecration (Combined with the fallthrough due to macro limit)
- Hammer of Wrath (fallthrough, when nothing else is casting)
Code:
#showtooltip
/castsequence reset=combat Consecration,,,,,,,,,,,,,,,,,,,,,,
/cast Hammer of Wrath
The order is not fixed, Consecration, Judgement and Holy Shield can be swapped with each other. I like to get Holy Shield up ASAP, on AOE pulls you can manually drop a Consecration straight after the pull before starting the rotation. I listed Judgement of Wisdom but I have the same macro with Judgement of Light and I have them next to each other on my bars. If I want to switch to using Judgement of Light I just swap the positions of the two Judgement macros on the bars.
The actual tanking macro (this is clicking action buttons 1-6 on the leftmost action bar on the right hand side of the default UI)
Code:
/run SetCVar("Sound_EnableSFX","0")
/click MultiBarLeftButton1
/click MultiBarLeftButton2
/click MultiBarLeftButton3
/click MultiBarLeftButton4
/click MultiBarLeftButton5
/click MultiBarLeftButton6
/run SetCVar("Sound_EnableSFX", "1")
Taunt
Very simple taunt macro, needs work and I also need some "OH SHIT!" macros.
Code:
#showtooltip
/cast [help] Righteous Defense; [target=targettarget, help] Righteous Defense
Connect With Us