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/018-2-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/018-2-4')
-rw-r--r-- | npc/018-2-4/lv1.txt | 1 | ||||
-rw-r--r-- | npc/018-2-4/lv2.txt | 2 | ||||
-rw-r--r-- | npc/018-2-4/lv3.txt | 4 | ||||
-rw-r--r-- | npc/018-2-4/lv4.txt | 1 |
4 files changed, 8 insertions, 0 deletions
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; |