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

Error in NPCS (dont talk)

dorian1124

New Member
Joined
Apr 17, 2009
Messages
1
Reaction score
0
Well my error i cant talk with npc they just dont respond:

This is the error which i get in the console:

[21:27:29.490] [Error - NpcScript Interface]
[21:27:29.490] data/npc/scripts/default.lua:eek:nCreatureSay
[21:27:29.490] Description:
[21:27:29.490] data/npc/lib/npcsystem/npchandler.lua:558: attempt to call global 'getDistanceTo' (a nil value)
[21:27:29.490] stack traceback:
[21:27:29.490] data/npc/lib/npcsystem/npchandler.lua:558: in function 'isInRange'
[21:27:29.490] data/npc/lib/npcsystem/npchandler.lua:381: in function 'onCreatureSay'
[21:27:29.490] data/npc/scripts/default.lua:7: in function <data/npc/scripts/default.lua:7>

[21:27:29.490] [Error - NpcScript Interface]
[21:27:29.490] data/npc/scripts/furniture.lua:eek:nCreatureSay
[21:27:29.490] Description:
[21:27:29.490] data/npc/lib/npcsystem/npchandler.lua:558: attempt to call global 'getDistanceTo' (a nil value)
[21:27:29.490] stack traceback:
[21:27:29.490] data/npc/lib/npcsystem/npchandler.lua:558: in function 'isInRange'
[21:27:29.490] data/npc/lib/npcsystem/npchandler.lua:381: in function 'onCreatureSay'
[21:27:29.490] data/npc/scripts/furniture.lua:7: in function <data/npc/scripts/furniture.lua:7>


Waiting for fast respond
 
Sorry to bump such an old thread, but I also have this problem where you say 'hi' to the npc and no reponse.
 
You have probably copied your whole npc folder into your ot or just changed the rev, use your npc/lib from the correct rev and you will not have that problem anymore
 
Back
Top