summaryrefslogtreecommitdiff
path: root/npc/001-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/001-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/001-2')
-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