diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-05 01:48:11 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-05 01:48:11 -0200 |
commit | 6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f (patch) | |
tree | 6373dadf59376d032938dd99843d5ce0d064efe1 /npc/005-4 | |
parent | 3449e8f2a27be91abdd89f35be0f7de57bba640c (diff) | |
download | serverdata-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.txt | 2 |
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; } |