Sap spam macro not working?

#showtooltip
/cleartarget
/stopattack
/targetenemyplayer
/cast sap

Doesn’t seem to be working, that and it feels like sticky target is on when in actuality is not activated.

Any thoughts/suggestions?

Try this one from Skill Capped:

#showtooltip Sap
/cast [nostealth] Stealth
/console targetNearestDistance 1.000000
/targetenemyplayer [noharm][dead]
/console targetNearestDistance 20.000000
/cast [target=focus, exists] Sap; sap;

To my knowledge the targetnearestdistance thing doesn’t work anymore. :frowning:
Or did they readd it with Dragonflight?

It feels like it works like a charm.

So, I was testing that macro and it doesn’t appear the targetnearestdistance does anything. However, I made a discovery in regards to /cleartarget. It doesn’t work if your macro is simply:

#showtooltip
/cleartarget
/targetenemyplayer
/cast sap

So, I was messing with that other macro and I added a /cleartarget and it was working perfectly. Confused, I started just removing things until I figured it out. It’s the “[noharm][dead]” part, oddly enough. If you add that, /cleartarget starts to function again.

#showtooltip Sap
/cleartarget
/targetenemyplayer [noharm][dead]
/cast Sap

Pretty strange. But, hey.

4 Likes