diff options
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r-- | npc/quests/quests_nameless.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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: |