From 6ff9cf307e7f948fcac3ce7c04ae6dfcb98f311f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 5 Jan 2019 01:48:11 -0200 Subject: 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. --- npc/005-4/shop.txt | 2 ++ npc/018-2-4/lv1.txt | 1 + npc/018-2-4/lv2.txt | 2 ++ npc/018-2-4/lv3.txt | 4 ++++ npc/018-2-4/lv4.txt | 1 + 5 files changed, 10 insertions(+) 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; } diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index c00de5599..e4dcf4889 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -30,6 +30,7 @@ OnInit: sellitem BugSlayer,800; sellitem LeatherShield,600; + sellitem TolchiAmmoBox,270; sellitem HastePotion,50; sellitem StrengthPotion,50; diff --git a/npc/018-2-4/lv2.txt b/npc/018-2-4/lv2.txt index 5a3580bd7..4f20b4625 100644 --- a/npc/018-2-4/lv2.txt +++ b/npc/018-2-4/lv2.txt @@ -34,6 +34,8 @@ OnInit: sellitem BronzeGift,120; sellitem CoinBag,60; + sellitem ArrowAmmoBox,540; + sellitem Arrow,3; sellitem CasinoCoins,4; end; diff --git a/npc/018-2-4/lv3.txt b/npc/018-2-4/lv3.txt index 790207a6b..d3018abf6 100644 --- a/npc/018-2-4/lv3.txt +++ b/npc/018-2-4/lv3.txt @@ -35,6 +35,10 @@ OnInit: sellitem SilverGift,480; sellitem Lockpicks,112; + + sellitem IronAmmoBox,1080; + sellitem IronArrow,6; + end; OnCountFunds: diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index 411934cf9..9b9cf2e36 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -37,6 +37,7 @@ OnInit: sellitem PlatinumOre,1600; sellitem IridiumOre,1000; + sellitem PoisonAmmoBox,2160; sellitem PoisonArrow,12; end; -- cgit v1.2.3-60-g2f50