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.