I would like to share this macro that hits all procs with Focus Rage. Any tweaks to this would be greatly appreciated.
Sequences[Warrior_FR'] = {
Author="Maxxim@KulTiras",
SpecID=71,
Talents = "1333311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Priority]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Victory Rush",
"/castsequence Colossus Smash, Focused Rage",
"/cast Mortal Strike",
"/cast Execute",
"/castsequence Slam,Focused Rage",
"/cast Colossus Smash",
PostMacro={
},
KeyRelease={
},
},
},
}