From f2f9ccad834470dfebc2e30d4b1629c409fc9447 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jul 2019 16:28:10 -0300 Subject: Change siege throttler from 12h to 8h (we should be safe provided a 15 days restart) --- npc/functions/gmbot.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 9890bac8d..21ad9f3cc 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -152,28 +152,28 @@ OnTimer90000: // Tulimshar if (.mp$ ~= "003-*") { announce ("Monster King: I smell humans! Humans must die!"), bc_map|bc_npc; - $@MK_THROTTLE=gettimetick(2)+12*60*60; + $@MK_THROTTLE=gettimetick(2)+8*60*60; $@MK_SCENE=MK_SIEGE_TULIM; donpcevent("Lieutenant Dausen::OnMKSiege"); } // Halinarzo else if (.mp$ ~= "009-*") { announce ("Monster King: I smell humans! Humans must die!"), bc_map|bc_npc; - $@MK_THROTTLE=gettimetick(2)+12*60*60; + $@MK_THROTTLE=gettimetick(2)+8*60*60; $@MK_SCENE=MK_SIEGE_HALIN; donpcevent("Lieutenant Jacob::OnMKSiege"); } // Hurnscald else if (.mp$ ~= "012-*") { announce ("Monster King: I smell humans! Humans must die!"), bc_map|bc_npc; - $@MK_THROTTLE=gettimetick(2)+12*60*60; + $@MK_THROTTLE=gettimetick(2)+8*60*60; $@MK_SCENE=MK_SIEGE_HURNS; donpcevent("#HurnscaldSiege::OnMKSiege"); } // Nivalis else if (.mp$ ~= "020-*") { announce ("Monster King: I smell humans! Humans must die!"), bc_map|bc_npc; - $@MK_THROTTLE=gettimetick(2)+12*60*60; + $@MK_THROTTLE=gettimetick(2)+8*60*60; $@MK_SCENE=MK_SIEGE_NIVAL; donpcevent("Lieutenant Joshua::OnMKSiege"); } -- cgit v1.2.3-60-g2f50