From 03c68618804450fe5ba5f5b3f15a637b0661994d Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 3 Nov 2009 19:41:37 +0000 Subject: * 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 --- npc/guild2/schg_cas01.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/guild2/schg_cas01.txt') 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; } -- cgit v1.2.3-70-g09d2