summaryrefslogtreecommitdiff
path: root/npc/other/arena/arena_lvl80.txt
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-27 12:41:13 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-27 12:41:13 +0000
commit00864187e9c93ce0059ad9f3fa67bfae7184dc25 (patch)
tree4e641740cf802f06d23a7d6591b611f7e522fa66 /npc/other/arena/arena_lvl80.txt
parent6b97414d3f91999512537eb3878057f381005e58 (diff)
downloadhercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.gz
hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.bz2
hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.xz
hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.zip
* Continues replacing of specialeffect/2 numerics with constants.
* Corrected an If to continue the President's Quest. (bugreport:2276) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13241 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/arena/arena_lvl80.txt')
-rw-r--r--npc/other/arena/arena_lvl80.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/other/arena/arena_lvl80.txt b/npc/other/arena/arena_lvl80.txt
index 985ec7d14..ca0e881cb 100644
--- a/npc/other/arena/arena_lvl80.txt
+++ b/npc/other/arena/arena_lvl80.txt
@@ -3,13 +3,14 @@
//===== By: ==================================================
//= SinSloth
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
//= Izlude Battle Arena Level 80
//===== Additional Comments: =================================
//= 1.0 First version.
+//= 1.1 Replaced effect numerics with constants. [Samuray22]
//============================================================
arena_room,147,42,1 script lvl 80s Waiting Room 124,{
@@ -833,7 +834,7 @@ prt_are_in,181,188,3 script Staff#80-1 67,{
mes "[Staff]";
mes "Let me guide you outside. I hope you had a good time.";
close2;
- specialeffect2 7;
+ specialeffect2 EF_EXIT;
warp "arena_room",100,75;
end;
}
@@ -911,7 +912,7 @@ prt_are_in,77,187,3 script Staff#80-2 67,{
mes "See you later~";
close2;
}
- specialeffect2 7;
+ specialeffect2 EF_EXIT;
donpcevent "cast#80::Onnomal1";
warp "arena_room",100,75;
donpcevent "#arn_timer_80::Onstop";
@@ -962,7 +963,7 @@ prt_are_in,77,187,3 script Staff#80-2 67,{
mes "See you later~";
close2;
}
- specialeffect2 4;
+ specialeffect2 EF_HIT5;
donpcevent "cast#80::Onnomal2";
warp "arena_room",100,75;
donpcevent "#arn_timer_80::Onstop";