summaryrefslogtreecommitdiff
path: root/npc/quests/quests_nameless.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-25 15:47:29 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-25 15:47:29 +0000
commitee8b53c21c011a2168c63602272efd6773bf7f43 (patch)
treeda0b956e0988bbad63cbb3c0c8b9f2b1e72035be /npc/quests/quests_nameless.txt
parentca8acfddf85f6a4826f72eb279328c96490d32f5 (diff)
downloadhercules-ee8b53c21c011a2168c63602272efd6773bf7f43.tar.gz
hercules-ee8b53c21c011a2168c63602272efd6773bf7f43.tar.bz2
hercules-ee8b53c21c011a2168c63602272efd6773bf7f43.tar.xz
hercules-ee8b53c21c011a2168c63602272efd6773bf7f43.zip
Should fix any more issues in Nameless access quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12994 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r--npc/quests/quests_nameless.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt
index 8d804bfc0..dc02fc48c 100644
--- a/npc/quests/quests_nameless.txt
+++ b/npc/quests/quests_nameless.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -34,7 +34,7 @@
//= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf]
//= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf]
//= 1.2 Some final tuning to Nameless Island quest. [Koca]
-
+//= 1.3 Should fix any more issues with "Creature" npc. [L0ne_W0lf]
//============================================================
airplane_01,95,61,3 script Agent#Aru 899,5,5,{
@@ -1750,6 +1750,16 @@ OnInit:
nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{
end;
+OnMyMobDead:
+ initnpctimer;
+ hideoffnpc "aru_warp";
+ end;
+
+OnTimer100000:
+ stopnpctimer;
+ hideonnpc "aru_warp";
+ end;
+
OnTouch:
if (aru_monas == 19 && !@mymobcount) {
mes "[?????]";
@@ -1761,16 +1771,6 @@ OnTouch:
end;
}
end;
-
-OnMyMobDead:
- initnpctimer;
- hideoffnpc "aru_warp";
- end;
-
-OnTimer100000:
- stopnpctimer;
- hideonnpc "aru_warp";
- end;
}
nameless_in,12,37,0 script aru_warp 45,1,1,{