Page 2 of 2

Re: Raid bosses minions not spawn on server launch

Posted: Fri Jul 10, 2020 12:05 am
by Zoey76
Zoey76 wrote: Thu Jul 09, 2020 11:14 pm The problem seems to be that MinionSpawnManager (datapack script) is loaded after onSpawn() event was already notified, seems it was not tested when it was moved from core to datapack.
Adding to this, while scripts are being dynamically compiled, some script at HellboundLoader calls RaidBossSpawnManager before MinionSpawnManager preventing the onSpawn() event to be fired correctly.

Re: Raid bosses minions not spawn on server launch

Posted: Fri Jul 10, 2020 4:56 pm
by Zoey76