From 9016816e3aa7fac4f82f68f6d0570e2bb3d2c1b2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2019 21:41:42 -0300 Subject: What? How did this bug showed up again?! --- npc/012-3/alan.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/012-3') diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index ed800f17f..286270e78 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -121,9 +121,9 @@ OnClock1800: restoreshopitem TrainingArrow, -1, 2000; restoreshopitem Arrow, -1, 1000; restoreshopitem IronArrow, -1, 500; - if ($ARKIM_ST > 1400) - restoreshopitem CursedArrow, -1, $ARKIM_ST-1400; if ($ARKIM_ST > 2800) - restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800; + restoreshopitem CursedArrow, -1, (($ARKIM_ST-1400)/200); + if ($ARKIM_ST > 5600) + restoreshopitem PoisonArrow, -1, (($ARKIM_ST-2800)/200); } -- cgit v1.2.3-70-g09d2