summaryrefslogtreecommitdiff
path: root/npc/011-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-3')
-rw-r--r--npc/011-3/flood.txt9
1 files changed, 8 insertions, 1 deletions
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?