Updated Jan. 17- All information updated to correct issues with recent hotfixes as well as TheckPhD research - Healme
Recent hotfixes have nerfed seal of truth and seraphim. Based on the reserach conducted by TheckPhD I have switched up all my stat priorities, gemming and enchants. I now only use one macro and one talent set.
Seal Choices -
Seal of Righteousness - DPS - Seal i’m always in
Seal of Insight - Pitiful healing, not worth it in my opinion
Seal of Truth - Seal of Righteousness does more DPS, even single target
Talent Choices -
Level 45 - Sacred Shield
Level 75 - Sanctified Wrath
Level 90 - Execution Sentence
Level 100 - Seraphim
Stat Weights -
To easily use the stat weights, you can input them at wowhead to see how gear choices rank for you, you can also input them into the Pawn addon to get ingame information and see what the best item is for you. Anything not listed below is a 0 weight other than gem socket, I put gem socket as 6 because it is almost always worth it as you can gem haste.
Main Hand DPS: 0.2
Bonus Armor: 1
Strength: 0.75
Armor: 0.6
Haste (up to 50%): 0.6
Mastery: 0.55
Stamina: 0.5
Critical Strike: 0.45
Versatility: 0.44
Multistrike: 0.4
Attack Power: 0.2
Haste (above 50%): 0.1
Glyphs -
Alabaster Shield - DPS Gain
Divine Protection - Adds physical DR component
Final Wrath - Significant DPS boost during burn phase
Prot Macro -
Holy Wrath, CS/HotR, and SS/Judgment are the top priorities. Holy wrath has the longest CD and highest DPS, so we want it at the top. As usual, the mod key swaps between single target and 3+ target skill use.
Light’s Hammer is the better choice, however it does not work with full macros like this, so we instead use the 2nd place talent, execution sentence. While it can be used for self healing, it is a very strong DPS skill. You could opt to put a mod key on it to switch between casting @target and casting @player if you like.
Sequences['Prot'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
'/cast Holy Wrath',
'/cast [nomod] Crusader Strike',
'/cast [mod] Hammer of the Righteous',
'/castsequence Sacred Shield,Judgment,Judgment,Judgment',
"/cast Avenger's Shield",
'/cast execution sentence',
'/cast Hammer of Wrath',
'/cast Consecration',
PostMacro = [[
/castsequence Seraphim, Shield of the Righteous, Shield of the Righteous, Shield of the Righteous
/cast divine protection
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}