7.03 Pre-Legion GS-E Fistweaving only

Greetings,

I put together a sequence to cycle through Tiger Palm, Blackout Kick, Rising Sun Kick, and Chi Burst. I tested it fires off all the abilities. I was not able to control the number of Tiger Palms before a Blackout Kick to aid in building more mana since if you press the key, it cycles to the next ability event if on CGD.

You could create another version of the macro and add additional Tiger Palms to achieve that effect if desired.

sequences['M-FW-1'] = {
author="LDAP",
specID=270,
version=1,
source = "GS-myMacros",
authorversion = "v1",
helpTxt = "Talent 1,2,2,3,1,2,3",
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [combat] Tiger Palm",
"/cast [combat] Blackout Kick",
"/cast [combat] Rising Sun Kick",
"/cast [combat] Chi Burst",
PostMacro=[[
]],
}