From 06d3d39041b2b3aa02c4db017328f651d9c95cd9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Mar 2019 19:58:21 -0300 Subject: Update Eternal Swamp flood refresh time from 10 to 6/4 minutes --- npc/011-3/flood.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/011-3/flood.txt') diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt index 917d3a7c0..0fd0212f5 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -4,8 +4,9 @@ // Description: // Controls Eternal Swamps. // Contains functions to flood the map (hide the bridges - mask 1024) -// Flood happens at random and causes BluePar to be spawn. Runs every 10 minutes. +// Flood happens at random and causes BluePar to be spawn. Runs every 6/4 minutes. // At the 6th minute of an hour (6, 16, 26, 36, 46, 56) +// At the 2nd minute of an hour (2, 14 ... 44, 54) 011-3,0,0,0 script #EternalSwampCore NPC_HIDDEN,{ end; @@ -17,11 +18,17 @@ OnInit: addmapmask "011-3", 1024; end; +OnMinute02: OnMinute06: +OnMinute12: OnMinute16: +OnMinute22: OnMinute26: +OnMinute32: OnMinute36: +OnMinute42: OnMinute46: +OnMinute52: OnMinute56: .@fd=!(getmapmask("011-3")&1024); // .@fd - is flooded? -- cgit v1.2.3-60-g2f50