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
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
and when i replace the whole lib with some other that should actually work, and then i reload npcs, those appear in console:
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
shopModule:addBuyableItem({'bow'}, 2456, 400, 1, 'bow')
i bolded the count part ;P and then it will work
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 the buying from npc still doesnt work ;/
any ideas to solve this? :S
thanks
Last edited: