Frost Gnome Sequencer

FMST = Frost Mage Single Target

Talents: 2223330 (Still 90)
Glyphs: Splitting Ice, Water Elemental, Icy Veins

Sequences['FMST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nopet] summon water elemental

]],
	'/castsequence reset=combat Frostbolt,Frostbolt,Frostbolt,Ice lance,Ice Lance',
	'/cast Frozen Orb',
	'/cast Ice Nova',
	'/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance',
	PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

EDITED. Improved.

Wouldn’t let me edit my original post. But this is a better version.

I tried to put Ice Nova in the Pre or Post macro sections but it wouldn’t fire off if I was moving. Now it will.

Sequences['FMST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nopet] summon water elemental
]],
	'/castsequence reset=combat Frostbolt,Frostbolt,Frostbolt,Ice lance,Ice Lance',
	'/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance',
	'/cast Frozen Orb',
	'/cast Ice Nova',
	PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Hey Grags

is there any way you can set in a target Prismatic Crystal when you use it for easy Aoe dmg ?

Love Casper

[quote quote=18806]Hey Grags

is there any way you can set in a target Prismatic Crystal when you use it for easy Aoe dmg ?

Love Casper
[/quote]

I’m sorry, i very rarely play the mage and my knowledge of the class is lacking to say the least. I only threw the macro together to get to my Garrison and left him there at 90. I’m not really sure what these Crystals are you’re referring to (again I know next to nothing about the class)

its okay Grags

i found out that it auto target it if you dont push any other buttoms :smiley:

it doesnt work properly it just stop using skills at some point

Ya your macro was very good I had to change to my play stye

Sequences[‘FROST-MAGE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Ice Barrier’,
‘/castsequence reset=combat Frostbolt,Frostbolt,Frostbolt,Ice lance,Ice Lance’,
‘/castsequence reset=20 Ice Lance,Ice Lance,Frostfire Bolt’,
‘/cast Ice Nova’,
‘/cast Frozen Orb’,
‘/cast Comet Storm’,
‘/cast Icy Veins’,
PostMacro = [[
/startattack
]],
}