summaryrefslogtreecommitdiff
path: root/npc/001-1
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/001-1
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/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;