• 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's don't talk back

malice987

New Member
Joined
Sep 22, 2008
Messages
144
Reaction score
0
WHen I say hi to a NPC they don't talk back

PHP:
[06/07/2012 20:26:46] [Error - Npc interface] 
[06/07/2012 20:26:46] data/npc/scripts/Suzy.lua:onCreatureSay
[06/07/2012 20:26:46] Description: 
[06/07/2012 20:26:46] data/npc/lib/npcsystem/npchandler.lua:539: attempt to call global 'getDistanceTo' (a nil value)
[06/07/2012 20:26:46] stack traceback:
[06/07/2012 20:26:46] 	data/npc/lib/npcsystem/npchandler.lua:539: in function 'isInRange'
[06/07/2012 20:26:46] 	data/npc/lib/npcsystem/npchandler.lua:365: in function 'onCreatureSay'
[06/07/2012 20:26:46] 	data/npc/scripts/Suzy.lua:7: in function <data/npc/scripts/Suzy.lua:7>
[06/07/2012 20:29:03] Killer Strike has logged out.

[06/07/2012 20:31:56] [Error - Npc interface] 
[06/07/2012 20:31:56] data/npc/scripts/Lynda.lua:onCreatureSay
[06/07/2012 20:31:56] Description: 
[06/07/2012 20:31:56] data/npc/lib/npcsystem/npchandler.lua:539: attempt to call global 'getDistanceTo' (a nil value)
[06/07/2012 20:31:56] stack traceback:
[06/07/2012 20:31:56] 	data/npc/lib/npcsystem/npchandler.lua:539: in function 'isInRange'
[06/07/2012 20:31:56] 	data/npc/lib/npcsystem/npchandler.lua:365: in function 'onCreatureSay'
[06/07/2012 20:31:56] 	data/npc/scripts/Lynda.lua:9: in function <data/npc/scripts/Lynda.lua:9>
 
Back
Top