New WW Macro

Hello all

I hawe made a ST and an Aoe macro for my WW Monk, I need help to see if they are any good, im starving from Energy but I only hawe 5% Haste so i think that is the problem, combo seems to be up all the time on 8 stacks atleast on the class hall traning dummy…

Macro:

Sequences['ST'] = {
  Author="Jimmy",  
  SpecID=269,
  Talents = "2133132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy  [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Rising Sun Kick",
        "/castsequence [nochanneling] Tiger Palm, Blackout Kick",
        "/castsequence [nochanneling] Blackout Kick. Tiger Palm",
      PostMacro={
      },
      KeyRelease={
        "/use Touch of Death",
      },
    },
  },
}

Sequences['AoE'] = {
  Author="Jimmy",  
  SpecID=269,
  Talents = "2133132",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Spinning Crane Kick",
        "/castsequence [nochanneling] Tiger Palm, Blackout Kick",
        "/castsequence [nochanneling] Blackout Kick. Tiger Palm",
      PostMacro={
      },
      KeyRelease={
        "/use Touch of Death",
      },
    },
  },
}

Jimmy

I tried to import and it came up with a huge error. I am using GSE 2.0.10

keep these comming

what speed do you press this button at?

A update for the addon, has fixed the error will give it a try now