summaryrefslogtreecommitdiff
path: root/npc/guild
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-12 06:02:15 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-12 06:02:15 +0000
commit96481b27189622e26e16dfc44b7f938dc1f84cd7 (patch)
tree7e25cbcb3447edf3356edadad8d22908bfe9eee5 /npc/guild
parent6936f481e022ea9058110cb140fe7d8168e31b6c (diff)
downloadhercules-96481b27189622e26e16dfc44b7f938dc1f84cd7.tar.gz
hercules-96481b27189622e26e16dfc44b7f938dc1f84cd7.tar.bz2
hercules-96481b27189622e26e16dfc44b7f938dc1f84cd7.tar.xz
hercules-96481b27189622e26e16dfc44b7f938dc1f84cd7.zip
Another Small update to castle ownership announcement.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12346 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild')
-rw-r--r--npc/guild/ev_agit_event.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/ev_agit_event.txt b/npc/guild/ev_agit_event.txt
index 1ea8f48cf..513ceee0b 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.8a
+//= 1.8b
//===== Compatible With: =====================================
//= eAthena 0.1+; RO Episode 4+
//===== Description: =========================================
@@ -27,6 +27,7 @@
//= 1.7 Commented out the WoE start and end announces. [L0ne_W0lf]
//= 1.8 Castle owners displayed when WoE starts and finished. [L0ne_W0lf]
//= 1.8a Will now report unoccupied castles at start/end. [L0ne_W0lf]
+//= 1.8b Whoops. Fixed a mistake :D [L0ne_W0lf]
//============================================================
//| To know how to set up WoE times, go to doc\woe_time_explanation.txt
// WoE Start/Stop times
@@ -73,7 +74,7 @@ L_DisplayOwners:
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 ) {
- if (GetCastleData(getarg(1),1)) {
+ if (GetCastleData(.@maps$[.@i],1)) {
Announce "The [" + GetCastleName(.@maps$[.@i]) + "] castle has been conquered by the [" + GetGuildName(GetCastleData(.@maps$[.@i],1)) + "] guild.",bc_all;
}
else {