Macro Issue

Anyone know the difference between macros that work in retail that don’t work in classic, for example:

/cast [combat, nostealth] Eviscerate; [no combat] Stealth

Works great in retail, stealths when not in combat, uses a finisher when in combat, but doesn’t work in the stresstest for classic. Wants to always perform the finisher.

Stealth has ranks in the spell name. Try adding the rank i.e. stealth (rank 1)

I wouldn’t think 2.0 macros such as that would work here. But I haven’t tested any yet.

That didn’t work. And, eviscerate works without rank. I imagine there’s a way to get it to work, but I don’t know how retail and vanilla macros differ.

I’m not in this stress test and don’t play a Rogue, but maybe try this?

/cast [combat] Eviscerate; [nostealth] Stealth

Also without a rank it’ll always do max rank of the spell. Another thing to maybe tinker with is adding harm? No clue.

/cast [harm, combat] Eviscerate; [nostealth] Stealth

edit*or nocombat as one word

By George, you’ve done it!

This seems to work. Thank you.