From 6be2d28aafb7597722b40560ad25f12a04cc7ab2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Aug 2018 18:00:05 -0300 Subject: +5 minutes on Candor Battle, and maximum wait time is 4 minutes before auto-wave --- npc/006-1/crazyfefe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 1e8afd8b7..bccfb3eb1 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -136,13 +136,13 @@ L_CaveLogic: $@FEFE_CAVE_PLAYER_COUNT = getmapusers("006-1"); // New wave condition: All mobs dead, or 5 minutes have passed - if (mobcount("006-1", "Crazyfefe::OnPetDeath") <= 0 || .wtime >= 300) + if (mobcount("006-1", "Crazyfefe::OnPetDeath") <= 0 || .wtime >= 240) goto L_NextRound; // Victory conditions: Too few players are alive OR twenty minutes went on. // WARNING, dead players still in cave are counted, we might never finish the fight. // And a GM might be called to ban everyone inside. - if ($@FEFE_CAVE_PLAYER_COUNT <= any(1,1,1,1,1,1,1,1,1,2) && !$@GM_OVERRIDE || gettimetick(2) >= $@FEFE_DELAY - (60*25)) { + if ($@FEFE_CAVE_PLAYER_COUNT <= any(1,1,1,1,1,1,1,1,1,2) && !$@GM_OVERRIDE || gettimetick(2) >= $@FEFE_DELAY - (60*20)) { goto L_CleanUp; } -- cgit v1.2.3-60-g2f50