summaryrefslogtreecommitdiff
path: root/npc/003-1/neko.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-05 01:54:53 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-05 01:54:53 -0200
commite496d1c52ac11309b773d5a2a52fe9c79135212e (patch)
treebaaf447e2111c72795bc99ebcdc0e54ed1b98b04 /npc/003-1/neko.txt
parent6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f (diff)
downloadserverdata-e496d1c52ac11309b773d5a2a52fe9c79135212e.tar.gz
serverdata-e496d1c52ac11309b773d5a2a52fe9c79135212e.tar.bz2
serverdata-e496d1c52ac11309b773d5a2a52fe9c79135212e.tar.xz
serverdata-e496d1c52ac11309b773d5a2a52fe9c79135212e.zip
You can now buy arrows packs at Tulimshar! Wow, very convenient!
Tulim arrow selection is standard Arrow, with some Training Arrow over there!
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r--npc/003-1/neko.txt4
1 files changed, 3 insertions, 1 deletions
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;