The majority of the time I just use the “pvp” macro, but if people are grouped fairly tight I will switch to the “AOE”. Try it, let me know what you think. I tested in BG and Arena and was top damage for my team in each.
Sequences[‘pvp’] = {
author=“Bilharzia@Darkspear”,
specID=253,
version=9,
source = “Local”,
helpTxt = “Talents: 3112112, Honor Talents: 331131”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/petattack [@target,harm]
/cast [nopet,nodead] Call Pet 5; [@pet,dead] Heart of the Phoenix
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
/cast [combat] Bestial Wrath
]],
“/cast [combat] Concussive Shot”,
“/cast [combat] Viper Sting”,
“/cast [combat] Dire Beast”,
“/castsequence [combat] Kill Command, Cobra Shot”,
“/cast [combat] A Murder of Crows”,
“/cast [combat] Titan’s Thunder”,
PostMacro=[[
/cast Aspect of the Wild
/cast [combat] Mend Pet
/startattack [@target,exists]
]],
}
Sequences[‘PVPAOE’] = {
author=“Bilharzia@Darkspear”,
specID=253,
version=5,
source = “Local”,
helpTxt = “Talents: 3112112, Honor Talents: 331131”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/petattack [@target,harm]
/cast [nopet,nodead] Call Pet 5; [@pet,dead] Heart of the Phoenix
]],
“/cast Concussive Shot”,
“/cast Viper Sting”,
“/castsequence Multi-Shot, Kill Command”,
“/cast !Dire Beast”,
“/cast Cobra Shot”,
“/cast Bestial Wrath”,
“/cast Titan’s Thunder”,
“/cast A Murder of Crows”,
PostMacro=[[
/cast Aspect of the Wild
/cast [combat] Mend Pet
/startattack [@target,exists]
]],
}