summaryrefslogtreecommitdiff
path: root/npc/guild2/arug_cas04.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-03 19:41:37 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-03 19:41:37 +0000
commit03c68618804450fe5ba5f5b3f15a637b0661994d (patch)
treed113010efc31c3eb9d9b219ae5c8c8382561a347 /npc/guild2/arug_cas04.txt
parentfaad8ffb9f66a831986e40f3fc711205e46880ef (diff)
downloadhercules-03c68618804450fe5ba5f5b3f15a637b0661994d.tar.gz
hercules-03c68618804450fe5ba5f5b3f15a637b0661994d.tar.bz2
hercules-03c68618804450fe5ba5f5b3f15a637b0661994d.tar.xz
hercules-03c68618804450fe5ba5f5b3f15a637b0661994d.zip
* Added new broadcasting support from r14120 to WoE scripts.
- "Conquered" messages can now be effectively toggled off in Battle log - Added fontsizes for WoESE messages. (At least the non-default sizes.) * Added font weight constants, although they don't seem to do anything. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14122 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/arug_cas04.txt')
-rw-r--r--npc/guild2/arug_cas04.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt
index de8b1d104..ca3cb2e88 100644
--- a/npc/guild2/arug_cas04.txt
+++ b/npc/guild2/arug_cas04.txt
@@ -2686,12 +2686,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("arug_cas04") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas04") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru04_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 4] stronghold of "+GetCastleName("arug_cas04"),bc_all;
- mapannounce "arug_cas04","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 4] stronghold of "+GetCastleName("arug_cas04"),bc_all|bc_woe;
+ mapannounce "arug_cas04","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#aru04_02::Onreset";
initnpctimer;
@@ -2702,7 +2702,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("arug_cas04") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas04") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru04_02::Onreset";
stopnpctimer;
end;
@@ -2713,7 +2713,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#aru04_02::Onchange";
- mapannounce "arug_cas04","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "arug_cas04","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
end;
}