summaryrefslogtreecommitdiff
path: root/npc/015-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-09 12:07:36 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-09 12:07:36 -0300
commit32298da90daf4762883185cc2c233ba10fd1fa56 (patch)
tree9ca3c95ac480229eef6580dff5bbdcc0291c80cb /npc/015-3
parent7746323daa14ca0441acb9f858c985e519068f7c (diff)
downloadserverdata-32298da90daf4762883185cc2c233ba10fd1fa56.tar.gz
serverdata-32298da90daf4762883185cc2c233ba10fd1fa56.tar.bz2
serverdata-32298da90daf4762883185cc2c233ba10fd1fa56.tar.xz
serverdata-32298da90daf4762883185cc2c233ba10fd1fa56.zip
Arkim fix, and preparative for teleporter
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")),