WW Monk Macros 7.1.5

There were 3 macros. Which one are we talking about?

I think I see it.

Sequences['WWMSingle'] = {
  Author="Judson@Silvermoon",  
  SpecID=269,
  Talents = "2233132",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy  [noharm][dead]",
      },
      PreMacro={
      },
        "/use 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, talent:1/1] Chi Burst; [nochanneling, talent:1/3] Chi Wave",
        "/cast [nochanneling] Blackout Kick",
        "/cast [nochanneling] Tiger Palm",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/use Touch of Death",
        "/use Touch of Karma",
      },
    },
  },
}

The first tiger palm will always take priority. I will try a castsequence with reset timer.

This edit is doing fairly well against a 112 dummy.

Sequences['WWMsingle'] = {
  Author="Judson@Silvermoon",  
  SpecID=269,
  Talents = "2233132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy  [noharm][dead]",
      },
      PreMacro={
        "/cast [nochanneling] Tiger Palm",
      },
        "/use Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling, talent:1/1] Chi Burst; [nochanneling, talent:1/3] Chi Wave",
        "/castsequence [nochanneling] Blackout Kick, Tiger Palm",
        "/cast [nochanneling] Tiger Palm",
      PostMacro={
      },
      KeyRelease={
        "/use Touch of Death",
        "/use Touch of Karma",
      },
    },
  },
}

Try it and let me know what you think please :slight_smile:

Thinking line 21 cuts off FoF. Maybe make that [nochanneling] as well??

How is it working with Hit Combo? When using priority did it ever hit cause hit combo to fall off?

I try your macro again but it did 230k or under… any update for new macro that can do over 300k or more?

Yes, combo drops off. Single target dps for me is around 170-200k. It goes to 500k when fighting 4 or 5.

You could try Serenity and Open with this macro:

Sequences['WWSerenityOpen'] = {
  Author="Judson@Silvermoon",  
  SpecID=269,
  Talents = "2233113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/use Chi Wave",
        "/use Tiger Palm",
        "/use Touch of Death",
        "/use Serenity",
        "/use Rising Sun Kick",
        "/use Strike of the Windlord",
        "/use Fists of Fury",
        "/use Rising Sun Kick",
        "/use Spinning Crane Kick",
        "/use Blackout Kick",
        "/use Tiger Palm",
        "/use Rising Sun Kick",
        "/use Tiger Palm",
        "/use Fists of Fury",
        "/use Tiger Palm",
        "/use Blackout Kick",
        "/use Tiger Palm",
        "/use Rising Sun Kick",
        "/use Blackout Kick",
        "/use Tiger Palm",
        "/use Chi Wave",
        "/use Strike of the Windlord",
        "/use Blackout Kick",
        "/use Tiger Palm",
        "/use Rising Sun Kick",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Hello noj

would it be posible for you to make a st and an aoe macro, no opining macro ?

Jimmy

Imported it and says it is ok. But nothing shows up?