This is the macros i use for Raiding and Dungeons i have ilvl710 so not very great just returned to wow for legion…
Tested with razer naga on 0.08sec cast time
TESTED FOUND NO PROBLEMS 7.0.3
if you Test this and find any feel free to tell me in the comments or pop on to Foragerwow and hit me up there
----- Hunter
– Beast Mastery 253
– Survival 255
– Marksmanship - 254
Sequences[‘Cammy_BMsingle’] = {
specID = 253,
author = “Foragerwow”,
helpTxt = “Single Target - Talent: 2322111”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
‘/castsequence [nochanneling] reset=7 !Kill Command’,
‘/cast [nochanneling] !Bestial Wrath’,
‘/cast [nochanneling] !Dire beast’,
‘/cast [nochanneling] !A Murder Of Crows’,
‘/cast [nochanneling] !Stampede’,
‘/cast [nochanneling] !Chimaera Shot’,
‘/cast [nochanneling] !Cobra Shot’,
PostMacro = [[
/startattack
/petattack
/cast Aspect of the Wild
/use [combat]14
]],
}
Sequences[‘Cammy_BMnoburst’] = {
specID = 253,
author = “Foragerwow”,
helpTxt = “Single Target Talent 2322111”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/petautocastoff [group] Growl
/petautocaston [nogroup] growl
]],
‘/castsequence Kill Command’,
‘/cast !Chimaera Shot’,
‘/cast Bestial Wrath’,
‘/cast !Dire Beast’,
‘/cast A Murder of Crows’,
‘/cast Cobra Shot’,
PostMacro = [[
/startattack
/use [combat]14
]],
}
Sequences[‘Cammy_BMaoe’] = {
specID = 253,
author = “Foragerwow”,
helpTxt = “AoE - Talent: 2322111”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
‘/cast [nochanneling] !Multi-Shot’,
‘/cast [nochanneling] !Multi-Shot’,
‘/cast [nochanneling] !Bestial Wrath’,
‘/cast [nochanneling] !Dire Beast’,
‘/cast [nochanneling] !Chimaera Shot’,
PostMacro = [[
/startattack
/petattack
/cast Aspect of the Wild
/use [combat]14
]],
}