diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-15 20:14:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-15 20:14:55 -0300 |
commit | 87839a2a2a69fa728e04f5642a331779973df29f (patch) | |
tree | 05197f23faa12e58ef5ec19fea654f8c17bec1ed /npc/020-1/guards.txt | |
parent | 5ece678c82c7fc66984805ac736cdac6674068a6 (diff) | |
download | serverdata-87839a2a2a69fa728e04f5642a331779973df29f.tar.gz serverdata-87839a2a2a69fa728e04f5642a331779973df29f.tar.bz2 serverdata-87839a2a2a69fa728e04f5642a331779973df29f.tar.xz serverdata-87839a2a2a69fa728e04f5642a331779973df29f.zip |
Keep Siege timers running to prevent siege cancellation from having adverse effect.
Increase max AFK time.
Diffstat (limited to 'npc/020-1/guards.txt')
-rw-r--r-- | npc/020-1/guards.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/020-1/guards.txt b/npc/020-1/guards.txt index cac5dc79d..4d33beecd 100644 --- a/npc/020-1/guards.txt +++ b/npc/020-1/guards.txt @@ -32,6 +32,7 @@ L_MKControl: OnMKSiege: + $@SIEGE_ABORTED = false; OnStartSiege: kamibroadcast(col("WARNING! WARNING! Monster Army is moving towards Nivalis!!",1)); do_siege("020-1", "019-2", "NIVAL", TP_NIVAL, .name$, .siegetime); |