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

TFS1.2 [10.98] all npcs will not respond. getTibianTime in npchandler.lua?

Hawkeye

New Member
Joined
Dec 21, 2009
Messages
13
Reaction score
0
Location
Thais
Hi all ive managed to get my server up an running with most npcs spawned apart from traders( but that's another problem), yet when I try to speak to any of them they only turn and face me, without any other response from them.
this is the error I get showing up.

Lua:
Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
data/npc/lib/npcsystem/npchandler.lua:656: attempt to call global 'getTibianTime' (a nil value)
stack traceback:
        [C]: in function 'getTibianTime'
        data/npc/lib/npcsystem/npchandler.lua:656: in function <data/npc/lib/npcsystem/npchandler.lua:648>

just wondering if there is just something simple that I have to change in my npchandler file?

Thanks
Tom
 
well it did change the error now to this

Lua:
Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
data/npc/lib/npcsystem/npchandler.lua:656: attempt to call global 'getBlessingsCost' (a nil value)
stack traceback:
        [C]: in function 'getBlessingsCost'
        data/npc/lib/npcsystem/npchandler.lua:656: in function <data/npc/lib/npcsystem/npchandler.lua:648>
 
Back
Top