Made this for leveling as MM with a Pet on my hunter…I’m currently 105. I run AHK 80ms and seem to pull consistent 100K dps on the on the dummy. It can probably be tweaked, but it seems to fire everything off correctly for now.
- Note this build is using Volley & Piercing Shot and is coded for the old GSE as I haven’t updated to GSE 2 yet * If someone wants to convert it to the latest version, please do!
Sequences['MMLvl'] = {
specID = 254,
author = "Me",
helpTxt = "Talent: 3113132",
StepFunction = Sequential,
PreMacro = [[
/stopmacro [@playertarget, noexists]
/cast [nochanneling,@pet,dead]Revive Pet
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
"/cast Trueshot",
"/cast [nochanneling] Windburst",
"/cast Marked Shot",
"/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
"/cast Arcane Shot",
"/cast Aimed Shot",
"/castsequence Arcane Shot, Arcane Shot, Arcane Shot",
"/cast Marked Shot",
"/castsequence Aimed Shot, Aimed Shot",
"/cast [nochanneling] Piercing Shot",
PostMacro = [[
/script UIErrorsFrame:Clear()
]],
}