GS-E compatible Talents 1,3,3,2,2,2,2 Honor Talents 2,2*,3,3,1,1

Talents 1,3,3,2,2,2,2 Honor Talents 2,2*,3,3,1,1

  • If you do not want to take Inqusition, then you may want to remove “/cast Hand of Reckoning” from your version. I find it a Popsicle Hot (Punisher reference) face smelter when coordinating with other dps.
Sequences['WEBProtPVP'] = {
author="Webad",
specID=66,
version=1,
helpTxt = "Talents 1,3,3,2,2,2,2 Honor Talents 2,2*,3,3,1,1",
StepFunction = GSStaticPriority,
lang="enUS",
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/cast Hand of Reckoning",
"/cast !Avenger's Shield",
"/cast Judgment",
"/cast Consecration",
"/cast Hammer of the Righteous",
"/cast Shield of the Righteous",
"/cast Light of the Protector",
"/cast Judgment",
"/cast Hammer of the Righteous",
"/cast Shield of the Righteous",
"/cast Avenger's Shield",
PostMacro = [[
/cast Ardent Defender
/cast Avenging Wrath
/cast Seraphim
/use [combat]12
/use [combat]13
/use [combat]14
/startattack
]],
}

Just cleaning up redundant entries

Sequences['WEBProtPVP'] = {
author="Webad",
specID=66,
helpTxt = "Talents 1,3,3,2,2,2,2 Honor Talents 2,2*,3,3,1,1",
StepFunction = GSStaticPriority,
lang="enUS",
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/cast Hand of Reckoning",
"/cast !Avenger's Shield",
"/cast Judgment",
"/cast Consecration",
"/cast Hammer of the Righteous",
"/cast Shield of the Righteous",
"/cast Light of the Protector",
"/cast Judgment",
"/cast Hammer of the Righteous",
"/cast Shield of the Righteous",
"/cast Avenger's Shield",
PostMacro = [[
/cast Ardent Defender
/cast Avenging Wrath
/cast Seraphim
/startattack
]],
}