Author Topic: Minigame Events broken?  (Read 968 times)

I've tried to make two servers at this point that rely on Minigame Events, but they're just not doing their job. They never seem to trigger. There's nothing relating to it in the console, and they appear in the events list just fine. I'm using Slayer, but I could've sworn that Minigame Events worked with Slayer.

Which events are you using?

Which events are you using?
These ones.
It would be kind of nice if these were implemented into Slayer, actually.

Which of those, specifically?

Which of those, specifically?
Specifically, onMinigameReset and onMinigameKill don't work, but I assume the others wouldn't either.

Do they work for you with non-slayer minigames?

Specifically, onMinigameReset and onMinigameKill don't work, but I assume the others wouldn't either.

onMinigameReset is now a default event. You might want to try disabling Event_Minigame and checking if onMinigameReset works then.

onMinigameReset is now a default event. You might want to try disabling Event_Minigame and checking if onMinigameReset works then.
I tried that already, and yes, it is, but I still need onMinigameKill.

Sorry that it's not working. Could you please post a console log of this and a description here? Thanks!

Quote
OnMinigameKill - Called when a player kills another player. Has special Victim and VictimClient targets. OnMinigameDeath - Called when a player dies. OnMinigameActivate - Called when a player clicks another player. Has special Target and TargetClient targets. OnMinigameDamage - Called when a player is damaged. Has special Victim and VictimClient targets. Doesn't trigger the normal Player and Client targets if the damage was environmental. OnMinigameTalk - Called when a player talks in the minigame. OnMinigameJoin and OnMinigameLeave - Self explanatory.

I will attempt to fix the broken events that already exist in Event_Minigame. For the new ones you might want to talk to Destiny or whoever made them.

I will attempt to fix the broken events that already exist in Event_Minigame. For the new ones you might want to talk to Destiny or whoever made them.
Oh, should I post a new issue?