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.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/npc/001-2/forge_shops.txt b/npc/001-2/forge_shops.txt
new file mode 100644
index 00000000..cdbece0a
--- /dev/null
+++ b/npc/001-2/forge_shops.txt
@@ -0,0 +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;
+}
+