current WW GS

Sequences['ww'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/startattck
    ]],
	"/cast [nochanneling] Fists of Fury",
	"/cast [nochanneling] Strike of the Windlord",
	"/cast [nochanneling] Whirling Dragon Punch",
	"/cast [nochanneling] Tiger Palm",
	"/cast [nochanneling] Rising Sun Kick",
	"/cast [nochanneling] Chi Wave",
	"/cast [nochanneling] Blackout Kick",
	"/cast [nochanneling] Tiger Palm",
	"/cast [nochanneling] Whirling Dragon Punch",
	"/cast [nochanneling] Fists of Fury",
PostMacro = [[
/startattack
/use [combat] Potion of Prolonged Power
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

talents 3133132

i set my rzr synapse at .070

im consistently top dps in m+

hi. Is it possible to have the code in gse2? Thanks

i dont use gse2, only the old school gs

Sequences['ww'] = {
  Author="throwryuken",
  SpecID=269,
  Talents = "3133132",
  Default=1,
  MacroVersions = {
      [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattck",
      },
      PreMacro={
      },
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling] Chi Wave",
        "/cast [nochanneling] Blackout Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Fists of Fury",
      PostMacro={
      },
      KeyRelease={
        "/startattck",
        "/use [combat] Potion of Prolonged Power",
      },
    },
  },
}

Thanks