WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   Event for accepted to custom lfg group (https://www.wowinterface.com/forums/showthread.php?t=59075)

maiX 03-21-22 08:41 AM

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!

maiX 03-29-22 11:50 AM

Anyone got an idea? I looked it up today again with other search phrases but couldn't find any clue.

Tim 03-29-22 12:28 PM

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.

SDPhantom 04-01-22 01:01 PM

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.


All times are GMT -6. The time now is 02:47 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI