diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-26 00:18:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-26 00:18:48 +0000 |
commit | 0aebc2311a3167c5f261f78ff7ab89a4b25a2ddb (patch) | |
tree | 1861e7ec3dc7aa0c22ce208abe1a322ae23b875a /npc | |
parent | ee8b53c21c011a2168c63602272efd6773bf7f43 (diff) | |
download | hercules-0aebc2311a3167c5f261f78ff7ab89a4b25a2ddb.tar.gz hercules-0aebc2311a3167c5f261f78ff7ab89a4b25a2ddb.tar.bz2 hercules-0aebc2311a3167c5f261f78ff7ab89a4b25a2ddb.tar.xz hercules-0aebc2311a3167c5f261f78ff7ab89a4b25a2ddb.zip |
Slight change to the nameless island quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12995 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_nameless.txt | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e2df0d929..14de44f94 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/07/26 + * Rev. 12995 Slight change to the nameless island quest. [L0ne_W0lf] 2008/07/25 * Rev. 12994 Should fix any more issues in Nameless access quest. [L0ne_W0lf] * Rev. 12993 Swapped dis/enable for hideon/off in wedding script. [L0ne_W0lf] 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: |