Thread Tools Display Modes
03-21-22, 08:41 AM   #1
maiX
A Defias Bandit
Join Date: Mar 2022
Posts: 2
Event for accepted to custom lfg group

Hi guys,

i'm normally playing without any sounds, and to not missing something important im using the addon "unmuter" -> https://www.curseforge.com/wow/addons/unmuter

Now my Problem is, as you may know as wow player, you sometimes queue for a varity of custom lfg groups for mythic+. Sadly, the Addon doesn't "unmute" when you get a "custom lfg" invite or acception.
I found the main .lua herer -> https://github.com/AndreWaehlisch/Un...nmuterCore.lua
An I guess that i just need to add the correct event within here:

Code:
Unmuter.Events = {
	["UPDATE_BATTLEFIELD_STATUS"] = 1, -- battleground and arena
	["LFG_PROPOSAL_SHOW"] = 1, -- lfg tool
	["PARTY_INVITE_REQUEST"] = 1, -- party invite
	["DUEL_REQUESTED"] = 1, -- duel invite
	["READY_CHECK"] = 1, -- ready check requested
	["CONFIRM_SUMMON"]= 1, -- player is summoned
	["PET_BATTLE_QUEUE_PROPOSE_MATCH"] = 1, -- pet battle invite
	["GROUP_INVITE_CONFIRMATION"] = 1, -- someone requests to join party (e.g. from friend list)
}
However, i've used google for a good 60 minutes but couldn't find anything that matches.

Any chance here someone knows what's the eventname and could help me out?

thank you!
  Reply With Quote
03-29-22, 11:50 AM   #2
maiX
A Defias Bandit
Join Date: Mar 2022
Posts: 2
Anyone got an idea? I looked it up today again with other search phrases but couldn't find any clue.
  Reply With Quote
03-29-22, 12:28 PM   #3
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 308
The way you find the event you're looking for is type: /etrace
Then press the X on all the various events that pop.
Get a friend to create a custom group or sign up to a custom group and when it pops look in the etrace window for said event.
  Reply With Quote
04-01-22, 01:01 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Here's what I've found that trigger the "Ready Check" sound.

LFG_LIST_JOINED_GROUP
LFG_READY_CHECK_SHOW
LFG_ROLE_CHECK_SHOW
ROLE_POLL_BEGIN


Note: LFG_PROPOSAL_SHOW is already in the table posted.
There are more PvP-related ones, but that's off-topic.
__________________
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 » Developer Discussions » General Authoring Discussion » Event for accepted to custom lfg group

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