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, 19 insertions, 0 deletions
diff --git a/npc/002-3/merchant.txt b/npc/002-3/merchant.txt
new file mode 100644
index 00000000..0b6bebfb
--- /dev/null
+++ b/npc/002-3/merchant.txt
@@ -0,0 +1,19 @@
+// The Mana World Script
+// (C) Jesusalva, 2021
+// Licensed under GPLv2 or later
+
+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;
+}