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

Lua [HELP] Error Npc The Oracle

kaiquefb

New Member
Joined
Feb 18, 2010
Messages
62
Reaction score
0
I have a mistake in my npc The Oracle, which is causing lag on my server because the error is constant.

Use tfs 1.0

This is the error.
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/The Oracle.lua:onThink
data/npc/lib/npcsystem/npchandler.lua:536: attempt to index a nil value
stack traceback:
        [C]: in function '__index'
        data/npc/lib/npcsystem/npchandler.lua:536: in function 'onWalkAway'
        data/npc/lib/npcsystem/npchandler.lua:502: in function 'onThink'
        data/npc/scripts/The Oracle.lua:58: in function <data/npc/scripts/The Oracle.lua:58>
Lua Script Error: [Npc interface]
data/npc/scripts/The Oracle.lua:onThink
data/npc/lib/npcsystem/npchandler.lua:536: attempt to index a nil value
stack traceback:
        [C]: in function '__index'
        data/npc/lib/npcsystem/npchandler.lua:536: in function 'onWalkAway'
        data/npc/lib/npcsystem/npchandler.lua:502: in function 'onThink'
        data/npc/scripts/The Oracle.lua:58: in function <data/npc/scripts/The Oracle.lua:58>
Lua Script Error: [Npc interface]
data/npc/scripts/The Oracle.lua:onThink
data/npc/lib/npcsystem/npchandler.lua:536: attempt to index a nil value
stack traceback:
        [C]: in function '__index'
        data/npc/lib/npcsystem/npchandler.lua:536: in function 'onWalkAway'
        data/npc/lib/npcsystem/npchandler.lua:502: in function 'onThink'
        data/npc/scripts/The Oracle.lua:58: in function <data/npc/scripts/The Oracle.lua:58>

npchandler.lua
PASTE BIN LINK

The Oracle.lua
PASTE BIN LINK

I put on pastebin because the files are too large.
 
Back
Top