Prot Pali GS-E

Ok I have tested this over and over and I think it is as good as I can get it

Sequences["ProtBoss"] = {
specID = 66,
author = "Rocktris",
helpTxt = "Protection Boss macro - 2231122",
StepFunction = GSStaticPriority,
 PreMacro = [[
/targetenemy [noharm][dead]
]],
 '/cast [combat] Hand of the Protector',
 '/cast [combat] Blessed Hammer',
 '/cast Judgment',
 '/cast [combat] Consecration',
 "/cast Avenger's Shield",
 '/cast [combat] Blinding Light',
 PostMacro = [[
/cast [combat] Eye of Tyr
/cast [combat] Seraphim
/cast Shield of the Righteous
/cast [combat] Avenging Wrath
/startattack
]],
}

now I go back and forth on a few talents, first being level 60, blessing of spellwarding and cavlier, there are time BOP comes in handy over Spellwarding.
and lastly, lvl 100 righteous protector is more survivable than seraphim. I use seraphim, questing and in lower dungeons for that burst dps.

a slightly modified version for trash pulls is

Sequences["Trash"] = {
specID = 66,
author = "Rocktris",
helpTxt = "Protection AoE macro - 2231122",
StepFunction = GSStaticPriority,
 PreMacro = [[
/targetenemy [noharm][dead]
]],
 '/cast [combat] Hand of the Protector',
 '/cast [combat] Blessed Hammer',
 "/cast Avenger's Shield",
 '/cast [combat] Consecration',
 '/cast Judgment',
 '/cast [combat] Blinding Light',
 PostMacro = [[
/cast Shield of the Righteous
/cast [combat] Eye of Tyr
/cast [combat] Seraphim
/startattack
]],
}

The benifit of this one is the priority of the spells and it don’t cast avenging wrath on trash.

NOTE: on both of these macro’s there are no defensive cooldowns, i have those seperate for specific boss abilities/ in need of. and before a boss pull, make sure you have 3 stacks of Shield of Righteous to get the full benefit of seraphim if you chose that talent.

Some numbers for this macro, I am pulling about 160K overall in dungeons. and have seen is spike on heavy aoe fights around 350K. My Item level is 814. with an 810 artifact weapon.

Try it out, let me know what you think, hope it helps someone!

Thanks, I will give it a try

ProtBoss macro dosent cast Hand of the Protector, Consecration and Blinding Light is it me doing something wrong?