Here’s my BM macro’s, when im not playing Surv
U can change the number, to whatever pet u like chosen in this line.
/cast [nopet,nodead]Call Pet 5;[@pet,dead]Heart of the Phoenix
Single Target:
Sequences['BM-Dps'] = {
specID = 253,
author = "Zole",
helpTxt = "Dps Single - Talent: 3112133",
StepFunction = GSStaticPriority,
PreMacro = [[
/cast [nopet,nodead]Call Pet 5;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
/cancelaura Volley
]],
"/cast !Kill Command",
"/cast Dire Beast",
"/cast Cobra Shot",
"/cast !Kill Command",
PostMacro = [[
/cast Aspect of the Wild
/cast Bestial Wrath
]],
}
AoE Dps
Sequences['BM-Aoe'] = {
specID = 253,
author = "Zole",
helpTxt = "AoE Dps - Talent: 3112133",
StepFunction = GSStaticPriority,
PreMacro = [[
/cast [nopet,nodead]Call Pet 5;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/cast !Volley
/startattack
/petattack [@target,harm]
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
"/cast !Kill Command",
"/cast Dire Beast",
"/cast Multi-Shot",
"/cast !Kill Command",
PostMacro = [[
/cast Aspect of the Wild
/cast Bestial Wrath
]],
}