Frost Legion

Hello,
This is my legion frost rotation,it does 80k burst and a stady 35k-40k.
Talents are 3122122

Sequences[‘Legfrost’] = {
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]
]],
‘/cast [nochanneling]Rune of power’,
‘/castsequence [nochanneling] Frostbolt,Frostbolt’,
‘/cast [nochanneling] Frostbolt’,
‘/cast [nochanneling] Ice Lance’,
‘/castsequence [nochanneling] Comet Storm’,
‘/cast [nochanneling] Ice Nova’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 0
]],
}

Keep Flurry,Frozen orb,Glacial spike and Ice lance(if you got 4 set) on keybinds.Else is spammable.

Code is borrowed from some users on this forum:) feel free to test it out,if you can improve it,its allways welcome

can you post in box for format?


---3122122---
Sequences["Legfrost"] = {
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]
]],
	[[/cast [nochanneling]Rune of power]],
	[[/castsequence [nochanneling] Frostbolt,Frostbolt]],
	[[/cast [nochanneling] Frostbolt]],
	[[/cast [nochanneling] Ice Lance]],
	[[/castsequence [nochanneling] Comet Storm]],
	[[/cast [nochanneling] Ice Nova]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 0
]],
}

If anyone wants to use this with GS-E format, here you go:

Sequences['Legfrost'] = {
author='Druccy',
specID=64,
helpTxt='Talents: 3122122',
StepFunction = GSStaticPriority,
PreMacro = [[
]],
"/cast [nochanneling]Rune of power",
"/castsequence [nochanneling] Frostbolt,Frostbolt",
"/cast [nochanneling] Frostbolt",
"/cast [nochanneling] Ice Lance",
"/castsequence [nochanneling] Comet Storm",
"/cast [nochanneling] Ice Nova",
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Thanks @Sceptre - not my Macro but has my name in it for some reason so I do not take credit for it :slight_smile: that goes to @ionescu adrian.

Also: is there a way to reset the macro to start again from the top,when switching targets - seems to be a dps loss starting a new target & macro continues where it left off from last mob - or has that changed ?

Thanking you in advance
Druccy

Are the talents right for this? It looks like you’re even calling for Comet Storm, but don’t include it within your talents… Not sure if I’m missing something here…