From b98baaf0a6b7fa40a54ae98aeb6975d6010ea479 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Feb 2021 13:56:36 -0300 Subject: Fortress Island is here - remove sieges to max daily and 3x more AGR needed. Give up to 50 strange coins for defeating the Monster Governor (this is compatible to sieges previous income but harder) --- npc/functions/mkbot.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt index 4030b943f..7fc290a24 100644 --- a/npc/functions/mkbot.txt +++ b/npc/functions/mkbot.txt @@ -162,14 +162,14 @@ OnTimer90000: } // Siege events (req. 300 aggro, 3 users, and 70% chances to begin) - if ($@MK_AGGRO >= ($GAME_STORYLINE == 2 ? 300 : 500) && .users >= 3 && rand2(0,100) < 70 && + if ($@MK_AGGRO >= ($GAME_STORYLINE == 2 ? 300 : 900) && .users >= 3 && rand2(0,100) < 70 && is_between(1, 3, $GAME_STORYLINE) && $@MK_THROTTLE < gettimetick(2)){ // Delta handles the compulsory wait time between waves. - // 6 hours normally, 12 hours if the army is in disarray. + // 6 hours normally, 24 hours if the army is in disarray. .@delta=6; $@SIEGE_ABORTED = false; if ($GAME_STORYLINE == 3) - .@delta=12; + .@delta=24; // Tulimshar if (compare(.mp$, "003-")) { announce ("Monster King: I smell humans! Humans must die!"), bc_map|bc_npc; -- cgit v1.2.3-60-g2f50