summaryrefslogtreecommitdiff
path: root/npc/functions/gmbot.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-17 16:28:10 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-17 16:28:10 -0300
commitf2f9ccad834470dfebc2e30d4b1629c409fc9447 (patch)
tree629fd6f6ad2854fadf5a9a45f29aed23f0513aab /npc/functions/gmbot.txt
parent12b059ed9d055c89fa0938e80cb92e84ab68b9d6 (diff)
downloadserverdata-f2f9ccad834470dfebc2e30d4b1629c409fc9447.tar.gz
serverdata-f2f9ccad834470dfebc2e30d4b1629c409fc9447.tar.bz2
serverdata-f2f9ccad834470dfebc2e30d4b1629c409fc9447.tar.xz
serverdata-f2f9ccad834470dfebc2e30d4b1629c409fc9447.zip
Change siege throttler from 12h to 8h (we should be safe provided a 15 days restart)
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r--npc/functions/gmbot.txt8
1 files changed, 4 insertions, 4 deletions
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");
}