summaryrefslogtreecommitdiff
path: root/npc/002-3/merchant.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/merchant.txt')
-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;
+}