summaryrefslogtreecommitdiff
path: root/npc/006-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-2/shops.txt')
-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