|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= [Ishizu-chan]
|
|
//= [Ishizu-chan]
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 2.6
|
|
|
|
|
|
+//= 2.7
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= rAthena SVN
|
|
//= rAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -29,6 +29,7 @@
|
|
//= 2.5 Cleaning. [Euphy]
|
|
//= 2.5 Cleaning. [Euphy]
|
|
//= 2.5a Fixed an incorrect variable. [Euphy]
|
|
//= 2.5a Fixed an incorrect variable. [Euphy]
|
|
//= 2.6 Merged identical timer labels. [Euphy]
|
|
//= 2.6 Merged identical timer labels. [Euphy]
|
|
|
|
+//= 2.7 Fixed hidden warp (2nd floor) still warp players. [Joseph]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
|
|
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
|
|
@@ -889,7 +890,7 @@ tha_t02,227,163,0 script 3rdf_warp#tt 45,1,1,{
|
|
end;
|
|
end;
|
|
|
|
|
|
OnInit:
|
|
OnInit:
|
|
- hideonnpc "3rdf_warp#tt";
|
|
|
|
|
|
+ disablenpc "3rdf_warp#tt";
|
|
end;
|
|
end;
|
|
|
|
|
|
OnTouch:
|
|
OnTouch:
|
|
@@ -898,13 +899,13 @@ OnTouch:
|
|
end;
|
|
end;
|
|
|
|
|
|
OnEnable:
|
|
OnEnable:
|
|
- hideoffnpc "3rdf_warp#tt";
|
|
|
|
|
|
+ enablenpc "3rdf_warp#tt";
|
|
initnpctimer;
|
|
initnpctimer;
|
|
end;
|
|
end;
|
|
|
|
|
|
OnTimer30000:
|
|
OnTimer30000:
|
|
stopnpctimer;
|
|
stopnpctimer;
|
|
- hideonnpc "3rdf_warp#tt";
|
|
|
|
|
|
+ disablenpc "3rdf_warp#tt";
|
|
end;
|
|
end;
|
|
}
|
|
}
|
|
|
|
|