summaryrefslogtreecommitdiff
path: root/npc/commands/kami.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r--npc/commands/kami.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index a9ff6656d..23120ba5c 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -55,7 +55,7 @@ function script kamibroadcast {
- script @mkdbg 32767,{
end;
OnMsg1to2:
- detachrid();
+ sleep(3600000);
// Game Story Change: Idle MK -> Active MK
kamibroadcast("I can't handle it anymore! NO MORE!", "Monster King");
sleep(2500);
@@ -67,9 +67,5 @@ OnMsg1to2:
channelmes("#world", "##1 **GAME STORY CHANGE** - The Monster King minions will now attack cities and lay waste to them.");
channelmes("#world", "##1 Players must defeat the lieutenants and colonels in order to prevent sieges from continuing.");
end;
-
-OnInit:
- bindatcmd "mkdbgjesus", "@mkdbg::OnMsg1to2", 99, 100, 0;
- end;
}