summaryrefslogtreecommitdiff
path: root/npc/other/arena
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-03 18:27:00 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-03 18:27:00 +0000
commit2c9cbc9cc309ec61a4a62c59ac2a6c678fd8b478 (patch)
tree47af6729a0757215798873f52b9c62971336df4a /npc/other/arena
parent419927ac9f5ea5b71b21b52728bb56925b797937 (diff)
downloadhercules-2c9cbc9cc309ec61a4a62c59ac2a6c678fd8b478.tar.gz
hercules-2c9cbc9cc309ec61a4a62c59ac2a6c678fd8b478.tar.bz2
hercules-2c9cbc9cc309ec61a4a62c59ac2a6c678fd8b478.tar.xz
hercules-2c9cbc9cc309ec61a4a62c59ac2a6c678fd8b478.zip
* A rather large overhaul of the battlegrounds.
- in bg_common.txt, stripped out KvM npcs, fixed coordinates. - Needs to be tested, none of the BG files are on by default. - Created subfolder battleground/KvM/ which now holds KVM files. - Added kvm_enter.txt, which warps players to the waiting rooms. - Added kvm_item_pay.txt, which holds the point redemption NPC. - Made the KvM battlegrounds work closer to official, needs work. * Corrected variable typos in the acolyte arena. (bugreport:4374) * Corrected donpcevent typo in the party arena. (bugreport:4374) * Added two global functions which will return equip data as strings. - F_GetWeaponType: returns the type of weapon by 'look', (ie "Dagger") - F_GetArmorType: returns the kind of armor via 'equip loc'. (ie "Armor") * Fixed duplicate documentation for getitemslot. (bugreport:4362) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14369 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/arena')
-rw-r--r--npc/other/arena/arena_aco.txt7
-rw-r--r--npc/other/arena/arena_party.txt5
2 files changed, 7 insertions, 5 deletions
diff --git a/npc/other/arena/arena_aco.txt b/npc/other/arena/arena_aco.txt
index fe407b07c..4a81bd6b3 100644
--- a/npc/other/arena/arena_aco.txt
+++ b/npc/other/arena/arena_aco.txt
@@ -3,13 +3,14 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
//= Izlude Acolyte Battle Arena
//===== Additional Comments: =================================
//= 1.0 First version.
+//= 1.1 Corrected variable typos. (bugreport:4374) [L0ne_w0lf]
//============================================================
arena_room,114,102,0 script onlyaco#arena 45,1,1,{
@@ -1257,7 +1258,7 @@ prt_are_in,25,31,3 script Staff#aco-2 67,{
mes "under the Time Force Battle";
mes "Arena - Acolyte Class Record!";
if (basejob == job_acolyte) {
- set $@arn_acotop,.@record_timeaco;
+ set $arn_acotop,.@record_timeaco;
set $arn_acotopn$, strcharinfo(0);
donpcevent "Vendigos::Onlinerec_aco";
}
@@ -1416,7 +1417,7 @@ prt_are_in,25,31,3 script Staff#aco-2 67,{
mes "Acolyte Class Records.";
mes "Congratulations~";
if (basejob == job_acolyte) {
- set $@arn_acotop,.@record_timeaco;
+ set $arn_acotop,.@record_timeaco;
set $arn_acotopn$, strcharinfo(0);
donpcevent "#Vendigos::Onlinerec_aco";
}
diff --git a/npc/other/arena/arena_party.txt b/npc/other/arena/arena_party.txt
index ae92de3c5..b163a528d 100644
--- a/npc/other/arena/arena_party.txt
+++ b/npc/other/arena/arena_party.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= SinSloth
//===== Current Version: =====================================
-//= 1.1
+//= 1.3
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= 1.0a Fixed a typo.
//= 1.1 Replaced effect numerics with constants. [Samuray22]
//= 1.2 Fixed "OnMobDeath" doesn't work sometime. [Inkfish]
+//= 1.3 Corrected donpcevent typo. (bugreport:4374) [L0ne_w0lf]
//============================================================
arena_room,162,88,3 script Ponox 124,{
@@ -27,7 +28,7 @@ OnStartArena:
donpcevent "toarena#party::OnInit";
donpcevent "toout#party::OnInit";
warpwaitingpc "prt_are_in",73,78;
- donpcevent "toout#party::OnTime";
+ donpcevent "toout#party::OnTimer";
donpcevent "Helper#party::OnEnter";
disablewaitingroomevent;
end;