From 5350111591a65e6b247b052b5c197a6bdcbefb49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 21:00:39 -0300 Subject: Crazyfefe Battle: Increase the rate from auto-waves (120s -> 90s) --- 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 74cacc33c..4006259ce 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -251,8 +251,8 @@ function CaveLogic { areatimer "006-1", 20, 20, 70, 60, 10, "Crazyfefe::OnSumLevel"; sleep(15); - // New wave condition: All mobs dead, or 2 minutes have passed - if (mobcount("006-1", "Crazyfefe::OnPetDeath") <= 0 || .wtime >= 120) + // New wave condition: All mobs dead, or 90 seconds have passed + if (mobcount("006-1", "Crazyfefe::OnPetDeath") <= 0 || .wtime >= 90) NextRound(); // reset timer -- cgit v1.2.3-70-g09d2