• 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!

A couple of NPC errors

linx001

New Member
Joined
Nov 7, 2008
Messages
32
Reaction score
0
I am using the tfs version 0.2.10 and when I start Up the server I get a couple of errors
any help would be nice.



Lua Script Error: [Npc interface]
data/npc/scripts/default.lua
data/npc/scripts/default.lua:1: attempt to index global 'KeywordHandler' (a nil value)
stack traceback:
[C]: in function '__index'
data/npc/scripts/default.lua:1: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/default.lua




Lua Script Error: [Npc interface]
data/npc/scripts/Sell/Haroun.lua
data/npc/scripts/Sell/Haroun.lua:1: attempt to index global 'KeywordHandler' (a nil value)
stack traceback:
[C]: in function '__index'
data/npc/scripts/Sell/Haroun.lua:1: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/Sell/Haroun.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Sell/runes.lua
data/npc/scripts/Sell/runes.lua:1: attempt to index global 'KeywordHandler' (a nil value)
stack traceback:
[C]: in function '__index'
data/npc/scripts/Sell/runes.lua:1: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/Sell/runes.lua


Lua Script Error: [Npc interface]
data/npc/lib/npc.lua
data/npc/lib/npcsystem/npcsystem.lua:6: attempt to call global 'getDataDir' (a nil value)
stack traceback:
[C]: in function 'getDataDir'
data/npc/lib/npcsystem/npcsystem.lua:6: in main chunk
[C]: in function 'dofile'
data/npc/lib/npc.lua:2: in main chunk
Warning: [NpcScriptInterface::loadNpcLib] Can not load data/npc/lib/npc.lua
Warning: [Npc::loadInteraction] Missing time attribute for onidle event


Warning: [Monster::Monster]. Unknown event name - KillingInTheNameOf
 
Back
Top