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

Solved Help Many Console Errors Like, Keyword Handler

furmanss

New Member
Joined
May 14, 2013
Messages
125
Reaction score
0
Ok so i was thinking of hosting a server and got 9.86, and i downloaded a rl map wich was very nice, tho i was missing a couple monsters at first and got many errors of them missing in console but i (not fixed yet) tho i probably have to delete the spawn of each one 1 by 1, tho i get many other errors, i recently downloaded npc's,talkaction,movements etc because the map was empty :(, tho i get many errors and i really need help :/ this is the most common one that get spammed, and still no npc on map

help.jpg and much more, tho i want to take 1 problem at the time :)

- - - Updated - - -

bump
 

Attachments

This error means the directory in the npc.lua/npcsystem.lua isn't correct, so it can't find the npcsystem files. If you use TFS 0.2.15 Mystic Spirit then be sure you have this as directory at the top of the npc.lua (data/npc/lib/npc.lua).
LUA:
dofile('data/npc/lib/npcsystem/npcsystem.lua')
And this in the npcsystem.lua (data/npc/lib/npcsystem/npcsystem.lua).
LUA:
dofile('data/npc/lib/npcsystem/keywordhandler.lua')
dofile('data/npc/lib/npcsystem/npchandler.lua')
dofile('data/npc/lib/npcsystem/modules.lua')
 
Last edited:
still not working tho there is some changes in the error, so i think it did something :D here is the error and btw thank you very much for taking ur time and helping me :D really appriciate ithelp.jpg

- - - Updated - - -

btw the lua codes should i have added them in the beginning or the end? just wondering :), btw want to learn some of this programming stuffs aswell im gonna search in as programmer next year :)

- - - Updated - - -

if u want then u can guide me through it on skype , username : grodan.green because it might maybe take some time to fix all these errors etc but it is up to u :) if u got the time etc ^^
 
Seems like the npcsystem you used has several functions that don't exist in your server version, so better use the original one that came with that server.
This is the npc lib folder from 0.2.15.
lib.rar - Speedy Share - upload your files here
 
yea :(, thats the problem because i need all the npc's on the rl map else i cant use it. :'( and i dont know where to get all the rl map npc's else because on the normal server versions there are almost none :(

- - - Updated - - -

i think i fixed it by replacing every getItemNameById to getItemName, but now whenever i type "hi" to an npc i get this error (and my server is having like 5s delay on msg launching even tho im on local.. strange)helping.jpg
 
Using a different version of Jiddo's npcsystem doesn't mean the npcs you have won't work anymore. If there are still problems, errors or anything, just post them.
 
quick update here, i know about the delay, whenever an npc is on the screen and u type something the error get written in console and the the msg pops up, and btw do u mind if we can talk on skype because this is taking too long :( im almost 17 years with pretty ok english ¨^ grodan.green

- - - Updated - - -

solved via teamviewer, thank you very much limos :D
 
Back
Top