My Atempt on WW macros

Hello All

I need help checking out if my macros are any good for end content, i am lvl 100 at the moment.

Sequences['ST'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Lucîfer@Shadowsong",
  SpecID=269,
  Talents = "2133132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling] Storm, Earth, and Fire",
      },
      PreMacro={
        "/cast [nochanneling] Touch of Death",
      },
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/castsequence [nochanneling] Tiger Palm, Blackout Kick",
        "/castsequence [nochanneling] Blackout Kick, Tiger Palm",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
      PostMacro={
      },
      KeyRelease={
        "/cast [nochanneling] Fists of Fury",
      },
    },
  },
}

Sequences['AoE'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Lucîfer@Shadowsong",
  SpecID=269,
  Talents = "2133132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast [nochanneling] Touch of Death",
      },
        "/cast [nochanneling] Whirling Dragon Punch",
        "/castsequence [nochanneling] Fists of Fury, Rising Sun Kick",
        "/cast [nochanneling] Strike of the Windlord",
        "/castsequence [nochanneling] Tiger Palm, Blackout Kick",
        "/castsequence [nochanneling] Blackout Kick, Tiger Palm",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Rushing Jade Wind",
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Spinning Crane Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Blackout Kick",
      PostMacro={
      },
      KeyRelease={
        "/cast [nochanneling] Fists of Fury",
      },
    },
  },
}

Jimmy

@ lvl 103 and working great! Thank you kindly.

What spam rate, or is this manual?

@ lvl 103 and working great! Thank you kindly.
Your welcomme :)
What spam rate, or is this manual?
I havent found a good spam rate, I test it between 100-150ms AHK :)

Jimmy