summaryrefslogtreecommitdiff
path: root/npc/006-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 11:45:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 11:45:37 -0300
commit7679e5994642ef019d850b92ee74e564fefd2e57 (patch)
tree8b97ec3c2581908837ea039979fe6f6b3181c17f /npc/006-2
parentf810899c0006e86f46c3e0122ea5b9ec5ea7dfd8 (diff)
downloadserverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.gz
serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.bz2
serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.xz
serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.zip
Cleanup all shops. This makes CI passable! (At least in a real environment)
Diffstat (limited to 'npc/006-2')
-rw-r--r--npc/006-2/shops.txt35
1 files changed, 33 insertions, 2 deletions
diff --git a/npc/006-2/shops.txt b/npc/006-2/shops.txt
index d7a4766b..9322272b 100644
--- a/npc/006-2/shops.txt
+++ b/npc/006-2/shops.txt
@@ -1,3 +1,34 @@
-006-2,81,36,0 shop Reathe NPC179,1215:125,654:2500,721:25000,722:15000
+// The Mana World Script
+// (C) Jesusalva, 2021
+// Licensed under GPLv2 or later
+
+006-2,81,36,0 script Reathe NPC179,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem ToySabre;
+ sellitem Cap;
+ sellitem HighPriestCrown;
+ sellitem MonsterSkullHelmet;
+ .distance = 5;
+ end;
+}
+
+006-2,30,35,0 script Ardra NPC179,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem CactusDrink;
+ sellitem CactusPotion;
+ sellitem BottleOfWater;
+ sellitem RoastedMaggot;
+ .distance = 5;
+ end;
+}
-006-2,30,35,0 shop Ardra NPC179,501:25,502:35,541:100,533:55