Hello all gamers,
In Marksman there are many ways that you can go, but I like this one the best, now that figured out how I want to burst I am using these… Again I apologize to all for the long wait but have had some tragic family/friends real life stuff come up. But this is what I am using as far as MM
I usually choose Raptor, or Hyena for Lone wolf for the haste or damage. (obviously it’s what the raid needs will be what you use)
Updated: 12/21/15
Talents: 3,1,1,1,1,3,2
Major Glyphs: Chimaera Shot, Deterrence, Liberation
Minor Glyphs: Aspect of the Beast, Feign, Aspect of the Cheetah
Food: Pickled Eel
Pre Pot: Draenic Agility Potion
Flask: Greater Draenic Agility Flask
Rune: Hyper Augment Rune
Single Target:
Sequences['HmmST'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/cast [nochanneling] !A Murder of Crows',
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/castsequence [nochanneling] reset=combat Focusing Shot,Focusing Shot,Focusing Shot',
'/cast [nochanneling] !Kill Shot',
'/cast [nochanneling] !Chimaera Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] !Kill Shot',
'/cast [nochanneling] !Chimaera Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] !Kill Shot',
PostMacro = [[
/startattack
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}
Multi-target
Sequences['HmmAOE'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/cast [nochanneling] !A Murder of Crows',
'/castsequence [nochanneling] reset=20 !Barrage,!Barrage,!Barrage',
'/castsequence [nochanneling] reset=combat Focusing Shot,Focusing Shot,Focusing Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] !Chimaera Shot',
'/cast [nochanneling] !Kill Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] !Chimaera Shot',
'/cast [nochanneling] !Kill Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] !Chimaera Shot',
'/cast [nochanneling] !Kill Shot',
PostMacro = [[
/startattack
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}
Thanks,
Beef