Combat Shadowstep

Could someone help me incorporate shdowstep into my current macro?

#showtooltip sinister strike
/startattack
/castsequence [stance:1]ambush; reset=target revealing strike,null
/castsequence reset=0 0,sinister strike
/castsequence reset=target/alt slice and dice,sinister strike,sinister strike,eviscerate,revealing strike
/cast adrenaline rush
/cast shadow blades
/cast combat readiness
/cast evasion
/use 13
/use 14
/use Kafa Press
/cast [nostance:1] Stealth
/targetenemy [noharm][dead]

My previous efforts have caused the macro to lock.

Well… Shadowstep isn’t on the GCD so if you really want it in the macro you should be able to insert a line above “/cast adrenaline rush” and add “/cast shadowstep”

This is a little unsolicited advice but I would change your second to last line in the macro to something like this:

/cast [nostealth][nocombat] stealth

The way you have it now – your macro will attempt to stealth anytime you are not stealted, even if you are in combat – which generates an error. Doesn’t hurt anything it just isn’t elegant scripting :wink:

Thank you any advice or help is always appreciated

Anytime – I’m at work so I wasn’t able to test my suggestion to you. If shadowstep doesn’t fire off for you let me know though, we will get it figured out :-p