Slight change to the nameless island quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12995 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2008-07-26 00:18:48 +00:00
parent b26cccf4e2
commit f3ca89db2b
2 changed files with 6 additions and 3 deletions

View File

@ -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]

View File

@ -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: