Macro Issue: If target is enemy player

So I would like to have a macro which will state in the party chat that I, for example, Blinded the enemy player. I thought it would look somewhat like this:

/cast [@player, harm] Blind /p I cast Blind on %t

However, the “/p I cast Blind on %t” part will cause the macro to malfunction.

Thanks in advance!

So close, each slash command needs to be on a new line

#showtooltip
/cast Blind
/stopmacro [noharm]
/p Blind on %t

Added a stopmacro command so it wont say anything if you’re not targeting an enemy.

Thank you so much ^^

No problem. You might also want to check out https://www.curseforge.com/wow/addons/macro-talk

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