From ebbd0dbc501718327a74e073f1c8fca4bb1f29b0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 12 Jan 2022 19:39:30 -0300 Subject: Increase siege delta from 6h to 7h --- npc/functions/mkbot.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions') 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; -- cgit v1.2.3-70-g09d2