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

Compiling Help with Linux - Don't recognizes npcs

bobmateus

New Member
Joined
Aug 7, 2012
Messages
15
Reaction score
0
Lua Script Error: [Npc interface]

data/npc/scripts/data/npc/scripts/Sell/runes.lua

data/npc/scripts/data/npc/scripts/Sell/runes.lua:48: attempt to call method 'addBuyableItemContainer' (a nil value)Warning: [NpcScript::NpcScript] Can not load script. data/npc/scripts/data/npc/scripts/Sell/runes.lua
cannot open data/npc/scripts/data/npc/scripts/Sell/Distance.lua: No such file or directory
Warning: [NpcScript::NpcScript] Can not load script. data/npc/scripts/data/npc/scripts/Sell/Distance.lua
cannot open data/npc/scripts/data/npc/scripts/Sell/Distance.lua: No such file or directory

Don't spawn npcs when otserver is online, but monsters are ok..
Otserv 8.6 r.6052
 
Please post your runes.lua script for the first error.

For the second one, make sure that you have this file in the right directory: data/npc/scripts/data/npc/scripts/Sell/Distance.lua and check for the case-sensitive as well.

Regards,
 
Back
Top