summaryrefslogtreecommitdiff
path: root/npc/001-1/shop.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-17 23:29:17 +0100
committerReid <reidyaro@gmail.com>2016-01-17 23:29:17 +0100
commitcba8ae50f08c1470455be020e8fe4cec51d9009f (patch)
tree30f5471fc7175fb194a1c4a5165e9e69209f7db1 /npc/001-1/shop.txt
parent3bc58e3d209b94b1b76adb58b6eac2dc7b55bd6e (diff)
downloadserverdata-cba8ae50f08c1470455be020e8fe4cec51d9009f.tar.gz
serverdata-cba8ae50f08c1470455be020e8fe4cec51d9009f.tar.bz2
serverdata-cba8ae50f08c1470455be020e8fe4cec51d9009f.tar.xz
serverdata-cba8ae50f08c1470455be020e8fe4cec51d9009f.zip
Add Salem's shop.
Diffstat (limited to 'npc/001-1/shop.txt')
-rw-r--r--npc/001-1/shop.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt
index 13e1ac93..96afbdbd 100644
--- a/npc/001-1/shop.txt
+++ b/npc/001-1/shop.txt
@@ -229,3 +229,47 @@ OnClock1200:
restoreshopitem LachesisBrew, 10;
restoreshopitem AtroposMixture, 4;
}
+
+001-1,58,119,0 trader Store#General001-1 NPC_NO_SPRITE,{
+
+OnInit:
+ tradertype(NST_MARKET);
+
+ sellitem Manana, -1, 100;
+ sellitem Carrot, -1, 80;
+ sellitem Aquada, -1, 50;
+ sellitem Plushroom, -1, 100;
+ sellitem Curshroom, -1, 80;
+ sellitem Piberries, -1, 150;
+ sellitem PiouEgg, -1, 25;
+// Add soft drinks.
+
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+
+OnClock0000:
+ restoreshopitem Manana, 50;
+ restoreshopitem Carrot, 40;
+ restoreshopitem Aquada, 30;
+ restoreshopitem Plushroom, 40;
+ restoreshopitem Curshroom, 30;
+ restoreshopitem Piberries, 40;
+ restoreshopitem PiouEgg, 10;
+OnClock0800:
+ restoreshopitem Manana, 30;
+ restoreshopitem Carrot, 30;
+ restoreshopitem Aquada, 30;
+ restoreshopitem Plushroom, 40;
+ restoreshopitem Curshroom, 30;
+ restoreshopitem Piberries, 70;
+ restoreshopitem PiouEgg, 10;
+OnClock1600:
+ restoreshopitem Manana, 40;
+ restoreshopitem Carrot, 40;
+ restoreshopitem Aquada, 20;
+ restoreshopitem Plushroom, 20;
+ restoreshopitem Curshroom, 20;
+ restoreshopitem Piberries, 30;
+ restoreshopitem PiouEgg, 5;
+}