summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-26 03:06:56 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-26 03:06:56 -0300
commit059f064cf1687c33eef1176b4a2f2191d6b72d15 (patch)
tree5706c7da6ec6b48eeed6d1e9d55bd3134e72ef93 /npc/commands
parente16b671f509410e547b26060e8f3dda29929edf2 (diff)
downloadserverdata-059f064cf1687c33eef1176b4a2f2191d6b72d15.tar.gz
serverdata-059f064cf1687c33eef1176b4a2f2191d6b72d15.tar.bz2
serverdata-059f064cf1687c33eef1176b4a2f2191d6b72d15.tar.xz
serverdata-059f064cf1687c33eef1176b4a2f2191d6b72d15.zip
Remove r8.99 utils in definitive
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/kami.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index b4f23dd6b..c21fb9bad 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -50,24 +50,3 @@ function script kamibroadcast {
return;
}
-
-// Required for GM use in 2019-04-27
-- script @mkdbg 32767,{
- end;
-
-OnClock1415:
- if (!$@GM_DEBUGMK20190426)
- end;
- // Game Story Change: Idle MK -> Active MK
- kamibroadcast("I can't handle it anymore! NO MORE!", "Monster King");
- sleep(2500);
- kamibroadcast("Come, my minions! Lay siege to towns! LEAVE NO OPPOSITION TO ME!", "Monster King");
- sleep(2500);
- kamibroadcast("Burn, destroy, do whatever you need, until your last breath, my lieutenants and colonels!", "Monster King");
- sleep(2500);
- kamibroadcast("##4 .:: Game Story Instructions on #world ::.");
- 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;
-}
-