Hello all,
These macros have been working for me really well even though MM is still top, in Normal, But very very close
Updated: 12/19/15
Talents: 3,1,2,2,1,3,3
Major Glyphs: Deterrence, Liberation, Animal Bond
Minor Glyphs: Aspect of the Cheetah, Aspect of the Pack, Play Dead
Food: Sleeper Sushi
PrePot: Draenic Agility Potion
Flask: Greater Draenic Agility Flask
Any enchants on everything, and make sure you have enough haste as well. This has been killing it for me in the month of December and the way I have everything set up it proc’s Focus Fire Pretty perfect once it gets going. I hope you all enjoy.
Single-Target: I changed to Murder of crows which I like
Sequences['HbmST'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/cast [nochanneling] !A Murder of Crows',
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/castsequence [nochanneling] reset=combat Cobra Shot,Cobra Shot,Cobra Shot',
'/cast [nochanneling] Bestial Wrath',
'/cast [nochanneling] Kill Command',
'/cast [nochanneling] Kill Shot',
'/cast [nochanneling] Dire Beast',
'/cast [nochanneling] Focus Fire',
'/cast [nochanneling] Concussive Shot',
'/cast [nochanneling] Bestial Wrath',
'/cast [nochanneling] Kill Command',
'/cast [nochanneling] Kill Shot',
'/cast [nochanneling] Dire Beast',
'/cast [nochanneling] Focus Fire',
PostMacro = [[
/startattack
/petattack
/cast [combat] Dire Beast
/use [combat]14
/script UIErrorsFrame:Clear()
]],
}
Multi-Target
Sequences['HbmAOE'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/cast [nochanneling] !A Murder of Crows',
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/castsequence [nochanneling] reset=combat Cobra Shot,Cobra Shot,Cobra Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] !Kill Command',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] !Kill Command',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] !Kill Shot',
PostMacro = [[
/startattack
/petattack
/cast [combat] Dire Beast
/use [combat]14
/script UIErrorsFrame:Clear()
]],
}
I hope these work for everyone as they do for me, I get a little focus starved on the aoe but still working on it. If you have any questions I will keep updating them as I go. I apologize for the long delay in these I hope that everyone forgives the wait. Had a lot of real life stuff happen, so thank you.
Thanks,
Beef