summaryrefslogtreecommitdiff
path: root/npc/011-1/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-1/shops.txt')
-rw-r--r--npc/011-1/shops.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/011-1/shops.txt b/npc/011-1/shops.txt
new file mode 100644
index 00000000..8fd551b4
--- /dev/null
+++ b/npc/011-1/shops.txt
@@ -0,0 +1,18 @@
+// The Mana World Script
+// (C) Jesusalva, 2021
+// Licensed under GPLv2 or later
+
+011-1,80,33,0 script Fruit Store NPC400,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem GreenApple;
+ sellitem RedApple;
+ sellitem Orange;
+ .distance = 5;
+ end;
+}
+