summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/north_shops.txt41
1 files changed, 39 insertions, 2 deletions
diff --git a/npc/001-1/north_shops.txt b/npc/001-1/north_shops.txt
index 88d4c306..36d7df47 100644
--- a/npc/001-1/north_shops.txt
+++ b/npc/001-1/north_shops.txt
@@ -1,5 +1,42 @@
-001-1,106,105,0 shop Neko NPC101,3006:10,501:25,502:35,533:55,539:87,562:250
-001-1,111,108,0 shop Inar NPC108,1202:5,656:100,586:500,735:500,546:1000,724:500,723:2400
+// The Mana World Script
+// (C) Jesusalva, 2021
+// Licensed under GPLv2 or later
+
+001-1,106,105,0 script Neko NPC101,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem TonoriDelight;
+ sellitem CactusDrink;
+ sellitem CactusPotion;
+ sellitem RoastedMaggot;
+ sellitem Beer;
+ sellitem ChickenLeg;
+ .distance = 5;
+ end;
+}
+
+001-1,111,108,0 script Inar NPC108,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem CottonShirt;
+ sellitem SerfHat;
+ sellitem CottonShorts;
+ sellitem CottonBoots;
+ sellitem DesertShirt;
+ sellitem CottonHeadband;
+ sellitem DesertHat;
+ .distance = 5;
+ end;
+}
+
001-1,48,79,0 script Well NPC400,{
callfunc "WaterBottle";
end;