CHAT_MSG_SPELL_CREATURE_VS_SELF_DAMAGE

From Warcraft Wiki
Jump to navigation Jump to search
"CHAT_MSG_SPELL_CREATURE_VS_SELF_DAMAGE", arg1

Fired when a mob completes casting a harmful spell on you. (The message for the mob beginning to cast is given by CHAT_MSG_SPELL_CREATURE_VS_CREATURE_DAMAGE.)

arg1
full combat chat text and includes results of the cast or skill use (e.g. hit, resist, dodge).

Examples:

Mob's Poison hits you for 10.
Mob's Melee Special was dodged.
Mob's Nuke was resisted.

Patch changes

External links