From 71224fba6a7c24a74199ad58a07bf666d27fe698 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 10:57:41 -0300 Subject: Initial version of Arkim. He currently only affects Alan. --- npc/012-3/alan.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/012-3') diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 95d1faf6f..cb58c49ea 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -86,6 +86,11 @@ OnInit: sellitem TrainingArrow, -1, 2000; 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; end; @@ -98,5 +103,9 @@ OnClock1800: restoreshopitem TrainingArrow, -1, 2000; restoreshopitem Arrow, -1, 1000; restoreshopitem IronArrow, -1, 500; + if ($ARKIM_ST >= 400) + sellitem CursedArrow, -1, $ARKIM_ST-399; + if ($ARKIM_ST >= 800) + sellitem PoisonArrow, -1, $ARKIM_ST-799; } -- cgit v1.2.3-70-g09d2