summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-4/shop.txt2
-rw-r--r--npc/018-2-4/lv1.txt1
-rw-r--r--npc/018-2-4/lv2.txt2
-rw-r--r--npc/018-2-4/lv3.txt4
-rw-r--r--npc/018-2-4/lv4.txt1
5 files changed, 10 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;
}
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;