SpawnTable: Spawn could not be initialized: com.l2jserver.gameserver.model.actor
.instance.L2RaidInstance
java.lang.ClassNotFoundException: com.l2jserver.gameserver.model.actor.instance.
L2RaidInstance
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.l2jserver.gameserver.model.L2Spawn.<init>(L2Spawn.java:177)
at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTa
ble.java:105)
at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java
:57)
at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java
:39)
at com.l2jserver.gameserver.datatables.SpawnTable$SingletonHolder.<clini
t>(SpawnTable.java:396)
at com.l2jserver.gameserver.datatables.SpawnTable.getInstance(SpawnTable
.java:51)
at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1204)
at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:258)
at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(Fo
rtManager.java:177)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:260)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:490)
Java version : 4410
Datapack Version : 7664
And also when i go in game all the regular npc's are still there, but all my custom spawnend npc's are gone.
Can anyone help me out with this problem, it's is highly appreciated!
Added:
🎁 Seasonal Bonus System
When the seasonal bonus is enabled, players receive additional bonus coins equal to bonus_season_percent of their donation amount.
💡 How it works (example):
A player donates through their personal account and immediately receives regular coins.
At the same time, bonus coins equal to 30% of the donation are credited.
Example:
Donation: 1000 coins → Bonus: 300 coins (30%)
These bonus coins are not available immediately — they can be claimed later when the next season begins.
📅 When the bonus can be claimed:
bonus_season_claim_start_date – the date when the "Claim" button becomes available.
bonus_season_claim_end_date – the date after which the bonus can no longer be claimed.
During this time window, the "Claim" button will appear in the personal account, allowing players to collect their accumulated bonus.
'bonus_season_enabled' => true, // Enable/disable the seasonal bonus system 'bonus_season_percent' => 30, // Percentage of the donation to be given as bonus coins (30 = 30%) 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Date when the Claim button becomes available in the new season
'bonus_season_enabled' => true, // Вкл./Выкл Сезонную бонусную систему?
'bonus_season_percent' => 30, // Процент, при донате получает монеты в процентах 30 = 30%, которые может использовать в следующем открытии
'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Дата когда доступна кнопка Claim в новом сезоне
'bonus_season_claim_end_date' => '2025-08-15 20:00:00', // Дата окончания когда кнопка Claim в новом сезоне
Question
nlajay
hello everyone,
When i start the server it gives me this error :
Java version : 4410
Datapack Version : 7664
And also when i go in game all the regular npc's are still there, but all my custom spawnend npc's are gone.
Can anyone help me out with this problem, it's is highly appreciated!
Thanks in advanced!
Regards,
nlajay
Problem solved can be locked/deleted.
4 answers to this question
Recommended Posts