Currently leveling a monk from 100 to 110 on this. Designed to be a single target it has some AOE attacks. I was looking at the icy-veins rotation and was just looking for some fluidity in the moves. I have had a couple other people try it and like it so I thought that I would share it on here. There are no dps promises. The GSE being used is the latest for the current patch.
Sequences['wwmonk'] = {
-- This Sequence was exported from GSE 2.1.06.
Author="someone@Azuremyst",
SpecID=269,
Talents = "2333132",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=9,
KeyPress={
"/targetenemy [noexists][dead]",
},
PreMacro={
},
"/cast Fists of Fury",
"/cast [nochanneling] Whirling Dragon Punch",
"/cast [nochanneling] Touch of Death",
"/cast [nochanneling] Tiger Palm",
"/cast [nochanneling] Strike of the Windlord",
"/cast [nochanneling] Rising Sun Kick",
"/cast [nochanneling] Tiger Palm",
"/cast [nochanneling] Blackout Kick",
PostMacro={
},
KeyRelease={
},
},
},
}
[quote quote=53239]Nice macro i only have 1 question about it. you have Invoke Xuen, the White Tiger but in the 90 talent you selected hit combo and not Invoke Xuen, the White Tiger was that a mistake… just asking that’s all
[/quote]
Good Catch Jason! Most definitely a mistake. If anyone has any other suggestions don’t hesitate to speak up. The single target for me is doing about ~300k dps in 820 gear on regular mobs. I’m trying to finish the Hall quests; I fell behind.
Adding an AOE
Sequences['wwmonkaoe'] = {
-- This Sequence was exported from GSE 2.1.06.
Author="someone@Azuremyst",
SpecID=269,
Talents = "2333132",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=7,
KeyPress={
"/targetenemy [noexist][dead]",
},
PreMacro={
},
"/cast Spinning Crane Kick",
"/cast Fists of Fury",
"/cast [nochanneling] Whirling Dragon Punch",
"/cast [nochanneling] Tiger Palm",
PostMacro={
},
KeyRelease={
"/startattack",
},
},
},
}