• 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 Item not found on shopItem list

Keram

Member
Joined
Jan 8, 2012
Messages
491
Reaction score
12
Location
DUBLIN
I'm sorry... I researched for this problem but it seems like i didnt do enough ;p I solved the problem myself... You need to add the amount to the lua file... SO for example:
shopModule:addBuyableItem({'bow'}, 2456, 400, 1, 'bow')
i bolded the count part ;P and then it will work :D

Hello

This appears when I try to buy something from npc that is configured in the lua file of a npc... So the list isn't in the xml file but in scripts -> name.lua
Code:
Item not found on shopItem list

and when i replace the whole lib with some other that should actually work, and then i reload npcs, those appear in console:
Code:
[Warning] NpcSystem:
SubType missing for parameter item:
intense healing rune,2265,95
and there are like 10~ of these errors but i dont know how to fix them...
and the buying from npc still doesnt work ;/

any ideas to solve this? :S

thanks
 
Last edited:

Similar threads

Back
Top