• 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 Errors on doPlayerBuyContainer

atyll

Member
Joined
Dec 30, 2008
Messages
380
Reaction score
16
Hello

Anybody can help me with fixing this?
5u4ohv.jpg


RUNES.LUA
Lua:
 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(k - Pastebin.com[/url]

MODULES.LUA
[url=http://pastebin.com/uhhVDHpQ][code=lua] -- This file is part of Jiddo's advanced NpcSystem v3.0x. This npcsystem is free - Pastebin.com[/url]

KEYWORDHANDLER.LUA
[url=http://pastebin.com/THT2DLZM][code=lua] -- This file is part of Jiddo's advanced NpcSystem v3.0x. This npcsystem is free - Pastebin.com[/url]

NPCHANDLER.LUA
[url=http://pastebin.com/LiE38RQ6][code=lua] -- This file is part of Jiddo's advanced NpcSystem v3.0x. This npcsystem is free - Pastebin.com[/url]
 
Code:
attempt to call global 'doPlayerBuyContainer' (a nil value)
means that there is no function called "doPlayerBuyContainer" in your distro. maybe you are using one too old for jiddo's npc system 3?
The .exe was compiled without the "doPlayerBuyContainer" function in the sources. That is all i can figure out, maybe someone else knows more?
 
The thing is, that it used to work, then the server got deleted from my PC and I recovered it and now I got this error.
 
I use Avesta 7.6. No, it should be correct. It used to work before, but now it shows this error onCreatureSay. I have no idea what to do ;/
 
Back
Top