From e496d1c52ac11309b773d5a2a52fe9c79135212e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 5 Jan 2019 01:54:53 -0200 Subject: You can now buy arrows packs at Tulimshar! Wow, very convenient! Tulim arrow selection is standard Arrow, with some Training Arrow over there! --- npc/003-1/neko.txt | 4 +++- npc/003-1/shop.txt | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 0ad147e4e..8f1829d70 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -68,6 +68,7 @@ OnInit: sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; sellitem RoastedMaggot, -1, 2; + sellitem ArrowAmmoBox,-1,rand(5,10); sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,2950), 4; sellitem EmptyBox, -1, 2; @@ -80,7 +81,8 @@ OnClock2359: restoreshopitem LeatherShirt, 120000, 1; restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 8000, 1; - restoreshopitem Arrow, -1, rand(10000,30000); + restoreshopitem ArrowAmmoBox,rand(5,10); + restoreshopitem Arrow, rand(10000,30000); restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; restoreshopitem EmptyBox, -1, 2; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index e33f3b3f1..f18502913 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -9,6 +9,8 @@ OnInit: sellitem YellowDye, -1, 2; sellitem Knife, -1, 5; + sellitem TrainingAmmoBox, -1, rand(2,5); + sellitem ArrowAmmoBox, -1, rand(2,4); sellitem Arrow, -1, 30000; sellitem DesertHat, -1, 8; sellitem SilkRobe, -1, 1; @@ -27,6 +29,8 @@ OnClock1757: OnClock0000: restoreshopitem YellowDye, -1, 2; restoreshopitem Knife, -1, 5; + restoreshopitem TrainingAmmoBox, rand(2,5); + restoreshopitem ArrowAmmoBox, rand(2,4); restoreshopitem Arrow, -1, rand(10000,30000); restoreshopitem DesertHat, -1, 8; restoreshopitem SilkRobe, -1, 1; -- cgit v1.2.3-70-g09d2