Minor updates the Juperos Elevator NPCs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11576 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
571f2db6e0
commit
dd5d433fca
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/10/25
|
2007/10/25
|
||||||
|
* Rev. 11575 Minor updates the Juperos Elevator NPCs. [L0ne_W0lf]
|
||||||
* Rev. 11574 Minor fixes here and there to a few scripts. [L0ne_W0lf]
|
* Rev. 11574 Minor fixes here and there to a few scripts. [L0ne_W0lf]
|
||||||
2007/10/24
|
2007/10/24
|
||||||
* Rev. 11570 Added the Advanced Refiner for Enriched ores. [L0ne_W0lf]
|
* Rev. 11570 Added the Advanced Refiner for Enriched ores. [L0ne_W0lf]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By ===================================================
|
//===== By ===================================================
|
||||||
//= MasterOfMuppets
|
//= MasterOfMuppets
|
||||||
//===== Version ==============================================
|
//===== Version ==============================================
|
||||||
//= 1.3a
|
//= 1.3b
|
||||||
//===== Compatible With ======================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description ==========================================
|
//===== Description ==========================================
|
||||||
@ -17,6 +17,7 @@
|
|||||||
//= 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]
|
//= 1.3a Adjusted the elevafor timer. (132000 -> 142000) [L0ne_W0lf]
|
||||||
|
//= 1.3b Minor updates to juperos elevator NPCs. [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
yuno_in04,190,125,4 script Scholar 700,{
|
yuno_in04,190,125,4 script Scholar 700,{
|
||||||
@ -4431,7 +4432,7 @@ jupe_ele_r,51,98,0 script Switch#ufe 844,{
|
|||||||
enablenpc "Switch On#ufe";
|
enablenpc "Switch On#ufe";
|
||||||
initnpctimer;
|
initnpctimer;
|
||||||
specialeffect2 563; // 563
|
specialeffect2 563; // 563
|
||||||
//sound "earth_quake.wav" 2 0 0
|
soundeffectall "earth_quake.wav",0;
|
||||||
close2;
|
close2;
|
||||||
cutin "5-1",255;
|
cutin "5-1",255;
|
||||||
end;
|
end;
|
||||||
@ -4600,7 +4601,7 @@ OnEnable:
|
|||||||
|
|
||||||
OnTimer5000:
|
OnTimer5000:
|
||||||
mapannounce "jupe_ele_r","Those of you who have defeated the hallucination, step forward.",bc_map,"0x66FF00";
|
mapannounce "jupe_ele_r","Those of you who have defeated the hallucination, step forward.",bc_map,"0x66FF00";
|
||||||
//sound "earth_quake.wav" 2 0 0
|
soundeffectall "earth_quake.wav",0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
OnTimer8000:
|
OnTimer8000:
|
||||||
@ -4624,7 +4625,7 @@ OnEnable:
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
OnTouch:
|
OnTouch:
|
||||||
percentheal 99,100;
|
percentheal -99,-100;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
OnTimer1000:
|
OnTimer1000:
|
||||||
@ -5048,7 +5049,7 @@ OnTimer12000:
|
|||||||
|
|
||||||
OnTimer22000:
|
OnTimer22000:
|
||||||
mapannounce "jupe_ele","It's not real anyway. All of it's safe, it can't hurt you...",bc_map,"0x66FF00";
|
mapannounce "jupe_ele","It's not real anyway. All of it's safe, it can't hurt you...",bc_map,"0x66FF00";
|
||||||
//sound "earth_quake.wav" 2 0 0
|
soundeffectall "earth_quake.wav",0;
|
||||||
disablenpc "4F Enter#ufe";
|
disablenpc "4F Enter#ufe";
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user