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
-
Zoey76
- 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
-
Zoey76
- L2j Inner Circle

- Posts:7004
- Joined:Tue Aug 11, 2009 3:36 am
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