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

NPC Help

Joined
Jun 19, 2009
Messages
1,852
Reaction score
5
Hello!

Today I upgraded my server from 8.42 (TFS 0.3.4) to 8.50 (TFS 0.3.5).

Everything is working fine so far, except for the NPC's... when I say hi they doesn't respond. However, the NPC's exist in the map...

[17/09/2009 17:45:01] Lua Script Error: [Action Interface]
[17/09/2009 17:45:01] data/actions/scripts/tools/removefrags.lua:eek:nUse

[17/09/2009 17:45:01] data/actions/scripts/tools/removefrags.lua:10: attempt to call global 'getPlayerRedSkullTicks' (a nil value)
[17/09/2009 17:45:01] stack traceback:
[17/09/2009 17:45:01] data/actions/scripts/tools/removefrags.lua:10: in function <data/actions/scripts/tools/removefrags.lua:8>

[17/09/2009 17:45:02] Lua Script Error: [Action Interface]
[17/09/2009 17:45:02] data/actions/scripts/tools/removefrags.lua:eek:nUse

[17/09/2009 17:45:02] data/actions/scripts/tools/removefrags.lua:10: attempt to call global 'getPlayerRedSkullTicks' (a nil value)
[17/09/2009 17:45:02] stack traceback:
[17/09/2009 17:45:02] data/actions/scripts/tools/removefrags.lua:10: in function <data/actions/scripts/tools/removefrags.lua:8>

[17/09/2009 17:45:47] Lua Script Error: [Npc interface]
[17/09/2009 17:45:47] data/npc/scripts/runes.lua:eek:nCreatureSay

[17/09/2009 17:45:48] data/npc/lib/npcsystem/npchandler.lua:550: attempt to call global 'getDistanceTo' (a nil value)
[17/09/2009 17:45:48] stack traceback:
[17/09/2009 17:45:48] data/npc/lib/npcsystem/npchandler.lua:550: in function 'isInRange'
[17/09/2009 17:45:48] data/npc/lib/npcsystem/npchandler.lua:375: in function 'onCreatureSay'
[17/09/2009 17:45:48] data/npc/scripts/runes.lua:8: in function <data/npc/scripts/runes.lua:8>

This is the error in my GUI.

Btw, I replaced TFS 0.3.5's NPC Folder with my old one... hmm;/
 
Oops. But that was with my frag-remover scroll, how about my NPC's? Noone of my npc responds :(

Edit here's the error:

[17/09/2009 17:54:05] data/npc/lib/npcsystem/npchandler.lua:550: attempt to call global 'getDistanceTo' (a nil value)
[17/09/2009 17:54:05] stack traceback:
[17/09/2009 17:54:05] data/npc/lib/npcsystem/npchandler.lua:550: in function 'isInRange'
[17/09/2009 17:54:05] data/npc/lib/npcsystem/npchandler.lua:375: in function 'onCreatureSay'
[17/09/2009 17:54:05] data/npc/scripts/default.lua:7: in function <data/npc/scripts/default.lua:7>
 
You haven't functions: isInRange, getDistanceTo try to find them in other distro's and copy to your.
 
Back
Top