I find that MM is better.
I am getting around 700k using 886 gear.
I am using 100 ms
It is easier to toss in abilities with it set to 100.
Sequences['ST_MM'] = {
-- This Sequence was exported from GSE 2.1.00.
SpecID=254,
Talents = "1,3,1,3,1,1,3",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=20,
KeyPress={
"/targetenemy [noharm] [dead]",
"/cast [target=focus, exists, nodead] Misdirection",
},
PreMacro={
},
"/cast [nochanneling] reset=target Windburst",
"/cast A Murder of Crows",
"/castsequence reset=target Aimed Shot, Aimed Shot, Aimed Shot, Arcane Shot, Arcane Shot, Arcane Shot, Marked Shot",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences['AoE_MM'] = {
-- This Sequence was exported from GSE 2.1.00.
SpecID=254,
Talents = "1,3,1,3,1,1,3",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=20,
KeyPress={
"/targetenemy [noharm] [dead]",
},
PreMacro={
},
"/cast [nochanneling] Piercing Shot",
"/cast [nochanneling] Explosive Shot",
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Multi-Shot",
"/castsequence reset=target Multi-Shot, Multi-Shot, Multi-Shot, Marked Shot, Aimed Shot, Aimed Shot, Aimed Shot",
PostMacro={
},
KeyRelease={
},
},
},
}