Okay I have worked on this for a bit I do really good dps with it but I need to polish it a bit.
If anyone has any ideas on the sequence part ie: shots to add or remove please let me know.
My iLvL is 888 and I have the legendary bracers, that’s why bursting shot in in there because of the high damage.
I use multi-Shot to apply hunter’s mark on all the targets.
What I use this is for AoE in NH and only on 3 bosses do I change talents to 1,3,1,3,1,1,3 for single target damage. But normally for AoE I use 1,1,1,3,1,3,3 And I have different gear for single target dps.
Sequences['HMM_BOSS'] = {
-- This Sequence was exported from GSE 2.1.00.
Author="Raxons@Thrall",
SpecID=254,
Talents = "1113133",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = "Priority",
LoopLimit=10,
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast A Murder of Crows",
"/cast [nochanneling] Multi-Shot",
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Arcane Shot",
"/cast [nochanneling] Marked Shot",
"/cast [nochanneling] Windburst",
"/castsequence Aimed Shot, Aimed Shot",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Multi-Shot",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
"/cast [combat] Trueshot",
"/cast [combat] Blood Fury",
},
},
},
}
Let me know what you think, test it and let’s get the best we can make for the MM Hunter since blizzard screwed us and made us a mostly AoE class now.
I use AutoHotKey set at 6ms for my keypress. If a different time works better let me know.