summaryrefslogtreecommitdiff
path: root/npc/001-2/forge_shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2/forge_shops.txt')
-rw-r--r--npc/001-2/forge_shops.txt37
1 files changed, 35 insertions, 2 deletions
diff --git a/npc/001-2/forge_shops.txt b/npc/001-2/forge_shops.txt
index 0e39af21..cdbece0a 100644
--- a/npc/001-2/forge_shops.txt
+++ b/npc/001-2/forge_shops.txt
@@ -1,3 +1,36 @@
+// The Mana World Script
+// (C) Jesusalva, 2021
+// Licensed under GPLv2 or later
+
+001-2,30,60,0 script Gungnir NPC311,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem SlingShot;
+ sellitem SlingBullet;
+ sellitem ShortBow;
+ sellitem Arrow;
+ sellitem IronArrow;
+ .distance = 5;
+ end;
+}
+
+
+001-2,25,59,0 script Mjolnir NPC377,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem Knife;
+ sellitem SharpKnife;
+ sellitem Dagger;
+ sellitem LeatherShield;
+ .distance = 5;
+ end;
+}
-001-2,30,60,0 shop Gungnir NPC311,903:50,904:0,530:8000,1199:1,529:2
-001-2,25,59,0 shop Mjolnir NPC377,1201:25,522:50,521:500,523:1000,603:1000