View Single Post
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