Thread Tools Display Modes
06-25-23, 01:01 PM   #1
Yukka
A Theradrim Guardian
 
Yukka's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 60
Hide raid alert (text and sound)

Hello. Can you please tell me how I can hide the raid alerts (red text) that raid leaders spam on my screen during epic bg. I'd be happy too if the sound doesnt play either.

What I already did is that I unchecked raid alerts in the settings of the chatbox so it doent appear in the chat but it still appears in the middle of the screen...
  Reply With Quote
06-26-23, 11:38 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,323
This should unregister the event for the frame.
Code:
RaidWarningFrame:UnregisterEvent("CHAT_MSG_RAID_WARNING")
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
06-28-23, 07:59 AM   #3
Yukka
A Theradrim Guardian
 
Yukka's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 60
Thanks a lot. So is this line enough to make an addon or is there something else to write to have a functionnal addon?
  Reply With Quote
06-28-23, 08:43 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,323
That alone should do it.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Hide raid alert (text and sound)


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