I wanted to launch my new dungeon on my server today, but when people went into it, every mob which called an OnKill label triggered an error saying:
[01:43:29][Error]: npc_event: event not found [dup_1_110050525::OnKill]
I removed the dungeon from my live server then, and tested it again on my test server, and I do not understand the following results:
We tested the dungeon by killing the mobs with @killmonster and everything worked fine. But now, when the player kills a mob by himself, the error above occurs.
This bastard throws the error above. So basically, when there is a RID attached to the kill, the OnKill can not be found, but when there is no RID attached, it works? Am I missing something stupid or is this a bug?
(I think this snippet should be enough http://pastebin.com/ygRfyJgZ you can be sure that all variables are set right and everything works, except the stuff above...)
And btw: Both labels were exact the same when I displayed them. Both times the exact same event was called, but with a RID attached, the event could not be found.
Question
chriser
Hi guys,
I wanted to launch my new dungeon on my server today, but when people went into it, every mob which called an OnKill label triggered an error saying:
I removed the dungeon from my live server then, and tested it again on my test server, and I do not understand the following results:
We tested the dungeon by killing the mobs with @killmonster and everything worked fine. But now, when the player kills a mob by himself, the error above occurs.
What I then tested surprised me any more...
First, I did the following:
Which did what I expected: Trigger the OnKill Label. I tought i must be wrong somewhere, when I tested this...
This bastard throws the error above. So basically, when there is a RID attached to the kill, the OnKill can not be found, but when there is no RID attached, it works? Am I missing something stupid or is this a bug?
(I think this snippet should be enough http://pastebin.com/ygRfyJgZ you can be sure that all variables are set right and everything works, except the stuff above...)
And btw: Both labels were exact the same when I displayed them. Both times the exact same event was called, but with a RID attached, the event could not be found.
Edited by chriser8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.