GS DW Macro 7.0.3

here is a macro i am working on

talents = 1,2,3,1,3,1,3

getting around 40k to 60k no lag on terget dummy


Sequences['fdktest'] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
PreMacro = [[
/startattack
]],
	'/cast Glacial Advance',
	'/cast Frostscythe',
	'/cast Obliterate',
	'/cast Howling Blast',
	'/cast Frost Strike',
	'/cast Remorseless winter',
PostMacro = [[
/use [combat] 13
/use [combat] 14
/cast pillar of frost
]],
}

Not sure why but it’s not working for me.

whats it doing

WHEN i GO TO MACROS sry caps…hit New and type infdktest. It doesn’t pop up per normal.

sry cat in the way right now

deleted GS reinstalled it, then followed the normal process opened notepad deleted everything beyond the first line, then copied and pasted your macro. it never popped for me to save. And I did close everything out including the game.After which I opened wow and went to macros, under macros in wow under my toons personal macros, typed in your header for the macro and nothing happened.

use notepad++ not notepad

ok, have Win10. How?

never claimed to be the brightest rock in the box just the shiniest.

go on google type notepad++ then right click to open sequence file then copy paste in there there should be a topic on how to use notepad++ with sequence file

did go and download Notepad++ then did not find any notes on how to use GS with the Notepad++ but tried it and nope still not working, going to take a break from this now since if I stay much longer My comp will be the reason I have a broken window, and it is laying in my front yard broken into many pieces. thank you for your help.

You might need to get GS-SE from curse or wowinterface. You will find some videos on the forum on how everything works.

whats your ilevel?

[quote quote=31176]Not sure why but it’s not working for me.
[/quote]

Probably because you have GS:E and that’s in GS format. Here you go. GS:E format below.

Sequences['fdktest'] = {
specID = 251,
author = "Nikita Hirsch@wowlazymacros.com",
helpTxt = "Talent: 1,2,3,1,3,1,3",
StepFunction = GSStaticPriority,
PreMacro = [[
/startattack
]],
'/cast Glacial Advance',
'/cast Frostscythe',
'/cast Obliterate',
'/cast Howling Blast',
'/cast Frost Strike',
'/cast Remorseless winter',
PostMacro = [[
/use [combat] 13
/use [combat] 14
/cast pillar of frost
]],
}