From 851f07210db1aa3938b76c478565f02974a4b648 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 12:37:54 -0300 Subject: Allow Neko and Inar to dispute shop prices (arrow stock and Croconut Box price) --- npc/003-1/neko.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-1/neko.txt') 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; } -- cgit v1.2.3-70-g09d2