Stealth, SoC, CoS and Vanish macro Help Needed

Hey, i used to have a macro a long time ago for my rogue.
and i just decided to play it again, but the macro i used back then doesnt work anymore.
it just gives chat errors.
it used to be this macro.
#Showtooltip Stealth
/Cast [Stance:0] !Stealth
/Cast [NoCombat, Stealth] Shroud of Concealment
/cast [NoCombat, Stealth] Stealth
/Cast [Combat, nostealth, Dot] Cloak of Shadows
/Cast [Combat, nostealth] Vanish

any help to getting my macro working again is appreciated

I’ve never heard of “dot” as a valid macro condition, I don’t think that was ever a thing
I’m also not sure what the 4th line is supposed to do? You already have casting stealth when not in it in the 2nd line… so, whats that for?

I assume what you want is a key for you to stealth if you’re not already in it, then if you are in stealth already, it casts shroud, and if you’re both in combat and not in stealth you want it to cast cloak and then vanish, correct? Removing a few lines should do that just fine:

#Showtooltip Stealth
/Cast [nocombat, Stance:0] !Stealth
/Cast [NoCombat, Stealth] Shroud of Concealment
/Cast [Combat, nostealth] Cloak of Shadows
/Cast [Combat, nostealth] Vanish

I would advise against this macro though, its very likely you end up using cloak or shroud by accident like this. But I mean, you do you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.