From ced9a2cd1d99ec84104fc016eaa1bb1727faaff0 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Tue, 29 Aug 2006 17:41:30 +0000 Subject: Changed some broadcast colors in the god item quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8532 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/seals/brisingamen_seal.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests/seals/brisingamen_seal.txt') diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt index ae49ab1a3..0c425e9a7 100644 --- a/npc/quests/seals/brisingamen_seal.txt +++ b/npc/quests/seals/brisingamen_seal.txt @@ -1535,11 +1535,11 @@ yuno_in04.gat,47,113,1 script Studying Scholar#1 749,{ if ($God3 < 100) set $God3,$God3 +1; - if ($God3 == 50) announce "The 3rd Seal of [Brisingamen] has appeared.",bc_all,0xFF0000; + if ($God3 == 50) announce "The 3rd Seal of [Brisingamen] has appeared.",bc_all; else if ($God3 == 100) { - if ($God1 == 100 && $God2 == 100 && $God3 == 100 && $God4 == 100) announce "All 4 Seals of [Brisingamen] have been released.",bc_all,0xFF0000; - else announce "A Seal of [Brisingamen] has been released.",bc_all,0xFF0000; + if ($God1 == 100 && $God2 == 100 && $God3 == 100 && $God4 == 100) announce "All 4 Seals of [Brisingamen] have been released.",bc_all; + else announce "A Seal of [Brisingamen] has been released.",bc_all; } close; } -- cgit v1.2.3-60-g2f50