hey all.
Go to net.sf.l2j.gameserver.instancemanager ----- RaidBossSpawningManager.java
After
GmListTable.broadcastMessageToGMs("Spawning Raid Boss " + raidboss.getName());
_bosses.put(bossId, raidboss);
_schedules.remove(bossId);
Insert this code
Announcements _an = Announcements.getInstance();
_an.announceToAll("RaidBoss : " + raidboss.getName() + " has spawning!");
When ingame raid boss spawning, announcement to all player in the world.
Hope you fun.
Linkback: https://l2topzone.com/forum/index.php?topic=1981.0