This macro gets a pretty decent amount of dps due to its multi-target abilities. It’s a lot of fun to play with.
I have been lucky enough to get http://www.wowdb.com/items/137052?bonusIDs=3530 so Execute usually ends up as the second strongest dps skill after Mortal Strike with Whirlwind close behind. All three has a cleave function with is really useful in dungeons. I have taken all the recommended talents from Icy Veins except for Sweeping Strikes in the first tier to get more cleave functionality.
Sequences['Arms_Cleave'] = {
-- This Sequence was exported from GSE 2.1.02.
Author="Howlin@Bronze Dragonflight",
SpecID=71,
Talents = "3312122",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [nochanneling] Charge",
},
PreMacro={
},
"/cast [nochanneling] Execute",
"/cast [nochanneling] Colossus Smash",
"/cast [nochanneling] Mortal Strike",
"/cast [nochanneling] Cleave",
"/cast [nochanneling] Whirlwind",
PostMacro={
},
KeyRelease={
"/startattack",
},
},
},
The second macro is for burst AOE. I took Warbreaker out of the Cleave macro because you looked like an idiot when it cast Warbreaker first and then Charge, this puts it together with Bladestorm and Battle Cry so maybe its not the most efficient use of abilities but its awesome to watch the amount of crits flying around on the screen.
Sequences['PimpedBladestorm'] = {
-- This Sequence was exported from GSE 2.1.02.
Author="Howlin@Bronze Dragonflight",
SpecID=71,
Talents = "3311122",
Help = [[Pimped out Bladestorm with Battle Cry and Warbreaker cast right before for maximum effect.]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast Battle Cry",
"/cast Warbreaker",
"/cast Bladestorm",
PostMacro={
},
KeyRelease={
"/startattack",
},
},
},
}