From 0aebc2311a3167c5f261f78ff7ab89a4b25a2ddb Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 26 Jul 2008 00:18:48 +0000 Subject: Slight change to the nameless island quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12995 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_nameless.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_nameless.txt') diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index dc02fc48c..57bcfa20a 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -35,6 +35,7 @@ //= 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] +//= 1.4 Changed the way aru_warp works slightly. [L0ne_W0lf] //============================================================ airplane_01,95,61,3 script Agent#Aru 899,5,5,{ @@ -1752,12 +1753,12 @@ nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{ OnMyMobDead: initnpctimer; - hideoffnpc "aru_warp"; + enablenpc "aru_warp"; end; OnTimer100000: stopnpctimer; - hideonnpc "aru_warp"; + disablenpc "aru_warp"; end; OnTouch: -- cgit v1.2.3-60-g2f50