From 7c11fe7b1516132ac9ec1ca9976e61428cada8ff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 17:54:10 -0300 Subject: What bad formula was that o.o --- npc/012-3/alan.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/012-3/alan.txt') diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index dbbf89d32..e1f328a23 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -89,8 +89,8 @@ OnInit: if ($ARKIM_ST > 1400) sellitem CursedArrow, -1, $ARKIM_ST-1400; - if ($ARKIM_ST > 1800) - sellitem PoisonArrow, -1, $ARKIM_ST-1800; + if ($ARKIM_ST > 2800) + sellitem PoisonArrow, -1, $ARKIM_ST-2800; end; @@ -105,7 +105,7 @@ OnClock1800: restoreshopitem IronArrow, -1, 500; if ($ARKIM_ST > 1400) restoreshopitem CursedArrow, -1, $ARKIM_ST-1400; - if ($ARKIM_ST > 1800) - restoreshopitem PoisonArrow, -1, $ARKIM_ST-1800; + if ($ARKIM_ST > 2800) + restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800; } -- cgit v1.2.3-70-g09d2