|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= Kisuka
|
|
//= Kisuka
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.1
|
|
|
|
|
|
+//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -13,6 +13,7 @@
|
|
//===== Additional Comments: =================================
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First version. [Kisuka]
|
|
//= 1.0 First version. [Kisuka]
|
|
//= 1.1 Small fixes on The Moving Island. [Kisuka]
|
|
//= 1.1 Small fixes on The Moving Island. [Kisuka]
|
|
|
|
+//= 1.2 Fixed a "player not attached" error. [brianluau]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
//============================================================================
|
|
//============================================================================
|
|
@@ -3136,7 +3137,8 @@ mosk_fild01,86,104,3 script Aged Stranger#npc 963,{
|
|
mes "only his own.-";
|
|
mes "only his own.-";
|
|
set mos_whale_edq,14;
|
|
set mos_whale_edq,14;
|
|
close2;
|
|
close2;
|
|
- donpcevent "#Island Control Tower::OnEnable";
|
|
|
|
|
|
+ sleep2 20000;
|
|
|
|
+ set mos_whale_edq,15;
|
|
end;
|
|
end;
|
|
}
|
|
}
|
|
else if (mos_whale_edq == 14) {
|
|
else if (mos_whale_edq == 14) {
|
|
@@ -4969,28 +4971,6 @@ OnTimer300000:
|
|
end;
|
|
end;
|
|
}
|
|
}
|
|
|
|
|
|
-mosk_fild01,21,21,0 script #Island Control Tower -1,{
|
|
|
|
-OnInit:
|
|
|
|
- disablenpc "#Island Control Tower";
|
|
|
|
- stopnpctimer;
|
|
|
|
- end;
|
|
|
|
-
|
|
|
|
-OnEnable:
|
|
|
|
- enablenpc "#Island Control Tower";
|
|
|
|
- initnpctimer;
|
|
|
|
- end;
|
|
|
|
-
|
|
|
|
-OnDisable:
|
|
|
|
- disablenpc "#Island Control Tower";
|
|
|
|
- stopnpctimer;
|
|
|
|
- end;
|
|
|
|
-
|
|
|
|
-OnTimer20000:
|
|
|
|
- set mos_whale_edq,15;
|
|
|
|
- disablenpc "#Island Control Tower";
|
|
|
|
- end;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
//============================================================================
|
|
//============================================================================
|
|
// Help Mikhail
|
|
// Help Mikhail
|
|
//============================================================================
|
|
//============================================================================
|