Macro condition - Tranquilizing Shot

Hi guys. I have the following macro:

#showtooltip Tranquilizing Shot
/cast Tranquilizing Shot
/yell Eskannor used Tranquilizing Shot on %t.

Question: Is there a way to put a condition on the yelling part, to go off only if the Tranquilizing Shot actually went off.

I want to be able to spam the button, without spamming the entire chat with 8 messages that I’ve tranq’d.

I don’t think it can be done unless it’s a script, even then probably not.

EDIT: Deleted whole post cause wasnt working
UPDATE:
/script local dummy, cd = GetSpellCooldown(“Tranquilizing Shot”); if cd == 0 then SendChatMessage(“Tranq Shot used”, “YELL”) end;
/Cast Tranquilizing Shot

I tested it and it works this time :wink: Yells only once too haha

It’d be much easier to make a weakaura that does that. I’m sure there are dozens already made ones on wago.io

Thanks dudeo!

Use the mod ‘tranqrotate’. It’s very handy and will do those yells only if it goes off. And on top of that, it will also yell if missed AND you can set up a rotation with your fellow hunters knowing exactly who needs to tranq and who has backup duty.

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