summaryrefslogtreecommitdiff
path: root/npc/009-7/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-7/shops.txt')
-rw-r--r--npc/009-7/shops.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/npc/009-7/shops.txt b/npc/009-7/shops.txt
new file mode 100644
index 00000000..1d08d55b
--- /dev/null
+++ b/npc/009-7/shops.txt
@@ -0,0 +1,36 @@
+// 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;
+}
+