summaryrefslogtreecommitdiff
path: root/npc/003-1/shop.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 12:37:54 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 12:37:54 -0300
commit851f07210db1aa3938b76c478565f02974a4b648 (patch)
treea4058fa15915c18a12aa401ee217fb89a5b685d0 /npc/003-1/shop.txt
parent0f883c0815b5e44eab4543fef8b421c16a93108e (diff)
downloadserverdata-851f07210db1aa3938b76c478565f02974a4b648.tar.gz
serverdata-851f07210db1aa3938b76c478565f02974a4b648.tar.bz2
serverdata-851f07210db1aa3938b76c478565f02974a4b648.tar.xz
serverdata-851f07210db1aa3938b76c478565f02974a4b648.zip
Allow Neko and Inar to dispute shop prices (arrow stock and Croconut Box price)
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r--npc/003-1/shop.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index b6fd283d3..c4180337f 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -13,7 +13,7 @@ OnInit:
sellitem DesertHat, -1, 8;
sellitem SilkRobe, -1, 1;
sellitem Bread, -1, 15;
- sellitem CroconutBox, 2800, 6;
+ sellitem CroconutBox, rand(2800,3050), 6;
sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse
.sex = G_OTHER;
@@ -26,11 +26,11 @@ OnClock1757:
OnClock0000:
restoreshopitem YellowDye, -1, 2;
restoreshopitem Knife, -1, 5;
- restoreshopitem Arrow, -1, 30000;
+ restoreshopitem Arrow, -1, rand(10000,30000);
restoreshopitem DesertHat, -1, 8;
restoreshopitem SilkRobe, -1, 1;
restoreshopitem Bread, -1, 15;
- restoreshopitem CroconutBox, 3000, 6;
+ restoreshopitem CroconutBox, rand(2800,3050), 6;
restoreshopitem EmptyBottle, -1, 3;
}