This is the macro I have been playing with for a while now. I recently streamlined it (tonite, 6+ hours at the target dummies) to be in line with other macros here dps-wise. The cool bits are that it will use the loot-a-rang if you are an engineer (could probably modify to make use of fetch for you non-engineers), and it prioritizes mend pet so your best friend won’t die so often.
I would like to know how this compares for you vs other macros out there. I will eventually get around to making different versions for dungeons, raiding, pvp, etc.
Sequences['BMOnebutton'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Baeon@Malfurion",
SpecID=253,
Talents = "3,2,1,1,3,1,3",
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = "Priority",
KeyPress={
"/startattack",
"/petattack [@target,harm]",
"/petautocastoff [group] Growl",
"/petautocaston [nogroup] Growl",
"/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
"/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
"/cast [nocombat, nochanneling]Loot-A-Rang",
"/cast [combat, nochanneling] Titan's Thunder",
"/cast [combat, nochanneling] Blood Fury",
"/cast [combat, nochanneling] Bestial Wrath",
"/cast [combat, nochanneling] Aspect of the Wild",
},
PreMacro={
},
"/cast [nochanneling] Revive Pet",
"/cast [combat, nochanneling] Kill Command",
"/cast [combat, nochanneling] Dire Frenzy",
"/cast [combat, nochanneling] Cobra Shot",
"/cast [nochanneling] Loot-A-Rang",
PostMacro={
"/use 14",
"/use 13",
"/use 15",
},
KeyRelease={
"/cast [combat, nochanneling] A Murder of Crows",
},
},
},
}