diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 03:06:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 03:06:11 -0300 |
commit | e16b671f509410e547b26060e8f3dda29929edf2 (patch) | |
tree | 1bc8db7804b969f1b33df5f948189b7a4d900e1d /npc/commands | |
parent | bc38dba2ac09e841b110a4c1752a8fca681c628d (diff) | |
download | serverdata-e16b671f509410e547b26060e8f3dda29929edf2.tar.gz serverdata-e16b671f509410e547b26060e8f3dda29929edf2.tar.bz2 serverdata-e16b671f509410e547b26060e8f3dda29929edf2.tar.xz serverdata-e16b671f509410e547b26060e8f3dda29929edf2.zip |
r8.99 utils + reduce delay for Candor Fight
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 23120ba5c..b4f23dd6b 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -54,8 +54,10 @@ function script kamibroadcast { // Required for GM use in 2019-04-27 - script @mkdbg 32767,{ end; -OnMsg1to2: - sleep(3600000); + +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); |