From 1e21660e3e678a2c9d4d1d1aebd127a1c65072c4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 May 2022 21:40:15 -0300 Subject: Fix some prices --- npc/009-3/dangrostra.txt | 4 ++-- npc/012-3/alan.txt | 4 ++-- npc/020-5/bracco.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index cb56ac079..a6e9c6af2 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -38,7 +38,7 @@ OnInit: tradertype(NST_MARKET); // Bows (rare) - sellitem ShortBow, 15200, 1; + sellitem ShortBow, 10200, 1; sellitem WoodenBow, 6800, 1; // Misc (uncommon) sellitem SharpKnife, -1, 1; @@ -54,7 +54,7 @@ OnInit: end; OnClock0001: - restoreshopitem ShortBow, 15200, 1; + restoreshopitem ShortBow, 10200, 1; OnClock1200: restoreshopitem WoodenBow, 6800, 1; OnClock0400: diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index d25531bbf..b968a5c38 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -81,7 +81,7 @@ OnInit: .distance = 5; tradertype(NST_MARKET); - sellitem ShortBow, 9000, 1; + sellitem ShortBow, 8800, 1; sellitem WoodenBow, 4000, 2; sellitem TrainingArrow, -1, 2000; @@ -107,7 +107,7 @@ OnInit: OnClock2357: OnClock1151: - restoreshopitem ShortBow, 9000, 1; + restoreshopitem ShortBow, 8800, 1; restoreshopitem WoodenBow, 4000, 2; restoreshopitem TrainingAmmoBox, -1, 10; restoreshopitem ArrowAmmoBox, -1, 5; diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index e17721731..910eea9df 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -389,7 +389,7 @@ OnInit: tradertype(NST_MARKET); sellitem LeatherShirt, 15000, 1; sellitem LeatherShield, 5000, 1; - sellitem ShortBow, 11200, 1; + sellitem ShortBow, -1, 1; sellitem ArrowAmmoBox,-1,rand(8,12); sellitem IronAmmoBox,-1,rand(3,5); -- cgit v1.2.3-70-g09d2