Need AoE Macro for GS

Would someone help me out with making an aoe macro?

Sequences['WWAoE'] = { 
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] !rising sun kick',
	'/cast spinning crane kick',
	'/cast [nochanneling] Chi Wave',	
	'/cast [nochanneling] Fortifying Brew',
	'/cast [nochanneling] Leg Sweep',
	'/cast [nochanneling] !Touch of Death',
	"/cast [nochanneling] Invoke Xuen, the White Tiger",
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Thoughts?

Have you tried it? How much dps can you do with it?
Pls write ilvl, talents, glyphs and eventually tell on what opponent you’ve tried it.
I will test it too. Was looking for an AoE Macro as well

Just realized I forgot to include Fists of Fury.

And where would you add that?

I’ve tried it but it didn’t work at all. Don’t know why.

here ya go

-- MONK DPS AOE 1-1-2-3-1-2-3 
Sequences['WWAoE'] = { 
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] !rising sun kick',
	'/cast spinning crane kick',
	'/cast [nochanneling] Chi Wave',	
	'/cast [nochanneling] Fortifying Brew',
	'/cast [nochanneling] Leg Sweep',
	'/cast [nochanneling] !Touch of Death',
	'/cast [nochanneling] Fists of Fury',
PostMacro = [[
]],
}

Any chance you could link your ST sequence aswell Burx? :slight_smile:

CHeers.