Class hall tanking dummy 22 stacks

Ok, so these are slightly different than others I have posted. The first one is the one I just finished on the Class hall tanking dummy, lasting 22 stacks, 2 different fights, one lasted 4:35, and the other 12:26 (this one the dummy reset on me a few times, but I was still able to last 22 stacks). A few things are different from my first macro’s, first is the cooldowns, I have removed them so that I have more control over them. This macro is for the righteous protector and hand of righteous skills.

Oh my item level is 845 equipped for those wondering.

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

This one is for Final Stand and Seraphim talents. If you prefer these talents, I haven’t tested this one on the dummies, but I like it quite well in heroics

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

.

Hey Rock

Does the space in [“Righteous Protector”] cause any grief? I haven’t heard anything for this one but some people on some clients report that having a space in the name doesn’t always work.

It shouldn’t have a space, thanks! I updated it.