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

[NPC][LIQUIDS!] 'Item not found on shopItems list' and dissappearing pots.

DVEagle

New Member
Joined
Aug 29, 2009
Messages
95
Reaction score
3
Location
PoLand
1. NPC SYSTEM FAIL.
pacc.png

I talk to npc PACOLINA, and in console, i've got

Code:
21/5/2012 15:15:24] [Warning - Grizzly Adams] NpcSystem:
[21/5/2012 15:15:24] ShopModule.onBuy - Item not found on shopItems list

Everytime when i click on 'trade' to buy something ^^, but sometimes it works, for example, NPC ERYN, can sell me runes, pots but don't sell any rods and wands and there's no console error ^^ (and runes are without bp even if i check it) ..


2. Disappearing Potions
When i buy or create potions, they're counted in one stack by 100.. When i drink one of them (manually or hotkey), then all potions disappears ^^.. How to change it?
 
In first problem, you need to put a quantity.
Code:
shopModule:addBuyableItem({'small health'}, 8704, 20, [SIZE=5][B]1[/B][/SIZE], 'small health potion')
 
go potions.lua edit this either sounds better to me

removeOnUse = "no"

in npcs edit this as ikas said

Code:
shopModule:addBuyableItem({'desintegrate'}, 2298, 30000, 1, 'Manarune')
 
Back
Top