New Fire AoE

Ok here’s a new one I’m testing now.

be careful with it because it can draw some agro on big crowds. Let me know what you think!

Sequences['AmberFireAOE'] = {
author="Ambergreen@wowlazymacros.com",
specID=63,
helpTxt = 'Talents: 2131111',
StepFunction = GSStaticPriority,
icon=135810,
PreMacro=[[
/targetenemy [noexists][noharm][dead]
]],
"/cast [nochanneling]Ice Barrier",
"/cast [nochanneling]Combustion",
"/castsequence [nochanneling,@target] reset=12/target Living Bomb",
"/castsequence [nochanneling] reset=combat/target Fireball,Fireball,Fireball",
"/castsequence [nochanneling,@target] reset=4/target Blast Wave",
"/castsequence [nochanneling] reset=combat/target Fire Blast",
"/castsequence [nochanneling,mod:alt] Combustion",
"",
PostMacro=[[
/use [combat] 13
/use [combat] 14
]],
}