summaryrefslogtreecommitdiff
path: root/npc/005-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-05 01:48:11 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-05 01:48:11 -0200
commit6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f (patch)
tree6373dadf59376d032938dd99843d5ce0d064efe1 /npc/005-4
parent3449e8f2a27be91abdd89f35be0f7de57bba640c (diff)
downloadserverdata-6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f.tar.gz
serverdata-6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f.tar.bz2
serverdata-6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f.tar.xz
serverdata-6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f.zip
I don't know why anyone would use Hero Coins to buy arrows, but there you go.
Packs come with 10% discount at HH (so 10 arrows for free). TolchiAmmoPack is sold at Candor (limited supply). Tolchi can make a better price if you complete the three requests, but by then you don't use that anymore.
Diffstat (limited to 'npc/005-4')
-rw-r--r--npc/005-4/shop.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt
index d6c17dcd5..0bb8d6eca 100644
--- a/npc/005-4/shop.txt
+++ b/npc/005-4/shop.txt
@@ -12,6 +12,7 @@ OnInit:
sellitem RoundLeatherShield, -1, 2;
sellitem SmallKnife, -1, 5;
sellitem TolchiArrow, -1, 30000;
+ sellitem TolchiAmmoBox, -1, 4;
sellitem LousyMoccasins, -1, 4;
sellitem TrainingBow, -1, 3;
@@ -26,6 +27,7 @@ OnClock0004:
restoreshopitem RoundLeatherShield, -1, 2;
restoreshopitem SmallKnife, -1, 5;
restoreshopitem TolchiArrow, -1, 30000;
+ restoreshopitem TolchiAmmoBox, -1, 4;
restoreshopitem LousyMoccasins, -1, 4;
restoreshopitem TrainingBow, -1, 3;
}