summaryrefslogtreecommitdiff
path: root/npc/003-1/shop.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/shop.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/shop.txt')
-rw-r--r--npc/003-1/shop.txt4
1 files changed, 4 insertions, 0 deletions
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;