It took a while, but I think this is optimized. It works by placing 3 macros on your hotbar, and setting your programmable keyboard to cycle through the three keys on one keypress. I set it to cycle through 1,3,2@ 50ms, in that order. I place the Flanking Strike on key 1, Mongoose on key 3, and Macro on key 2. Butchery is built in the macro mainly for people with the Frizzo’s Fingertrap legendary and these macros use the Pumpo build. Lastly, Butchery is also added as a shift modifier, so in aoe situations one only needs to mash shift to dump out all available Butcherys, and then let go to cycle through normal operations again. Enjoy.
(Note) I’ll rework this once I get at least two pieces of T21 to include Raptorstrike, currently this build does not support T21 bonus sets.
Sequences['Mongoose'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Ipsemet@crushrdige",
SpecID=255,
Talents = "1222311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast Aspect of the Eagle",
"/cast [mod:shift] Butchery",
},
PreMacro={
},
"/cast [nochanneling] Mongoose Bite",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences['Flanking_Strike'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="ipsemet@crushridge",
SpecID=255,
Talents = "1222311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast Aspect of the Eagle",
"/cast [mod:shift] Butchery",
},
PreMacro={
},
"/cast [nochanneling] Flanking Strike",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences['SVMurderer'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="shierkahn and Ipsemet@crushridge",
SpecID=255,
Talents = "1222311",
Default=1,
Icon='ability_hunter_camouflage',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [@pet,dead] Heart of the Phoenix",
"/cast [nochanneling] Aspect of the Eagle",
"/cast [mod:shift] Butchery",
},
PreMacro={
},
"/cast [nochanneling] Fury of the Eagle",
"/cast [nochanneling] Lacerate",
"/cast [nochanneling] Spitting Cobra",
"/cast [nochanneling] Butchery",
"/cast [@player, nochanneling] Explosive Trap",
"/cast [nochanneling] Lacerate",
PostMacro={
},
KeyRelease={
"/cast [nochanneling] Berserking",
},
},
},
}