summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-12 19:39:30 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-12 19:39:30 -0300
commitebbd0dbc501718327a74e073f1c8fca4bb1f29b0 (patch)
tree9c7f42ac2f45cd454e530dcd861e4ed7c7ee7fa9 /npc/functions
parent26cafda1f724eefc3a45cc52dd159dcef4a0266f (diff)
downloadserverdata-ebbd0dbc501718327a74e073f1c8fca4bb1f29b0.tar.gz
serverdata-ebbd0dbc501718327a74e073f1c8fca4bb1f29b0.tar.bz2
serverdata-ebbd0dbc501718327a74e073f1c8fca4bb1f29b0.tar.xz
serverdata-ebbd0dbc501718327a74e073f1c8fca4bb1f29b0.zip
Increase siege delta from 6h to 7h
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/mkbot.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt
index 2a585b6aa..415334875 100644
--- a/npc/functions/mkbot.txt
+++ b/npc/functions/mkbot.txt
@@ -165,8 +165,8 @@ OnTimer90000:
if ($@MK_AGGRO >= ($GAME_STORYLINE == 2 ? 300 : 900) && .users >= 3 && rand2(0,100) < 70 &&
is_between(1, 4, $GAME_STORYLINE) && $@MK_THROTTLE < gettimetick(2)){
// Delta handles the compulsory wait time between waves.
- // 6 hours normally, 24 hours if the army is in disarray.
- .@delta=6;
+ // 7 hours normally, 24 hours if the army is in disarray.
+ .@delta=7;
$@SIEGE_ABORTED = false;
if ($GAME_STORYLINE >= 3)
.@delta=24;