Here’s my macro…
Tested in LFR, on Fel Lord Zakuun, with ilvl 711
Talents – 2.1.1.2.3.2.2
Sequences['Surv-T'] = {
specID = 255,
author = "Zole",
helpTxt = "Single - 2112322 ",
StepFunction = GSStaticPriority,
PreMacro = [[
/use [nopet,nomod]Call Pet 3
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
'/cast Explosive Trap',
'/cast Dragonsfire Grenade',
'/cast Lacerate',
'/cast Mongoose Bite',
'/cast Throwing Axes',
'/castsequence Flanking Strike,Raptor Strike',
'/cast Mongoose Bite',
'/cast A Murder of Crows',
PostMacro = [[
/cast Aspect of the Eagle
]],
}
Aoe
Sequences['Surv-TAoE'] = {
specID = 255,
author = "Zole",
helpTxt = "AoE - 2112322 ",
PreMacro = [[
/use [nopet,nomod]Call Pet 3
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
'/cast Explosive Trap',
'/cast Dragonsfire Grenade',
'/cast Carve',
'/cast Lacerate',
'/cast Mongoose Bite',
'/cast Throwing Axes',
'/cast Carve',
'/cast Mongoose Bite',
'/cast A Murder of Crows',
PostMacro = [[
/cast Aspect of the Eagle
]],
}