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