From c4c82c1903fe6537ab86f36dfe7c5044c5072229 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 11:06:16 -0300 Subject: Rebalance Hermit research fees --- npc/012-3/alan.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/012-3') diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index e9fd486fe..dbbf89d32 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -87,10 +87,10 @@ OnInit: sellitem Arrow, -1, 1000; sellitem IronArrow, -1, 500; - if ($ARKIM_ST >= 400) - sellitem CursedArrow, -1, $ARKIM_ST-399; - if ($ARKIM_ST >= 800) - sellitem PoisonArrow, -1, $ARKIM_ST-799; + if ($ARKIM_ST > 1400) + sellitem CursedArrow, -1, $ARKIM_ST-1400; + if ($ARKIM_ST > 1800) + sellitem PoisonArrow, -1, $ARKIM_ST-1800; end; @@ -103,9 +103,9 @@ OnClock1800: restoreshopitem TrainingArrow, -1, 2000; restoreshopitem Arrow, -1, 1000; restoreshopitem IronArrow, -1, 500; - if ($ARKIM_ST >= 400) - restoreshopitem CursedArrow, -1, $ARKIM_ST-399; - if ($ARKIM_ST >= 800) - restoreshopitem PoisonArrow, -1, $ARKIM_ST-799; + if ($ARKIM_ST > 1400) + restoreshopitem CursedArrow, -1, $ARKIM_ST-1400; + if ($ARKIM_ST > 1800) + restoreshopitem PoisonArrow, -1, $ARKIM_ST-1800; } -- cgit v1.2.3-60-g2f50