Here is my main leadoff macro. Warning: it has Barrage in it so you need a lot of care when using it. As Barrage is even more unpredictable in Legion. If pulling too many mobs is an issue, you might want to use my number 2 leadoff macro instead.
Sequences['BM1'] = {
specID = 253,
author = "John",
helpTxt = "With Barrage - Talent: 3222321",
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] Bestial Wrath",
"/cast [nochanneling] !Kill Command",
"/cast [nochanneling] Intimidation",
"/cast [nochanneling] Dire Frenzy",
"/cast Barrage",
"/cast [nochanneling] Titan's Thunder",
"/cast [nochanneling] !Kill Command",
"/cast [nochanneling] Bestial Wrath",
PostMacro = [[
/cast Aspect of the Wild
/use [combat]11
/use [combat]13
/use [combat]14
]],
}
Here is my number 2 leadoff rotation macro: Yes; It has Concussive Shot. It does more damage then Auto Shot, and uses very little focus; Making it a fair substitute for our old Arcane shot. It has saved mine and my pets life in beta. You will notice also it has Cobra Shot instead of Barrage, giving you a bit more control over what mobs are pulled. Beware! Cobra Shot no longer gives you Focus regeneration, in fact it is a Focus hog now. So keep a close eye on it, as to not run out of Focus.
Sequences['BM2'] = {
specID = 253,
author = "John",
helpTxt = "Without Barrage - Talent: 3222321",
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] Bestial Wrath",
"/cast [nochanneling] !Kill Command",
"/cast [nochanneling] Dire Frenzy",
"/cast [nochanneling] Intimidation",
"/cast [nochanneling] Cobra Shot",
"/cast [nochanneling] Concussive Shot",
"/cast [nochanneling] Titan's Thunder",
"/cast [nochanneling] !Kill Command",
"/cast [nochanneling] Bestial Wrath",
PostMacro = [[
/cast Aspect of the Wild
/use [combat]11
/use [combat]13
/use [combat]14
]],
}
Every 3 minutes you can use the following as a burst &/or AoE attack. This is the one with Stampede in it. Stampede is no longer what it use to be. Instead of using pet from our stable it uses random beasts. Also they do not actually attack the target, but like a real Stampede, they simply run over it. You must use care and make sure you are directly facing your target, or they will miss. Also the target can simply step out of the way, and the beasts will miss it. So don’t depend on it in PvP.
Sequences['BMburst'] = {
specID = 253,
author = "John",
helpTxt = "BMAoE - Talent: 3222321",
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] Bestial Wrath",
"/cast [nochanneling] Stampede",
"/cast [nochanneling] Intimidation",
"/cast Barrage",
"/cast [nochanneling] Multi-Shot",
"/cast [nochanneling] Titan's Thunder",
PostMacro = [[
/cast Aspect of the Wild
/use [combat]11
/use [combat]13
/use [combat]14
]],
}