From ee8b53c21c011a2168c63602272efd6773bf7f43 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 25 Jul 2008 15:47:29 +0000 Subject: 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 --- npc/quests/quests_nameless.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'npc/quests') 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,{ -- cgit v1.2.3-60-g2f50