Kytie's Fire Mage Macro

Nice simple DPS macro for fairly generic Mage play, it’ll use Ice Barrier on CD and is designed to make you pretty mobile, i keep Pyro/Flamestrike outside the macro to use as and when i get a free insta-cast. if you want to be completely mobile you could replace Fireball with Scorch and take out Ice Floes.

Be warned it will plow through your Phoenix’s Flames fairly fast, if it’s a problem may want to take them out for manual use.

Sequences['Fire'] = {
specID = 63,
author = "Kytie",
helpTxt = "Talents - 2133111",
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/cast !Ice Barrier',
'/cast !Combustion',
"/castsequence reset=combat Ice Floes",
"/castsequence reset=combat Fireball, Fireball, Fireball",
'/cast Fire Blast',
"/cast [nochanneling] !Phoenix's Flames",
'/cast [nochanneling] !Living Bomb',
PostMacro = [[
/targetenemy [noharm][dead]
]],
}