summaryrefslogtreecommitdiff
path: root/npc/002-3
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/002-3
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/002-3')
-rw-r--r--npc/002-3/merchant.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/npc/002-3/merchant.txt b/npc/002-3/merchant.txt
index 9f7c67e9..0b6bebfb 100644
--- a/npc/002-3/merchant.txt
+++ b/npc/002-3/merchant.txt
@@ -1,2 +1,19 @@
+// The Mana World Script
+// (C) Jesusalva, 2021
+// Licensed under GPLv2 or later
-002-3,60,47,0 shop Ishyah NPC109,525:400,531:1000,530:8000,1199:2,603:1000
+002-3,60,47,0 script Ishyah NPC109,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem MinersHat;
+ sellitem MinerGloves;
+ sellitem ShortBow;
+ sellitem Arrow, 2;
+ sellitem LeatherShield;
+ .distance = 5;
+ end;
+}