diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-14 00:18:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-14 00:18:28 -0300 |
commit | c6aeff311b9913f0c466b02d96a1f587bb96e15e (patch) | |
tree | c997598836164b289b718c44297ceafb4c400ac6 /npc/011-3/flood.txt | |
parent | eccf197be645e399cc0fc59ed7eb35335e1a2091 (diff) | |
download | serverdata-c6aeff311b9913f0c466b02d96a1f587bb96e15e.tar.gz serverdata-c6aeff311b9913f0c466b02d96a1f587bb96e15e.tar.bz2 serverdata-c6aeff311b9913f0c466b02d96a1f587bb96e15e.tar.xz serverdata-c6aeff311b9913f0c466b02d96a1f587bb96e15e.zip |
Fix a couple bugs
Diffstat (limited to 'npc/011-3/flood.txt')
-rw-r--r-- | npc/011-3/flood.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt index 4ff712b7c..8f9e6265d 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -48,6 +48,7 @@ OnSkipFlood: // If it is flooded, unflood it to prevent players getting struck for too long killmonster("011-3", "#EternalSwampCore::OnSwampMob"); addmapmask "011-3", MASK_SPECIAL; + addmapmask "011-4", MASK_SPECIAL; //debugmes "[Flood] UF - Del Cells"; delcells "ESwpBridge1"; delcells "ESwpBridge2"; @@ -84,6 +85,7 @@ OnSkipFlood: if (rand2(0,100) < .@odds) { if ($@GM_OVERRIDE) debugmes "[Flood] F - Flooding"; removemapmask "011-3", MASK_SPECIAL; + removemapmask "011-4", MASK_SPECIAL; //debugmes "[Flood] F - Adding Cells"; setcells "011-3", 37, 22, 39, 24, 1, "ESwpBridge1"; |