Hey! I don’t normally play a prot warrior but I did my research and then built and used this for awhile.
Single Target used pretty much anywhere. I just realized that the weapon isn’t in it maybe someone can figure that out.
Sequences['Tankposse'] = {
-- This Sequence was exported from GSE 2.2.00.
Author="someone@Staghelm",
SpecID=73,
Talents = "3113311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
LoopLimit=5,
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Demoralizing Shout",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Ignore Pain",
"/cast Revenge",
"/cast Shield Slam",
"/cast Thunder Clap",
"/cast Devastate",
PostMacro={
},
KeyRelease={
"/cast Impending Victory",
},
},
},
}
AOE only to be used when being mobed as your rage generation is not an issue at that point. Does a lot of damage.
Sequences['TankPosse_AOE'] = {
-- This Sequence was exported from GSE 2.2.00.
Author="someone@Staghelm",
SpecID=73,
Talents = "3113311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/Targetenemy [noharm][dead]",
},
PreMacro={
},
"/castsequence reset=9 Devastate, Devastate, Devastate, Devastate",
"/cast Revenge",
"/cast Thunder Clap",
"/cast Shield Slam",
"/cast Battle Cry",
PostMacro={
},
KeyRelease={
},
},
},
}