BM Hunter GSE 3 Buttons single Aoe and no burst

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
]],
}

So your code had some odd quotation marks and apostrophe’s. Fixed it, works now. I will finally be able to test it. :wink:

Sequences['Cammy_BMsingle'] = {
specID = 253,
author = "Foragerwow",
helpTxt = "Single Target – Talent: 2322111",
StepFunction = GSStaticPriority,
PreMacro = [[
/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
]],
}

ok ty i will run the ones you have posted :slight_smile:

Tested right away the speed of the macros are up so thats a plus

will keep any eye out for this stuff when i build more as i don’t know if it come from the new addon GSE or from the old GS as i been doing some rebuilding of the old stuff i had :slight_smile: