summaryrefslogtreecommitdiff
path: root/npc/guild2
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
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')
-rw-r--r--npc/guild2/arug_cas01.txt10
-rw-r--r--npc/guild2/arug_cas02.txt10
-rw-r--r--npc/guild2/arug_cas03.txt10
-rw-r--r--npc/guild2/arug_cas04.txt10
-rw-r--r--npc/guild2/arug_cas05.txt10
-rw-r--r--npc/guild2/schg_cas01.txt10
-rw-r--r--npc/guild2/schg_cas02.txt10
-rw-r--r--npc/guild2/schg_cas03.txt10
-rw-r--r--npc/guild2/schg_cas04.txt10
-rw-r--r--npc/guild2/schg_cas05.txt10
10 files changed, 50 insertions, 50 deletions
diff --git a/npc/guild2/arug_cas01.txt b/npc/guild2/arug_cas01.txt
index f55845069..863ad8ee1 100644
--- a/npc/guild2/arug_cas01.txt
+++ b/npc/guild2/arug_cas01.txt
@@ -2678,12 +2678,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("arug_cas01") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas01") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru01_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 1] stronghold of " + GetCastleName("arug_cas01"),bc_all;
- mapannounce "arug_cas01","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 1] stronghold of " + GetCastleName("arug_cas01"),bc_all|bc_woe;
+ mapannounce "arug_cas01","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#aru01_02::Onreset";
initnpctimer;
@@ -2694,7 +2694,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("arug_cas01") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas01") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru01_02::Onreset";
stopnpctimer;
end;
@@ -2705,7 +2705,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#aru01_02::Onchange";
- mapannounce "arug_cas01","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "arug_cas01","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;
}
diff --git a/npc/guild2/arug_cas02.txt b/npc/guild2/arug_cas02.txt
index 844a9039a..6b1705b84 100644
--- a/npc/guild2/arug_cas02.txt
+++ b/npc/guild2/arug_cas02.txt
@@ -2639,12 +2639,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("arug_cas02") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas02") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru02_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 2] stronghold of "+GetCastleName("arug_cas02"),bc_all;
- mapannounce "arug_cas02","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 2] stronghold of "+GetCastleName("arug_cas02"),bc_all|bc_woe;
+ mapannounce "arug_cas02","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#aru02_02::Onreset";
initnpctimer;
@@ -2655,7 +2655,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("arug_cas02") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas02") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru02_02::Onreset";
stopnpctimer;
end;
@@ -2666,7 +2666,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#aru02_02::Onchange";
- mapannounce "arug_cas02","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "arug_cas02","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;
}
diff --git a/npc/guild2/arug_cas03.txt b/npc/guild2/arug_cas03.txt
index b9e5193c0..3b6a1bbcb 100644
--- a/npc/guild2/arug_cas03.txt
+++ b/npc/guild2/arug_cas03.txt
@@ -2684,12 +2684,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("arug_cas03") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas03") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru03_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 3] stronghold of "+GetCastleName("arug_cas03"),bc_all;
- mapannounce "arug_cas03","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 3] stronghold of "+GetCastleName("arug_cas03"),bc_all|bc_woe;
+ mapannounce "arug_cas03","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#aru03_02::Onreset";
initnpctimer;
@@ -2700,7 +2700,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("arug_cas03") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas03") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru03_02::Onreset";
stopnpctimer;
end;
@@ -2711,7 +2711,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#aru03_02::Onchange";
- mapannounce "arug_cas03","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "arug_cas03","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;
}
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;
}
diff --git a/npc/guild2/arug_cas05.txt b/npc/guild2/arug_cas05.txt
index f739c6d17..b5e551975 100644
--- a/npc/guild2/arug_cas05.txt
+++ b/npc/guild2/arug_cas05.txt
@@ -2686,12 +2686,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("arug_cas05") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas05") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru05_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 5] stronghold of "+GetCastleName("arug_cas05"),bc_all;
- mapannounce "arug_cas05","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Valfreyja 5] stronghold of "+GetCastleName("arug_cas05"),bc_all|bc_woe;
+ mapannounce "arug_cas05","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#aru05_02::Onreset";
initnpctimer;
@@ -2702,7 +2702,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("arug_cas05") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("arug_cas05") + "]'s 'Valfreyja' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#aru05_02::Onreset";
stopnpctimer;
end;
@@ -2713,7 +2713,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#aru05_02::Onchange";
- mapannounce "arug_cas05","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "arug_cas05","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;
}
diff --git a/npc/guild2/schg_cas01.txt b/npc/guild2/schg_cas01.txt
index b5036406a..acc375039 100644
--- a/npc/guild2/schg_cas01.txt
+++ b/npc/guild2/schg_cas01.txt
@@ -2686,12 +2686,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("schg_cas01") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas01") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch01_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 1] stronghold of "+GetCastleName("schg_cas01"),bc_all;
- mapannounce "schg_cas01","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 1] stronghold of "+GetCastleName("schg_cas01"),bc_all|bc_woe;
+ mapannounce "schg_cas01","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#sch01_02::Onreset";
initnpctimer;
@@ -2702,7 +2702,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("schg_cas01") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas01") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch01_02::Onreset";
stopnpctimer;
end;
@@ -2713,7 +2713,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#sch01_02::Onchange";
- mapannounce "schg_cas01","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "schg_cas01","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;
}
diff --git a/npc/guild2/schg_cas02.txt b/npc/guild2/schg_cas02.txt
index a009ea410..2a8c5b36c 100644
--- a/npc/guild2/schg_cas02.txt
+++ b/npc/guild2/schg_cas02.txt
@@ -2620,12 +2620,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("schg_cas02") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas02") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch02_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 2] stronghold of "+GetCastleName("schg_cas02"),bc_all;
- mapannounce "schg_cas02","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 2] stronghold of "+GetCastleName("schg_cas02"),bc_all|bc_woe;
+ mapannounce "schg_cas02","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#sch02_02::Onreset";
initnpctimer;
@@ -2636,7 +2636,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("schg_cas02") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas02") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch02_02::Onreset";
stopnpctimer;
end;
@@ -2647,7 +2647,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#sch02_02::Onchange";
- mapannounce "schg_cas02","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "schg_cas02","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;
}
diff --git a/npc/guild2/schg_cas03.txt b/npc/guild2/schg_cas03.txt
index 59b09c8b5..3a25e86f6 100644
--- a/npc/guild2/schg_cas03.txt
+++ b/npc/guild2/schg_cas03.txt
@@ -2679,12 +2679,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("schg_cas03") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas03") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch03_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 3] stronghold of "+GetCastleName("schg_cas03"),bc_all;
- mapannounce "schg_cas03","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 3] stronghold of "+GetCastleName("schg_cas03"),bc_all|bc_woe;
+ mapannounce "schg_cas03","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#sch03_02::Onreset";
initnpctimer;
@@ -2695,7 +2695,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("schg_cas03") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas03") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch03_02::Onreset";
stopnpctimer;
end;
@@ -2706,7 +2706,7 @@ OnStartArena:
OnTimer10000:
donpcevent "manager#sch03_02::Onchange";
- mapannounce "schg_cas03","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "schg_cas03","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;
}
diff --git a/npc/guild2/schg_cas04.txt b/npc/guild2/schg_cas04.txt
index 751945e0d..057874e5a 100644
--- a/npc/guild2/schg_cas04.txt
+++ b/npc/guild2/schg_cas04.txt
@@ -2683,12 +2683,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("schg_cas04") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas04") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch04_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 4] stronghold of "+GetCastleName("schg_cas04"),bc_all;
- mapannounce "schg_cas04","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 4] stronghold of "+GetCastleName("schg_cas04"),bc_all|bc_woe;
+ mapannounce "schg_cas04","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#sch04_02::Onreset";
initnpctimer;
@@ -2699,7 +2699,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("schg_cas04") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas04") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch04_02::Onreset";
stopnpctimer;
end;
@@ -2710,7 +2710,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#sch04_02::Onchange";
- mapannounce "schg_cas04","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "schg_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;
}
diff --git a/npc/guild2/schg_cas05.txt b/npc/guild2/schg_cas05.txt
index c5357a2f0..aaa15e4c3 100644
--- a/npc/guild2/schg_cas05.txt
+++ b/npc/guild2/schg_cas05.txt
@@ -2683,12 +2683,12 @@ OnStartArena:
set .msg,2;
if (.msg == 1) {
- announce "Fortress [" + GetCastleName("schg_cas05") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas05") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch05_02::Onstart";
}
else if (.msg == 2) {
- announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 5] stronghold of "+GetCastleName("schg_cas05"),bc_all;
- mapannounce "schg_cas05","The emperium has been shattered!",bc_map,"0x00FF00";
+ announce "The [" + getguildname(.@gid) + "] conquered the [Nithafjoll 5] stronghold of "+GetCastleName("schg_cas05"),bc_all|bc_woe;
+ mapannounce "schg_cas05","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
if (agitcheck2()) {
donpcevent "Manager#sch05_02::Onreset";
initnpctimer;
@@ -2699,7 +2699,7 @@ OnStartArena:
}
}
else if (.msg == 0) {
- announce "Fortress [" + GetCastleName("schg_cas05") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all;
+ announce "Fortress [" + GetCastleName("schg_cas05") + "]'s 'Nithafjoll' was captured by [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe;
donpcevent "Manager#sch05_02::Onreset";
stopnpctimer;
end;
@@ -2710,7 +2710,7 @@ OnStartArena:
OnTimer10000:
donpcevent "Manager#sch05_02::Onchange";
- mapannounce "schg_cas05","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00";
+ mapannounce "schg_cas05","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;
}