From 1c85a33ab460f1177cddf96429d44c008fcf2fc2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Oct 2023 18:23:02 -0300 Subject: Add the superior monster tier to Aeros after Monster King perishes --- npc/001-1/eventmaster.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index add05c452..3986013dd 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -758,6 +758,13 @@ OnAutoSched: CloverPatch, EvilScythe); spawner(strmobinfo(1, .@m), .@m, .@r); .@t += .@r; + // Additional complement after Monster King is dead, with the remainder + // (33% chance of spawn) + if ($GAME_STORYLINE >= 5 && rand2(3)) { + .@m=any(PanthomWisp, EpiphanyWisp, Tortuga, EvilWisp, SacredWisp, WindElement, EarthElement, WaterElement, FireElement, ShadowTortuga, GreenhornAbomination, Golem, SiegeTower, Nutcracker, SuperiorShroom, Moubi, TerraniteKing, Tengu, Junglefowl, PinkieMaximus, Mandragora, Jhon, PinkieSuseran, WhirlyBird, WhirlyBird, Snail, NightmareDragon, Reaper, BlackSkullSlime, LavaSkullSlime, Brainic, CopperSkullSlime); + spawner(strmobinfo(1, .@m), .@m, 1); + .@t += .@r; + } } freeloop(false); // Open gate if full -- cgit v1.2.3-70-g09d2