summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-26 00:45:41 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-26 00:45:41 +0000
commit31af7f4a57e0b67c5b01f3b31ef0212b1fb77093 (patch)
tree5a2a08b8379a6977805222a34966c93712bf0ce5 /npc
parentf774109e08b88a2dc518f6e1e5a189974fb0868f (diff)
downloadhercules-31af7f4a57e0b67c5b01f3b31ef0212b1fb77093.tar.gz
hercules-31af7f4a57e0b67c5b01f3b31ef0212b1fb77093.tar.bz2
hercules-31af7f4a57e0b67c5b01f3b31ef0212b1fb77093.tar.xz
hercules-31af7f4a57e0b67c5b01f3b31ef0212b1fb77093.zip
Minor updates the Juperos Elevator NPCs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11576 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/quests_juperos.txt11
2 files changed, 7 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index f1c1bdd9e..6d3186d1f 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
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]
2007/10/24
* Rev. 11570 Added the Advanced Refiner for Enriched ores. [L0ne_W0lf]
diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt
index 6d151f490..83d915304 100644
--- a/npc/quests/quests_juperos.txt
+++ b/npc/quests/quests_juperos.txt
@@ -3,7 +3,7 @@
//===== By ===================================================
//= MasterOfMuppets
//===== Version ==============================================
-//= 1.3a
+//= 1.3b
//===== Compatible With ======================================
//= eAthena SVN
//===== Description ==========================================
@@ -17,6 +17,7 @@
//= 1.3 Removed semi-official core access NPCs, replaced with [L0ne_W0lf]
//= event-driven story progressive NPCs. Optimization needed.
//= 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,{
@@ -4431,7 +4432,7 @@ jupe_ele_r,51,98,0 script Switch#ufe 844,{
enablenpc "Switch On#ufe";
initnpctimer;
specialeffect2 563; // 563
- //sound "earth_quake.wav" 2 0 0
+ soundeffectall "earth_quake.wav",0;
close2;
cutin "5-1",255;
end;
@@ -4600,7 +4601,7 @@ OnEnable:
OnTimer5000:
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;
OnTimer8000:
@@ -4624,7 +4625,7 @@ OnEnable:
end;
OnTouch:
- percentheal 99,100;
+ percentheal -99,-100;
end;
OnTimer1000:
@@ -5048,7 +5049,7 @@ OnTimer12000:
OnTimer22000:
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";
end;