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

Basic Help

Godely

Member
Joined
Aug 19, 2007
Messages
233
Reaction score
19
What should I do to stop this error in my npc:

He sells mana potions and strong mana potions...

Me- mana potion
NPC - Do you wanna buy 1 mana potion for...
Me - strong mana potion
NPC - Do you wanna buy mana potion for...
he only sells mana potions

The script:
shopModule:addBuyableItem({'great mana potion'},7590,120,'great mana potion')
shopModule:addBuyableItem({'great health potion'},7591,250,'great health potion')
shopModule:addBuyableItem({'strong mana potion'},7589,80,'strong mana potion')
shopModule:addBuyableItem({'strong health potion'},7589,110,'strong health potion')
shopModule:addBuyableItem({'mana potion'},7620,50,'mana potion')
shopModule:addBuyableItem({'health potion'},7618,50,'health potion')
shopModule:addSellableItem({'great empty potion'},7635,5,'great empty potion')
shopModule:addSellableItem({'strong empty potion'},7634,5,'strong empty potion')
shopModule:addSellableItem({'empty potion'},7636,5,'empty potion')
 
Back
Top