Frost 6.2 Macro (newest) Updated 11/9/15

This is the macro I am using Based on what Cate Faithfull started out with…

Sequences['FRSTY'] = {
	StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence [nochanneling] reset=25 Ice Barrier',
	'/castsequence [nochanneling] reset=20 Ice Ward',
	'/castsequence [nochanneling] reset=target Comet Storm',
	'/castsequence [nochanneling] reset=combat Ice Nova,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt',
	'/cast [nochanneling] Frozen Orb',
	'/castsequence [nochanneling] reset=25 Ice Nova',
	'/castsequence [nochanneling] reset=20 Deep Freeze,Ice Lance,Ice Lance',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb
]],
}

Hi

what is your talent and glyph Beef, and thx i hawe been looking forward for you mage macros :slight_smile:

Jimmy

Asuming here but I think its:

Talents are 3,3,2,2,3,1,3
Glyphs are Icy Veins, Splitting Ice

Hey Beef! Thanks for all your sweet macros.

I noticed while using this one I kept getting lockups due to Ice Barrier trying to refresh while It was still active resulting in the error message “a more powerful spell is already active”.

I changed the line to:

‘/castsequence [nochanneling] reset=25 Ice Barrier,null’,

EDIT: Nevermind. Doesnt work afterall. Perhaps you could lend a hand eh?

Cheers!

Here is what I’m using and its working great although it starts out at 28K but then drops to 20k. Any suggestions?

Sequences['FRSTY'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
	'/castsequence [nochanneling] Ice Barrier',
	'/castsequence [nochanneling] Ice Ward',
	'/castsequence [nochanneling] Comet Storm',
	'/castsequence [nochanneling] Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance',
	'/castsequence [nochanneling] Ice Nova',
	'/castsequence [nochanneling] Deep Freeze,Ice Lance,Ice Lance',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

I have Frostfire bolt on a separate key bind.

Why is deep freeze in the macro? It serves no purpose dps-wise.

Im leveling my mage as pop thats why it’s the way it is. I am almost 100 though so please look for a updated macro very very soon, I am sorry for the lock ups, I am working out the kinks.

Beef

Thanks Beef your doing an awesome job!

Got tired of any Frost GS locking up whenever Ice Barrier was present so I removed it and have it as a separate button. No more lockups and DPS is somewhat better.

can you make this into a macdro, i dont know how to setup or understand GS

[quote quote=26253]Got tired of any Frost GS locking up whenever Ice Barrier was present so I removed it and have it as a separate button. No more lockups and DPS is somewhat better.
[/quote]

This fixed all my lockup problems. Ty Jason.

can someone make me a macro on gnome sequences with this macro here please
ice nova, ice nova, frozen orb, deep freeze, frostbolt, Comet Storm, ice lance, ice lance, frostfire bolt, ice lance, ice lance

Update this ASAP please

Hey Beef,
Any update on this?

So im guessing that this site is down or something because i have not seen any updates on macros or gs for a while. Just in case this is what i got with my mage ilvl 673, test for 1 min on dummies.

Result:
http://imgur.com/TipHjyI

@Playdough : here is what u asked for, I tried it out on dummy 4Mill damage @ 36K 694ilvl - stacking Mastery
so hope it helps you

edit: tried it in raid & was out of mana very quick. if you have a way around that please advise :slight_smile:

Sequences["Frostz"] = { PreMacro = [[ /targetenemy [noharm][dead] ]], [[/cast Ice Nova]], [[/cast Ice Nova]], [[/cast Frozen Orb]], [[/cast reset=20 Deep Freeze]], [[/cast Frostbolt]], [[/castsequence reset=30 Comet Storm]], [[/castsequence Ice Lance,Ice Lance,Frostfire Bolt,Ice Lance,Ice Lance]], PostMacro = [[ /startattack /use [combat]13 /use [combat]14 /use [combat]Ice Floes /use [combat]Icy Veins ]], }

Hey Druccy inside code box plz :slight_smile:

ERROR I Can Stand On OLD MAN THIS MESSAGE IN YOU ARE TOO FAR AWAY

[quote quote=27719]ERROR I Can Stand On OLD MAN THIS MESSAGE IN YOU ARE TOO FAR AWAY

[/quote] Uhm okay… Lay off the drugs mate…


Sequences[“Frostz”] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/cast Ice Nova]],
[[/cast Ice Nova]],
[[/cast Frozen Orb]],
[[/cast reset=20 Deep Freeze]],
[[/cast Frostbolt]],
[[/castsequence reset=30 Comet Storm]],
[[/castsequence Ice Lance,Ice Lance,Frostfire Bolt,Ice Lance,Ice Lance]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
]],
}

in case you wanted it