Frost Mage gnome sequencer 1 button macro, Enjoy

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

Sequences['Frosty'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
 ]],
 '/castsequence reset=25, Ice Barrier',
 '/castsequence reset=20, Ice Ward',
 '/castsequence reset=30, Comet Storm',
 '/castsequence reset=25, Ice Nova, Frostbolt,Frostbolt,Frosbolt,Ice lance,Ice Lance,FrostfireBolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,FrostfireBolt',
	'/cast Frozen Orb',
	'/cast Ice Nova',
	'/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance',
	
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb

]],
}

I am not sure if i am doing it wrong, but when I copy it to my sequences file it does nothing’

i fixed the issue

Sequences[‘Frosty’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/castsequence reset=25, Ice Barrier’,
‘/castsequence reset=20, Ice Ward’,
‘/castsequence reset=30, Comet Storm’,
‘/castsequence reset=25, Ice Nova, Frostbolt,Frostbolt,Frosbolt,Ice lance,Ice Lance,FrostfireBolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,FrostfireBolt’,
‘/cast Frozen Orb’,
‘/cast Ice Nova’,
‘/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance’,

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb

]],
}

[quote quote=20432]I am not sure if i am doing it wrong, but when I copy it to my sequences file it does nothing’

i fixed the issue

Sequences[‘Frosty’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/castsequence reset=25, Ice Barrier’,
‘/castsequence reset=20, Ice Ward’,
‘/castsequence reset=30, Comet Storm’,
‘/castsequence reset=25, Ice Nova, Frostbolt,Frostbolt,Frosbolt,Ice lance,Ice Lance,FrostfireBolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,FrostfireBolt’,
‘/cast Frozen Orb’,
‘/cast Ice Nova’,
‘/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance’,

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb

]],
}
[/quote]

I’ll test your’s out once I get home, since OP macro didn’t work for me either. Thanks

still having issues using frostbolt ice lance and frostfire bolt

Changing the encapsulation on this macro made it work on first attempt for me. I have noticed most of the macros on here are not using the intended syntax for gnomesequencer …try and see if this helps anyone that cant get this macro to work…

Sequences['Frosty'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/castsequence reset=25, Ice Barrier]],
[[/castsequence reset=20, Ice Ward]],
[[/castsequence reset=30, Comet Storm]],
[[/castsequence reset=25, Ice Nova, Frostbolt,Frostbolt,Frosbolt,Ice lance,Ice Lance,FrostfireBolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,FrostfireBolt]],
[[/cast Frozen Orb]],
[[/cast Ice Nova]],
[[/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance]],

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb

]],
}

I cannot get it to fire of the frostbolt and the frostfire bolts… :confused: Ice lance goes of as the only spell in the frostbolt/ice lance/frostfire bolt line… :confused:

There is a missspelled frostbolt in the line though… the third is spelled “frosbolt”… tried fixing this but it didnt seem to change anything… :confused:

With Rich’s help here is the fix for frostfire bolt and frostbolt. Please post any additional suggestions.

Sequences['Frosty'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/castsequence reset=25, Ice Barrier]],
[[/castsequence reset=20, Ice Ward]],
[[/castsequence reset=30, Comet Storm]],
[[/castsequence reset=25, Ice Nova,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt]],
[[/cast Frozen Orb]],
[[/cast Ice Nova]],
[[/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance]],

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb

]],
}

Macro tends to lock up alot any ideas?

Hey all thought i would just throw one out there for ya and you can configure it whatever way you want before i bounce…

Sequences['FrstM'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nopet] summon water elemental
/cast Mirror Image
]],
	'/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
]],
}

gl,

Beef

[quote quote=21339]Hey all thought i would just throw one out there for ya and you can configure it whatever way you want before i bounce…

Sequences['FrstM'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nopet] summon water elemental
/cast Mirror Image
]],
	'/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
]],
}
```gl,
Beef
[/quote]

Would not work for me, at all. Summoned an elemental and froze immediately following =\

Give this one a try guys and let me know what you think. Modified a previous post.

Sequences[‘Frosty’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/castsequence reset=25, Ice Barrier]],d
[[/castsequence reset=20, Ice Ward]],
[[/castsequence reset=30, Comet Storm]],
[[/castsequence reset=combat/target Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance]],
[[/cast Frozen Orb]],
[[/cast Ice Nova]],
[[/castsequence reset=30 Deep Freeze,Ice Lance,Ice Lance]],

PostMacro = [[
/startattack
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb
]],
}

[quote quote=21621]Give this one a try guys and let me know what you think. Modified a previous post.
Sequences[‘Frosty’] = { PreMacro = [[ /targetenemy [noharm][dead] ]], [[/castsequence reset=25, Ice Barrier]],d [[/castsequence reset=20, Ice Ward]], [[/castsequence reset=30, Comet Storm]], [[/castsequence reset=combat/target Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance]], [[/cast Frozen Orb]], [[/cast Ice Nova]], [[/castsequence reset=30 Deep Freeze,Ice Lance,Ice Lance]],
PostMacro = [[ /startattack /use [combat]Ice Floes /use [combat]Icy Veins /use [combat]Mirror Image /use [combat]Frozen Orb ]], }
[/quote]

I might be doing something wrong the whole sequence just doesn’t work for me sorry

[quote quote=20329]Sequences[‘Frosty’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/castsequence reset=25, Ice Barrier’,
‘/castsequence reset=20, Ice Ward’,
‘/castsequence reset=30, Comet Storm’,
‘/castsequence reset=25, Ice Nova, Frostbolt,Frostbolt,Frosbolt,Ice lance,Ice Lance,Frostfire Bolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt’,
‘/cast Frozen Orb’,
‘/cast Ice Nova’,
‘/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance’,

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb

]],
}[/quote]

Hey, Cate, thanks for this GS. Could you explain from a rotation standpoint what you’re doing in the lengthy “Ice Nova” castsequence above. Are you anticipating Fingers of Frost and/or Brain Freeze? Or are you pacing these cast times and GCDs with a second application of Ice Nova?

by me working fine :slight_smile:

Sequences[‘FrostM’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/castsequence reset=25/ Ice Barrier’,
‘/castsequence reset=20/ Ice Ward’,
‘/castsequence reset=30/ Comet Storm’,
‘/castsequence reset=25/ Ice Nova, Frostbolt,Frostbolt,Frosbolt,Ice Lance,Ice Lance,Frostfire Bolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt’,
‘/cast Frozen Orb’,
‘/cast Ice Nova’,
‘/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance’,

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb
]],
}

Sir,

Might I ask if you are going to post code on here for a macro for everyone’s benefit please learn how to write it before you post it. Now I do this for fun I am a programmer from Texas Tech University… Here is you corrected macro sir… have fun guys and keep lancing!

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

All you need to do is post it in your sequence lua file and do the proper tab spacing have fun

All that and it locks up lol gl I’ll write one that dose not lock up.

Fixed the macro it was a misspell issue sorry guys… keep in mind the forums force certian things replace with ’

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

Here is mine. Improvements?

Sequences[‘Frost1T’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/Cast [nopet] summon water elemental
]],
‘/castsequence reset=target Mirror Image, Amplify Magic, Frozen Orb, Deep Freeze,Ice lance, Ice Lance, Ice Lance, Frostfire Bolt’,
‘/cast Mirror Image’,
‘/cast frostfire bolt’,
‘/cast Ice Lance’,
‘/cast Ice Nova’,
‘/cast Icy Veins’,
‘/cast Ice Ward’,
‘/cast Ice Floes’,
‘/cast Blizzard’,
PostMacro = [[
/startattack
/cast cold snap
/cast Frostbolt
/cast Amplify Magic
/cast Mirror Image
/cast Frozen Orb
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
/use [combat]13
/use [combat]14
]],
}
Talents are [3,1,2,3,3,1,1]
cheers

For what it’s worth, a Real Programmer doesn’t use confusing characters. Left and right, single or double, quotation marks are not used. Use the standard ’ or " character.

Most of the problems which people who cut-n-paste sequences from the web site can be traced to mis-use of the characters.