Thread Tools Display Modes
03-27-23, 02:24 AM   #1
2BOnest
A Defias Bandit
Join Date: Mar 2023
Posts: 2
Question Hook to primal storm rare spawn chat message

Hi all,

I'm doing an aura for WeakAura that tracks when the chat says a boss of the primal storm has spawned such as "Gravlion is here!" since raretracker often doesn't trigger if I'm not in the proximity of the spawned boss.

The aura is ready and completed since I've tested for the word "is here!" in CHAT_MSG_SAY and it works. What I am unable to do is to hook to the actual channel that says "Gravlion is here!" since is not CHAT_MSG_SYSTEM and is a little darker yellow of the CHAT_MSG_SYSTEM (and also it pops like a raid warning).

Could it be a CHAT_MSG_BG_SYSTEM_NEUTRAL even if is not bg?

Attached the message and the channel color I'm speaking of (in the screenshot is "Il Trio Lama Gelida è qui!")
Attached Thumbnails
Click image for larger version

Name:	photo_2023-03-27_10-21-22.jpg
Views:	49
Size:	9.2 KB
ID:	9805  
  Reply With Quote
03-27-23, 05:17 AM   #2
2BOnest
A Defias Bandit
Join Date: Mar 2023
Posts: 2
Using the default blizzard event trace pannel by typing
Code:
/eventtrace start
I've found the right channel, which is
Code:
CHAT_MSG_RAID_BOSS_EMOTE
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Hook to primal storm rare spawn chat message

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off