From d4e923cc4e4b9fbe87ad4efb9904c1d579a83325 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Apr 2019 08:45:32 -0300 Subject: Only 70% chance that the Monster King lay siege to Tulimshar. This allows aggro to build up quite a bit. --- npc/functions/gmbot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index b8695f6c6..235366dd3 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -98,7 +98,7 @@ OnTimer62000: } // Tulimshar Siege event - if (.mp$ ~= "003-*" && $@MK_AGGRO >= 30){ + if (.mp$ ~= "003-*" && $@MK_AGGRO >= 30 && rand(0,100) < 70) { announce ("Monster King: I smell humans! Humans must die!"), bc_map|bc_npc; $@MK_SCENE=MK_SIEGE_TULIM; if ($@MK_AGGRO >= 90) -- cgit v1.2.3-60-g2f50