Quests (Inactive)

150k Downloads

Events in CustomObjectives suddenly stop being listened for?

xikage opened this issue ยท 5 comments

commented

Hi HappyPikachu,

I'm the author of MythicMobs, along with the MM Quests module. I've been getting reports of (and experiencing) instances where the module will rarely just suddenly stop working until a /questadmin reload is done. I've done some debugging on my end and it appears the death event just stops being listened for. I haven't been able to figure out why it's happening, though.

Here's the code for the module in-case you want to have a look, it's nothing special:
http://hastebin.com/rekahozuho.avrasm

If it's something on my end could you let me know if I'm doing something incorrectly? Definitely want to get this fixed up.

Thanks!

commented

Finally fixed in #231 (Quests 2.5.3)

commented

Your code looks fine to me. It's likely related to some of the issues Quests has been experiencing lately. Development is slow as life throws me around, so there may not be an immediate fix. Still, thank you for bringing this to my attention! :)

commented

See #164 for a likely cause

commented

Is there any way I can help debug this? My server depends on mythicmobs as well, and although I can get around this, it'll require a bit of work making mobs drop unique items and editing the quests to take the items.

If I can help debug, could you point out how I'd get started? For example, are we looking for an error when players disconnect? A null pointer in quest data? Do we have information to start with (Like for example, this error only happens when the player has the mythicmobs quest module quest)?

commented

I am not sure #164 is related. I have never personally seen that error pop up when a player quits.