Max's Frost Mage 3/18

Sequences['MageFrost'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
[[/cast [@focus]Ice Ward]],
[[/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 = [[
/use [combat]13
/use [combat]14
/startattack
/run UIErrorsFrame:Hide()
/console Sound_EnableSFX 1
]],
}

Talents
3322231

All macros tested by me. Some code stolen from users of these boards, most notably Beef Wellington, and modified for my own use. Hope they work out for you.

Macro doesn’t work

---Talents 3-3-2-2-2-3-1
Sequences['MageFrost'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast [@focus]Ice Ward',
	'/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 = [[
/cast Crystal of Insanity
/use [combat]13
/use [combat]14
/startattack
/run UIErrorsFrame:Hide()
]],

other gs frost macros work for me this one still doesn’t i entered MageFrost and nothing came up in the lower window??? Wonder what i’m doing wrong?

@comicus

Your sequence needs to finish with } i didnt notice that when i put it and was wondering why it didnt work for me LOL