From 3f3b01c7d55277f4ee6ebbe04eea3c021b027d61 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 16 Aug 2010 17:09:33 +0000 Subject: * Fixed Flavius only needing 1 person on either side to start. * Updated the level 4 weapon quest to aegis conversion. * Corrected a variable typo in the dts_warper script. * Fixed a script hang in Hugel Temple Excavation quest. * Fixed Cat Hand Agent checks, and mysterious rock#31. * Corrected the two hour time limit for Sealed Shrine. * Corrected a few other minor issues in Sealed Shrine. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14376 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/battleground/flavius/flavius02.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/battleground/flavius/flavius02.txt') diff --git a/npc/battleground/flavius/flavius02.txt b/npc/battleground/flavius/flavius02.txt index 4aabbc839..4dd47b7af 100644 --- a/npc/battleground/flavius/flavius02.txt +++ b/npc/battleground/flavius/flavius02.txt @@ -20,7 +20,7 @@ bat_room,142,227,4 script Lieutenant Huvas 418,{ end; OnInit: - waitingroom "Battle Station",1,"start#bat_b02::OnReadyCheck",1; + waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1; end; OnEnterBG: set $@FlaviusBG2_id1, waitingroom2bg("bat_b02",10,290,"start#bat_b02::OnGuillaumeQuit",""); @@ -30,7 +30,7 @@ OnEnterBG: bat_room,142,204,0 script Lieutenant Yukon 414,{ end; OnInit: - waitingroom "Battle Station",1,"start#bat_b02::OnReadyCheck",1; + waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1; end; OnEnterBG: set $@FlaviusBG2_id2, waitingroom2bg("bat_b02",390,10,"start#bat_b02::OnCroixQuit",""); @@ -82,7 +82,7 @@ OnReadyCheck: donpcevent "#bat_b02_timer::OnStop"; end; } - if( .@Guillaume < 1 || .@Croix < 1 ) + if( .@Guillaume < 10 || .@Croix < 10 ) end; set $@FlaviusBG2, 1; set $@FlaviusBG2_Victory, 0; -- cgit v1.2.3-60-g2f50