• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua NPC: onCreatureSay, onCreatureDisappear: (luaDoCreatureSay) Creature not found

okurde

New Member
Joined
Jan 28, 2009
Messages
134
Reaction score
1
Hello, I have 2 problems with NPC. Sometimes there appear error in logs:
Code:
[Error - NpcScript Interface]
In a timer event called from:
data/npc/scripts/Captain Marko.lua:onCreatureSay
Description:
(luaDoCreatureSay) Creature not found

but I have no idea why.


And the second problem is involved with restarting server, moment before closing server there are a lot of errors:
Code:
[Error - NpcScript Interface]
In a timer event called from:
data/npc/scripts/Xodet.lua:onCreatureDisappear
Description:
(luaDoCreatureSay) Creature not found


Does anyone have any idea why it occurs and how to fix it?
 
Back
Top