From 7679e5994642ef019d850b92ee74e564fefd2e57 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Apr 2021 11:45:37 -0300 Subject: Cleanup all shops. This makes CI passable! (At least in a real environment) --- npc/009-7/shops.txt | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'npc/009-7/shops.txt') diff --git a/npc/009-7/shops.txt b/npc/009-7/shops.txt index ace80a3c..1d08d55b 100644 --- a/npc/009-7/shops.txt +++ b/npc/009-7/shops.txt @@ -1,3 +1,36 @@ -009-7,34,23,0 shop Bartender#Duels NPC177,539:87,567:250,568:250,541:100,527:150 +// The Mana World Script +// (C) Jesusalva, 2021 +// Licensed under GPLv2 or later + +009-7,34,23,0 script Bartender#Duels NPC177,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem Beer; + sellitem IronPotion; + sellitem ConcentrationPotion; + sellitem BottleOfWater; + sellitem Milk; + .distance = 5; + end; +} + +009-7,27,26,0 script Garcon#Duels NPC180,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem RoastedMaggot; + sellitem PickledBeets; + sellitem ChickenLeg; + sellitem Steak; + sellitem Beer; + .distance = 5; + end; +} -009-7,27,26,0 shop Garcon#Duels NPC180,533:55,4035:1500,562:125,676:100,539:87 -- cgit v1.2.3-70-g09d2