From 9c1a4887c5721faa61050c67186958b0dfa1d3d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jul 2019 17:33:47 -0300 Subject: Condition for siege stage on game storyline to be over: 500 points in overall. This results in 0% of organization of the Monster Army. --- npc/functions/gmbot.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 21ad9f3cc..d2cb3081a 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -214,6 +214,17 @@ OnTimer90000: $GAME_STORYLINE=2; $MK_TEMPVAR=0; } + if ($GAME_STORYLINE == 2 && + $MK_TEMPVAR >= 500) { + kamibroadcast("The Monster King army is in total disarray and disorder!", "Saulc | The Alliance"); + sleep(2500); + kamibroadcast("It's our chance to strike back!", "Saulc | The Alliance"); + sleep(2500); + + // Apply the changes + $GAME_STORYLINE=3; + $MK_TEMPVAR=0; // In past, we forced 1 month wait. Now we have KW mechs... + } // We're done, restart loop timer initnpctimer; -- cgit v1.2.3-70-g09d2