Gnome Sequencer Paladin Prot

Hello everyone, my first post here :wink:

Just tried out the Gnome Sequencer for RET and it worked great. So I thought I post a PROT version of it here also. Just tried it for a few dungeon runs and it seem to work as intended. There is one for single target and one for AoE, I do pulls and CD’s with other buttons.

Talents: 3,1,3,2,3,2
Glyphs: Alabaster Shield, Focused Shield and Divine Protection

Give it a try and let me know what you think.

Sequences[‘Prot’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Insight,null
]],
‘/cast Hammer of Wrath’,
“/cast Avenger’s Shield”,
‘/cast Shield of the Righteous’,
‘/cast Crusader Strike’,
‘/cast Judgment’,
‘/cast Exorcism’,
‘/cast Consecration’,
‘/cast Divine Protection’,
‘/cast Holy Wrath’,
PostMacro = [[
]],
}

Sequences[‘ProtAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Righteousness,null
]],
“/cast Avenger’s Shield”,
‘/cast Hammer of the Righteous’,
‘/cast Consecration’,
‘/cast Holy Wrath’,
‘/cast Shield of the Righteous’,
‘/cast Divine Protection’,
PostMacro = [[
]],
}