From 15ecdf518d911009716ebb9c546501cc1b447606 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 00:36:41 -0300 Subject: Second attempt --- npc/015-3/arkim.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/015-3') diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index 37fa8490b..a7e2114f8 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -25,9 +25,9 @@ L_Loop: mesq l("I am doing a great research with Bats, and thus far I collected @@ Bat Wings and Teeths.", $ARKIM_ST); next; // It was yesterday - if (.@q3 < $@ARKIM_TIMER) { + if (.@q3 < $@ARKIM_QTIMER) { setq2 HurnscaldQuest_Arkim, 0; - setq3 HurnscaldQuest_Arkim, $@ARKIM_TIMER; + setq3 HurnscaldQuest_Arkim, $@ARKIM_QTIMER; } // Daily limit reached @@ -139,7 +139,8 @@ OnInit: // No end; on purpose OnHour00: - $@ARKIM_TIMER=santime(); + $@ARKIM_QTIMER=santime(); + $@ARKIM_TIMER=gettimetick(2); end; } -- cgit v1.2.3-70-g09d2