summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-08 15:32:18 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-08 15:32:18 +0000
commitf07b3c7434028984cf6665fdf0d0759c26f37674 (patch)
tree2458c50dd64c148f673576a3732be8442b12991b
parentc16ed9df6a6d9be8176649d680e5abf4cb3ea243 (diff)
downloadhercules-f07b3c7434028984cf6665fdf0d0759c26f37674.tar.gz
hercules-f07b3c7434028984cf6665fdf0d0759c26f37674.tar.bz2
hercules-f07b3c7434028984cf6665fdf0d0759c26f37674.tar.xz
hercules-f07b3c7434028984cf6665fdf0d0759c26f37674.zip
Castle ownership displays at the start and end of WoE.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12188 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt4
-rw-r--r--npc/guild/ev_agit_event.txt14
2 files changed, 16 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 69ae66c81..fa8030216 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,7 +1,9 @@
Date Added
======
-2008/02/07
+2008/02/08
+ * rev. 12188 Castle ownership displays at the start and end of WoE. [L0ne_W0lf]
* Rev. 12187 Fixed a typo in the Lunar new year event. [L0ne_W0lf]
+2008/02/07
* Rev. 12183 Added Lunar new year event for 2008 from iRO. [L0ne_W0lf]
- Please read the comments before enabling.
* Rev. 12182 Updated some Airship/port npcs. [L0ne_W0lf]
diff --git a/npc/guild/ev_agit_event.txt b/npc/guild/ev_agit_event.txt
index cb5034072..fcde347d5 100644
--- a/npc/guild/ev_agit_event.txt
+++ b/npc/guild/ev_agit_event.txt
@@ -4,7 +4,7 @@
//= kalen (1.0)
//= 1.1 by Akaru and ho|yAnge|
//===== Current Version: =====================================
-//= 1.6
+//= 1.8
//===== Compatible With: =====================================
//= eAthena 0.1+; RO Episode 4+
//===== Description: =========================================
@@ -25,6 +25,7 @@
//= 1.5a missing tabs [KarLaeda]
//= 1.6 Corrected multiple "WoE has begun" announces [ultramage]
//= 1.7 Commented out the WoE start and end announces. [L0ne_W0lf]
+//= 1.8 Castle owners displayed when WoE starts and finished. [L0ne_W0lf]
//============================================================
//| To know how to set up WoE times, go to doc\woe_time_explanation.txt
// WoE Start/Stop times
@@ -53,6 +54,7 @@ L_End:
if (agitcheck()) {
//Announce "The War Of Emperium is over!",8;
AgitEnd;
+ goto L_DisplayOwners;
}
end;
@@ -60,8 +62,18 @@ L_Start:
if (!agitcheck()) {
//Announce "The War Of Emperium has begun!",8;
AgitStart;
+ goto L_DisplayOwners;
}
end;
+
+L_DisplayOwners:
+ setarray .@maps$[0],"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05";
+ setarray .@maps$[5],"gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05";
+ setarray .@maps$[10],"payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05";
+ setarray .@maps$[15],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05";
+ for( set .@i, 0; .@i <= 19; set .@i, .@i+1 )
+ Announce "The [" + GetCastleName(.@maps$[.@i]) + "] castle has been conquered by the [" + GetGuildName(GetCastleData(.@maps$[.@i],1)) + "] guild.",bc_all;
+ end;
}
// Treasure Spawn Time