WW Monk Macros 7.1.5

These are macros that I use based off of icy-veins.com and walkingthewind.com theorycrafting. There are 3 macros to cover single target, multiple target, and an opening sequence. The opening sequence calls SEF and the single target sequence does not, allowing me control over SEF while in dungeons.

Sequences['WWMopening'] = {
  Author="Judson@Silvermoon",  
  SpecID=269,
  Talents = "2233132",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/use Tiger Palm",
        "/use Touch of Death",
        "/use Tiger Palm",
        "/use Storm, Earth, and Fire",
        "/use Fists of Fury",
        "/use Strike of the Windlord",
        "/use Tiger Palm",
        "/use Rising Sun Kick",
        "/use Whirling Dragon Punch",
        "/use Tiger Palm",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

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",
      },
    },
  },
}

Sequences['WWMmultiple'] = {
  Author="Judson@Silvermoon",  
  SpecID=269,
  Talents = "3323223",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/use [talent:7/2] Whirling Dragon Punch; [talent:7/3] Serenity",
        "/use Fists of Fury",
        "/use Strike of the Windlord",
        "/use [talent:7/2] Rising Sun Kick",
        "/use [talent:6/1] Rushing Jade Wind",
        "/use [talent:1/1] Chi Burst; [talent:1/3] Chi Wave",
        "/use Spinning Crane Kick",
        "/use Blackout Kick",
        "/use Tiger Palm",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/use Touch of Karma",
        "/use Touch of Death",
      },
    },
  },
}

The Opening sequence is WDP and Power Strikes talent, per walkingthewind.

If you choose Energizing Elixer it would be
TP -> ToD -> SEF+RSK -> EE+FoF -> SotW -> TP -> WDP with RSK coming off CD soon

If you choose Serenity it would be
Chi Wave (out of boss range on self) -> FSK (don’t hit anything) -> Prepotion -> Chi Wave (on target) -> TP-> ToD -> On use trinket (if you have one) -> Serenity + RSK > SotW -> FoF -> RSK -> SCK -> BoK -> Serenity complete -> RSK -> TP -> FOF

I haven’t used either of these last 2 opening sequences. Providing for reference if you want to make it your own.

Windwalker Monk, Item lvl 832, 300k-320k dps.

Is this for GSE2?

It’s been adapted for the latest GSE2, yes. I just finally got it working again.

any reason for the /use instead of the /cast ?

/use and /cast are synonymous and will do the same thing. I think [nochanneling] requires /cast but not sure.

Changed [talent] conditional to proper form.

Ok so i dont understand these macros that well , the talents are different on all the macros, can some one explain how u use rushing jade wind wqhen u dont have it talented in any of the macros

The talent conditional will use what is listed after it, if the talent conditional is true.

[talent:(row)/(column)] function

"/use [talent:1/1] Chi Burst; [talent:1/3] Chi Wave"

This will check if you are talented with Chi Burst or Chi Wave, and use it if true.

/use [talent:7/2] Rising Sun Kick"

This will check to see if you have WDP, and if true, use RSK. The reason for this is RSK is needed to enable WDP. If you are not talented in WDP then there is no need for RSK in this rotation.

The talents I have listed are the ones I am currently using. Since I occasionally respec I tried to keep the same macros functionality. If you look at icy-veins you will see they have priority rotations, and conditionals (if you have this talent). In other words, you don’t have to change your talents to use these macros. My DPS is using my talents and my item level, so I included them for reference.

cant get them in i get unexpected symbol near ?

do u happen to have an ahk setting for this? I have mine sitting around 75ms not sure if there is a preferred ms setting to pull higher numbers

awesome macro btw for my drinking horn :smiley:

I’m just spamming the button - no hot key.

I tried out the single macro but some how its canceling the first FoF when you spam the button.

were the f… do i update, the old GSE dossent work… :confused: someone plz help me aka the noob

Hello

I tried out the single macro but some how its canceling the first FoF when you spam the button.

It is becouse you need to use /cast [nochanneling] to avoid canceling it.

Jimmy

If the FoF is being canceled by Chi Wave or Chi Burst, try changing
"/use [talent:1/1] Chi Burst; [talent:1/3] Chi Wave",
to
"/cast [nochanneling, talent:1/1] Chi Burst; [nochanneling, talent:1/3] Chi Wave",

I’ve modified the original to reflect this change.

Yes solved it. Thank you both.

Only question I have is for the single you have eye of the tiger as your skill, for Multiple, you list Chi Wave, which is it, because I doubt you swap specs that often. :wink:

Actually, Single and Multiple are almost completely different. Do you just go with one? I’m confused as to what spec you use. I understand that some don’t really matter, cuz they are play style, but what spec do you use when using these macros?

The spec listed is the one I have been using for several months. I have all three macros- opening, single and multiple - on F1, F2, and F3 respectively. When I am fighting one opponent, I use single. When I fight a mob, I use multiple, and switch to single when down to one. If I get in trouble with a mob, I spam opening to call SEF and then switch back to either multiple or single after I run the opening sequence.

I don’t respec often now, but I did early on until I found what I like. I have that option because of the priority rotation, which stays the same. WHen I first hit 110 I used the opening a lot more often. Now I just use it when elites are involved.

If dps is your main concern, start with the opening, press it 10 times. Then switch to single or multiple as needed. When SEF drops out, revert back to opening and repeat. I honestly don’t count the opening presses, but guess. My last few fights I used the opening sequence, followed by multiple and single, producing 416,889 dps.

Single and multiple are different because priorities are different. I used http://www.icy-veins.com/wow/windwalker-monk-pve-dps-rotation-cooldowns-abilities to develop this macro. It’s not perfect because ideally you want to get the debuff Mark of the Crane on more than one target before using SCK. I haven’t been able to get a macro to cycle targets while spamming.

Rising Sun Kick is not firing for me in the macro in the OP. Anybody else having the issue, or know what I can do to correct it?

Rising Sun Kick is not firing for me in the macro in the OP. Anybody else having the issue, or know what I can do to correct it?

Same here… even Tiger palm and few others… wouldn’t fire it off.