From 999a639c2d6240cc85886bee96114ddfdc443de6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Sep 2019 00:43:16 -0300 Subject: When siege stage is over (and MK is making both sieges as personal spawns), require 500 aggro to begin a siege (instead of 300) --- npc/functions/gmbot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index b04c40002..deed0ae33 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -147,7 +147,7 @@ OnTimer90000: } // Siege events (req. 300 aggro, 3 users, and 70% chances to begin) - if ($@MK_AGGRO >= 300 && .users >= 3 && rand(0,100) < 70 && + if ($@MK_AGGRO >= ($GAME_STORYLINE == 2 ? 300 : 500) && .users >= 3 && rand(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. -- cgit v1.2.3-60-g2f50