|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= L0ne_W0lf
|
|
//= L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.2
|
|
|
|
|
|
+//= 1.3
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -34,7 +34,7 @@
|
|
//= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf]
|
|
//= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf]
|
|
//= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf]
|
|
//= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf]
|
|
//= 1.2 Some final tuning to Nameless Island quest. [Koca]
|
|
//= 1.2 Some final tuning to Nameless Island quest. [Koca]
|
|
-
|
|
|
|
|
|
+//= 1.3 Should fix any more issues with "Creature" npc. [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
airplane_01,95,61,3 script Agent#Aru 899,5,5,{
|
|
airplane_01,95,61,3 script Agent#Aru 899,5,5,{
|
|
@@ -1750,6 +1750,16 @@ OnInit:
|
|
nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{
|
|
nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
+OnMyMobDead:
|
|
|
|
+ initnpctimer;
|
|
|
|
+ hideoffnpc "aru_warp";
|
|
|
|
+ end;
|
|
|
|
+
|
|
|
|
+OnTimer100000:
|
|
|
|
+ stopnpctimer;
|
|
|
|
+ hideonnpc "aru_warp";
|
|
|
|
+ end;
|
|
|
|
+
|
|
OnTouch:
|
|
OnTouch:
|
|
if (aru_monas == 19 && !@mymobcount) {
|
|
if (aru_monas == 19 && !@mymobcount) {
|
|
mes "[?????]";
|
|
mes "[?????]";
|
|
@@ -1761,16 +1771,6 @@ OnTouch:
|
|
end;
|
|
end;
|
|
}
|
|
}
|
|
end;
|
|
end;
|
|
-
|
|
|
|
-OnMyMobDead:
|
|
|
|
- initnpctimer;
|
|
|
|
- hideoffnpc "aru_warp";
|
|
|
|
- end;
|
|
|
|
-
|
|
|
|
-OnTimer100000:
|
|
|
|
- stopnpctimer;
|
|
|
|
- hideonnpc "aru_warp";
|
|
|
|
- end;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
nameless_in,12,37,0 script aru_warp 45,1,1,{
|
|
nameless_in,12,37,0 script aru_warp 45,1,1,{
|