Small Adjustment to the Juperos Elevator timer.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11527 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
63b525649c
commit
658b1d10af
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/10/19
|
2007/10/19
|
||||||
|
* Rev. 11527 Small Adjustment to the Juperos Elevator timer. [L0ne_W0lf]
|
||||||
* Rev. 11524 Fixed the errors in the recent change to the juperos warps. [L0ne_W0lf]
|
* Rev. 11524 Fixed the errors in the recent change to the juperos warps. [L0ne_W0lf]
|
||||||
* Rev. 11523 Implemented proper Juperos Core event-driven access. [L0ne_W0lf]
|
* Rev. 11523 Implemented proper Juperos Core event-driven access. [L0ne_W0lf]
|
||||||
- Bug testing and further optimization required.
|
- Bug testing and further optimization required.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By ===================================================
|
//===== By ===================================================
|
||||||
//= MasterOfMuppets
|
//= MasterOfMuppets
|
||||||
//===== Version ==============================================
|
//===== Version ==============================================
|
||||||
//= 1.3
|
//= 1.3a
|
||||||
//===== Compatible With ======================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description ==========================================
|
//===== Description ==========================================
|
||||||
@ -16,6 +16,7 @@
|
|||||||
//= 1.2 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
//= 1.2 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
||||||
//= 1.3 Removed semi-official core access NPCs, replaced with [L0ne_W0lf]
|
//= 1.3 Removed semi-official core access NPCs, replaced with [L0ne_W0lf]
|
||||||
//= event-driven story progressive NPCs. Optimization needed.
|
//= event-driven story progressive NPCs. Optimization needed.
|
||||||
|
//= 1.3a Adjusted the elevafor timer. (132000 -> 142000) [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
yuno_in04,190,125,4 script Scholar 700,{
|
yuno_in04,190,125,4 script Scholar 700,{
|
||||||
@ -4738,14 +4739,11 @@ OnTimer133000:
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
OnTimer134000:
|
OnTimer134000:
|
||||||
mapwarp "jupe_ele", "jupe_gate",49,138;
|
|
||||||
end;
|
|
||||||
|
|
||||||
OnTimer135000:
|
OnTimer135000:
|
||||||
mapwarp "jupe_ele", "jupe_gate",49,138;
|
mapwarp "jupe_ele", "jupe_gate",49,138;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
OnTimer132000:
|
OnTimer142000:
|
||||||
disablenpc "GuardEnd#ufe";
|
disablenpc "GuardEnd#ufe";
|
||||||
disablenpc "4F Enter#ufe";
|
disablenpc "4F Enter#ufe";
|
||||||
donpcevent "TimeOut#ufe::OnDisable";
|
donpcevent "TimeOut#ufe::OnDisable";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user