From 5201262f6b6a137bc2bf66a4de2c50f1f9b28ac9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Aug 2020 02:37:59 -0300 Subject: Eternal Swamps: Be less verbose on Test Server It eats precious log space --- npc/011-3/flood.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt index 9b6971282..9bf9b2684 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -32,11 +32,11 @@ OnMinute46: OnMinute52: OnMinute56: OnSkipFlood: - if ($@GM_OVERRIDE || debug) debugmes "[Flood] Cycle begin"; + if ($@GM_OVERRIDE) debugmes "[Flood] Cycle begin"; .@fd=!(getmapmask("011-3")&MASK_SPECIAL); // .@fd - is flooded? if (.@fd) { - if ($@GM_OVERRIDE || debug) debugmes "[Flood] UF - Unflooding"; + if ($@GM_OVERRIDE) debugmes "[Flood] UF - Unflooding"; // If it is flooded, unflood it to prevent players getting struck for too long killmonster("011-3", "#EternalSwampCore::OnSwampMob"); addmapmask "011-3", MASK_SPECIAL; @@ -66,7 +66,7 @@ OnSkipFlood: // Maybe we should flood it if (rand(0,100) < .@odds) { - if ($@GM_OVERRIDE || debug) debugmes "[Flood] F - Flooding"; + if ($@GM_OVERRIDE) debugmes "[Flood] F - Flooding"; removemapmask "011-3", MASK_SPECIAL; //debugmes "[Flood] F - Adding Cells"; @@ -88,7 +88,7 @@ OnSkipFlood: } } - if ($@GM_OVERRIDE || debug) debugmes "[Flood] Cycle finished"; + if ($@GM_OVERRIDE) debugmes "[Flood] Cycle finished"; end; // Fix players struck by setcells -- cgit v1.2.3-70-g09d2