tarantonio
Old School Player
- Joined
- Jun 21, 2009
- Messages
- 868
- Solutions
- 1
- Reaction score
- 286
I have a npc selling this:
All is OK, except eggs, i can't buy them.
I tried with ID 2328, and I can buy, but i can't use them
Any help?
Code:
local shopModule = ShopModule:new()
npcHandler:addModule(shopModule)
shopModule:addBuyableItem({'bread'}, 2689, 4, 'bread')
shopModule:addBuyableItem({'cheese'}, 2696, 5, 'cheese')
shopModule:addBuyableItem({'egg'}, 2695, 2, 'egg')
shopModule:addBuyableItem({'cake'}, 6280, 50, 'cake')
All is OK, except eggs, i can't buy them.
I tried with ID 2328, and I can buy, but i can't use them
Any help?