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

Lua NPC that sells beer, wine, etc?

Dankoo

Active Member
Joined
Sep 4, 2010
Messages
1,007
Reaction score
27
How can I make an NPC sell drinks, like beer, wine, milk lol, this kind of thing

with

Lua:
<parameter key="shop_buyable" value=""/>
I can't set the kind of drink the player would have, just item id and value...

This NPC will also be a quest NPC, so I wanted to put the items as shop_buyable isntead of in-script u know, there's any way to do this?

Thanks!!!
 
I've tried with npc creator, but didn't work

he puts like:

<parameter key="shop_buyable" value="beer,2006,3,5"/>

But it didn't work, nevermind, I'll see here what I'll gonna do... Thanks
 
Back
Top