OK a slight update on the macros, I have cleaned them up a touch so charge in the opener is working more reliably.
I also have redone the aoe macro. I’ve just focused on the Lazy versions (they fire cooldown automatically) I can put the manual version back if people need them,
How I set these up my self, I use a programmable mouse for 1 I have the ST macro, 2 is execute and 3 is the Aoe macro.
all are set to 70ms but can have the execute slightly faster if you wish,
I just hold down 1 or 3 depending on fight type. when in the execute phase, I hold down 2 with either 1 or 3
which will weave in executes as needed.
Sequences['lazyfuryST'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="John Metz",
SpecID=72,
Talents = "2333232",
Help = [[Talents have been setup to a best case scenario as per Icy Veins]],
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = "Sequential",
KeyPress={
"/cast [mod:alt] Rampage",
},
PreMacro={
"/cast Charge",
"/cast Avatar",
"/cast Battle Cry",
"/cast Odyn's Fury",
"/cast Rampage",
},
"/cast Battle Cry",
"/castsequence reset=combat Bloodthirst, Raging Blow, Furious Slash",
"/cast Odyn's Fury",
"/cast Avatar",
PostMacro={
},
KeyRelease={
},
},
},
}
And the Aoe
Sequences['lazyfuryAOE'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="John Metz",
SpecID=72,
Talents = "2333232",
Help = [[Talents have been setup to a best case scenario as per Icy Veins]],
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = "Sequential",
KeyPress={
"/cast [mod:alt] Rampage",
},
PreMacro={
"/cast Charge",
"/cast Avatar",
"/cast Battle Cry",
"/cast Odyn's Fury",
"/cast Rampage",
},
"/cast Battle Cry",
"/castsequence reset=combat Bloodthirst, Whirlwind",
"/cast Odyn's Fury",
"/cast Avatar",
PostMacro={
},
KeyRelease={
},
},
},
}