• 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 with drinks

Xyzyk

RudziutOTS Maker
Joined
Jun 14, 2008
Messages
39
Reaction score
0
Location
Poland
Im my NPC script:
Code:
shopModule:addBuyableItem({''},	2006, 10, 1, 'water')
shopModule:addBuyableItem({''}, 2006, 30, 3, 'beer')
shopModule:addBuyableItem({''}, 2006, 20, 5, 'lemonade')
shopModule:addBuyableItem({''}, 2006, 15, 6, 'milk')
shopModule:addBuyableItem({''}, 2006, 20, 14, 'coconut milk')
shopModule:addBuyableItem({''}, 2006, 50, 15, 'wine')
shopModule:addBuyableItem({''},	2006, 20, 21, 'fruit juice')
shopModule:addBuyableItem({''}, 2006, 40, 27, 'rum')
shopModule:addBuyableItem({''}, 2006, 30, 11, 'oil')

Npc sells rum and oil as beer, fruit juice as lemonade, wine as manafluid, coconut milk as milk. I use TFS 0.3.6.:blink:
 
Back
Top