summaryrefslogtreecommitdiff
path: root/npc/015-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-3')
-rw-r--r--npc/015-3/_import.txt2
-rw-r--r--npc/015-3/arkim.txt (renamed from npc/015-3/hermit.txt)6
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/015-3/_import.txt b/npc/015-3/_import.txt
index 2df65ff8f..0b521a5d0 100644
--- a/npc/015-3/_import.txt
+++ b/npc/015-3/_import.txt
@@ -2,4 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/015-3/_mobs.txt",
"npc/015-3/_warps.txt",
-"npc/015-3/hermit.txt",
+"npc/015-3/arkim.txt",
diff --git a/npc/015-3/hermit.txt b/npc/015-3/arkim.txt
index 506f7198b..7ec10fba6 100644
--- a/npc/015-3/hermit.txt
+++ b/npc/015-3/arkim.txt
@@ -26,7 +26,11 @@ L_Loop:
mesq l("I am doing a great research with Bats, and thus far I collected @@ Bat Wings and Teeths.", $ARKIM_ST);
next;
if (.@q3 > $@ARKIM_TIMER) goto L_Timer;
- if (.@q3 < $@ARKIM_TIMER-(60*60*24)) setq3 HurnscaldQuest_Arkim, $@ARKIM_TIMER-(60*60*24); // Globally-bound timed quest
+ // Globally-bound timed quest
+ if (.@q3 < $@ARKIM_TIMER-(60*60*24)) {
+ setq2 HurnscaldQuest_Arkim, 0;
+ setq3 HurnscaldQuest_Arkim, $@ARKIM_TIMER-(60*60*24);
+ }
if (.@q2 >= (BaseLevel-17)/3) goto L_Timer;
select
rif(countitem(BatWing) >= 1, l("Donate a Bat Wing")),