diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 16:14:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 16:14:22 -0300 |
commit | 6cd4d27c0444e37a7df443bf160d11b60085fece (patch) | |
tree | afa614b740a27cd6a57ff427277bfb6969b1718f /npc | |
parent | 55440f220e2f8e09e01f4cd66ebd60baeb767bf4 (diff) | |
download | serverdata-6cd4d27c0444e37a7df443bf160d11b60085fece.tar.gz serverdata-6cd4d27c0444e37a7df443bf160d11b60085fece.tar.bz2 serverdata-6cd4d27c0444e37a7df443bf160d11b60085fece.tar.xz serverdata-6cd4d27c0444e37a7df443bf160d11b60085fece.zip |
[skip ci] Debug command for Eternal Swamps - @es_flood
Diffstat (limited to 'npc')
-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 92bb73384..eca345c67 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -16,6 +16,7 @@ OnSwampMob: OnInit: addmapmask "011-3", MASK_SPECIAL; + bindatcmd "es_flood", "#EternalSwampCore::OnSkipFlood", 99, 99, 1; end; OnMinute02: @@ -30,6 +31,7 @@ OnMinute42: OnMinute46: OnMinute52: OnMinute56: +OnSkipFlood: debugmes "[Flood] Cycle begin"; .@fd=!(getmapmask("011-3")&MASK_SPECIAL); // .@fd - is flooded? |