summaryrefslogtreecommitdiff
path: root/npc/003-1/neko.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/neko.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/neko.txt')
-rw-r--r--npc/003-1/neko.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 0807a60af..34d3dd174 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -69,6 +69,8 @@ OnInit:
sellitem LeatherShirt, 120000, 1;
sellitem ShortTankTop, 80000, 1;
sellitem TrainingBow, 990, 2;
+ sellitem Arrow, -1, rand(10000,30000);
+ sellitem CroconutBox, rand(2850,3000), 4;
.sex = G_MALE;
.distance = 5;
@@ -78,6 +80,8 @@ OnClock2359:
restoreshopitem LeatherShirt, 120000, 1;
restoreshopitem TrainingBow, 990, 2;
restoreshopitem ShortTankTop, 80000, 1;
+ restoreshopitem Arrow, -1, rand(10000,30000);
+ restoreshopitem CroconutBox, rand(2850,3000), 4;
end;
}