[FIXED] Raid bosses minions not spawn on server launch

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts:7004
Joined:Tue Aug 11, 2009 3:36 am
Re: Raid bosses minions not spawn on server launch

Post by Zoey76 » Fri Jul 10, 2020 12:05 am

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.
Using Eclipse 4.26 - OpenJDK17 - MariaDB 10.6.3 - L2J Server 2.6.3.0

JOIN OUR DISCORD

User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts:7004
Joined:Tue Aug 11, 2009 3:36 am

Re: Raid bosses minions not spawn on server launch

Post by Zoey76 » Fri Jul 10, 2020 4:56 pm

Using Eclipse 4.26 - OpenJDK17 - MariaDB 10.6.3 - L2J Server 2.6.3.0

JOIN OUR DISCORD

Post Reply