New WW Monk GS Macro

Hi

I hawe tryet to make 2 WW macros, pls tell me if i can improve them :slight_smile:

my item level is 617, and doing 8000 damge on traninig dummys.

My talents are 2, 1, 1 ,3, 1, 2, 3

Major Glygh: Touch of Death, Touch of Karma, Paralysis
Minor Glyph: Spirirt Roll, Zen Flight, Jab

My macros:

Sequences["PvP"] = {
	StepFunction = [[
	 order = newtable(3, 3, 2, 3, 1, 7, 3, 2, 3, 3, 4, 6)
	 
	 newstep = (newstep and (newstep % #order + 1)) or 2
	 step = order[newstep]
	]],

	PreMacro = [[
/targetenemy [noharm][dead]
	]],

	-- Macro 1
	[[
/cast Tiger Palm
	]],
	
	-- Macro 2
	[[
/cast Rising Sun Kick
	]],
	
	-- Macro 3
	[[
/cast Jab
	]],

	-- Macro 4
	[[
/cast Blackout Kick
        ]],

        -- Macro 5
        [[
/cast Expel Harm
	]],

        -- Macro 6
        [[
/cast Energizing Brew
        ]],

        -- Macro 7
        [[
/cast Chi Wave
        ]],

	PostMacro = [[
/cast Disable
/cast Touch of Death
	]],
}

Sequences["FoF"] = {
	StepFunction = [[
	 order = newtable(1, 1, 1, 2, 3)
	 
	 newstep = (newstep and (newstep % #order + 1)) or 2
	 step = order[newstep]
	]],

	PreMacro = [[
/targetenemy [noharm][dead]
	]],
	
	-- Macro 1
	[[
/cast [nochanneling] Jab
	]],
	
	-- Macro 2
	[[
/cast [combat] Fists of Fury
	]],

	-- Macro 3
	[[
/cast [nochanneling] Leg Sweep
	]],

PostMacro = [[
	]],
}

Hope they are good macros, im going to try them out in BG later to day.
Pls let me know if i can make them better :slight_smile:

Jimmy

My burst macro

#showtooltip Tigereye Brew
/cast Tigereye Brew
/use 13
/use 14
/cast Invoke Xuen, the White Tiger
/cast Serenity

Jimmy