[DiscordArchive] I wanna do something when players die on a dungeonfinder group, what's the event I should look for t
[DiscordArchive] I wanna do something when players die on a dungeonfinder group, what's the event I should look for t
Archived author: thunder • Posted: 2025-03-04T15:45:58.620000+00:00
Original source
I wanna do something when players die on a dungeonfinder group, what's the event I should look for to check if the player is inside a dungeonfinder group/instance?
Archived author: Timelost • Posted: 2025-03-04T15:46:56.683000+00:00
Original source
I have tried two different clients but still get this error now and then. I think this started after the AoE_Loot Module and I think everytime is while looting something
Archived author: Timelost • Posted: 2025-03-04T15:47:01.890000+00:00
Original source
wow.exe crashes
ERROR #134 (0x85100086) Fatal Condition
This error may occur when World of Warcraft is prevented from making changes to a game file. It can be caused by incorrect permissions, a security program, or an error in the file itself.
Archived author: thunder • Posted: 2025-03-04T15:50:26.570000+00:00
Original source
On lua we have this "isLFGGroup = Group:IsLFGGroup()" but idk on c++
Archived author: Tereneckla • Posted: 2025-03-04T15:52:03.284000+00:00
Original source
I'd say OnPlayerJustDied and then IsUsingLfg()
Archived author: thunder • Posted: 2025-03-04T16:24:10.175000+00:00
Original source
ty