From c64a3ccc983aad670675aaa5a60f1935c83cc9c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Apr 2021 17:22:52 -0300 Subject: Autoschedule Fires of Steam event - it is now part of the unblinking world core. This means it'll invariably go forward regardless of will. --- npc/025-1/ctrl.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index ddb2e66e5..71efdd296 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -435,6 +435,10 @@ OnTue0000: end; OnConquest: + // Failsafe + if ($GAME_STORYLINE < 3) + end; + // Advance the victory count $MK_TEMPVAR+=1; // Handle rewards in low priority freeloop(true); @@ -454,6 +458,19 @@ OnConquest: // Experience injection to the survivors maptimer("025-1", 10, "Gate#F::OnConBonus"); stopnpctimer; + // Begin Fires of Steam if needed + if ($MK_TEMPVAR == 12) { + kamibroadcast("Andrei Sakar : It has been about three months since we begun battling for control overthe Fortress Town."); + sleep(5000); + kamibroadcast("Andrei Sakar : Since this begun, however, we've heard nothing of Artis Town."); + sleep(5000); + kamibroadcast("Andrei Sakar : Therefore, I invite all of you, brave adventurers, to go on an expedition with me to Artis."); + sleep(5000); + kamibroadcast("Andrei Sakar : "+b("Hopefully nothing terrible happened... Nard shall provide us transport.")); + sleep(5000); + kamibroadcast("Andrei Sakar : I only want people strong enough to battle on the Fortress because the risks are high. Onwards! To victory! I'll be waiting"); + $FIRESOFSTEAM = 1; + } end; OnConBonus: -- cgit v1.2.3-60-g2f50