Here is my current Macro I am using
Sequences['STWW'] = {
specID = 269,
author = "AK",
helpTxt = "Talents: 3,1/2/3,3,3,1,3,2",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm,dead]
]],
'/castsequence [mod:alt, nochanneling:Spinning Crane Kick] Spinning Crane Kick; [mod:ctrl] Touch of Death; [combat, nochanneling] Tiger Palm, Fists of Fury',
'/castsequence [mod:alt, nochanneling:Spinning Crane Kick] Spinning Crane Kick; [mod:ctrl] Touch of Death; [combat, nochanneling] Tiger Palm, Rising Sun Kick',
'/castsequence [mod:alt, nochanneling:Spinning Crane Kick] Spinning Crane Kick; [mod:ctrl] Touch of Death; [combat, nochanneling] Tiger Palm, Strike of the Windlord',
'/castsequence [mod:alt, nochanneling:Spinning Crane Kick] Spinning Crane Kick; [mod:ctrl] Touch of Death; [combat, nochanneling] Tiger Palm, Whirling Dragon Punch',
'/castsequence [mod:alt, nochanneling:Spinning Crane Kick] Spinning Crane Kick; [mod:ctrl] Touch of Death; [combat, nochanneling] Tiger Palm, Chi Wave',
'/castsequence [mod:alt, nochanneling:Spinning Crane Kick] Spinning Crane Kick; [mod:ctrl] Touch of Death; [combat, nochanneling] Tiger Palm, Blackout Kick',
PostMacro = [[
/startattack
]],
}
I want to move to a priority list, I also want to still be able to hit ctrl for Touch of Death and Alt fpr Spinning Crane Kick. This might not be pretty as I am a nub at these things.