• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

NPC's don't talk PLEASE HELP

Redbull116

New Member
Joined
May 20, 2012
Messages
51
Reaction score
3
Here is my error.

[16:7:13.549] [Error - NpcScript Interface]
[16:7:13.565] data/npc/scripts/default.lua: onCreatureSay
[16:7:13.565] Description:
[16:7:13.565] data/npc/lib/npcsystem/npchandler.lua:551: attempt to call global'getDistanceTo' (a nil value)
[16:7:13.581] stack traceback:
[16:7:13.581] data/npc/lib/npcsystem/npchandler.lua:551: in function 'isInRange'
[16:7:13.581] data/npc/lib/npcsystem/npchandler.lua:374: in function 'onCreatureSay'
[16:7:13.596] data/npc/scripts/default.lua:7: in function <data/npc/scripts/default.lua:7>

Running TFS 0.3.7_SVN, 8.60, 64-bit
 
Last edited by a moderator:
Still giving me the same error.

[16:21:39.534] [Error - NpcScript Interface]
[16:21:39.537] data/npc/scripts/default.lua: onCreatureSay
[16:21:39.541] Description:
[16:21:39.543] data/npc/lib/npcsystem/npchandler.lua:631: attempt to call global
'getNpcDistanceTo' (a nil value)
[16:21:39.550] stack traceback:
[16:21:39.552] data/npc/lib/npcsystem/npchandler.lua:631: in function 'isInRange'
[16:21:39.558] data/npc/lib/npcsystem/npchandler.lua:446: in function 'onCreatureSay'
[16:21:39.564] data/npc/scripts/default.lua:7: in function <data/npc/scripts/default.lua:7>

It only gives me that error when i say "hi"
 
Last edited by a moderator:
Back
Top