vampir Posted April 6, 2011 Posted April 6, 2011 Astralys Announcements.getInstance().announceToAll("RaidBoss : " + raidboss.getName() + " has spawning!"); 100% tested and working, its announcing only after "normal" spawn, so if u are writing //spawn id then it wont announce it :) Quote
Astralys Posted April 6, 2011 Posted April 6, 2011 Here is my problem, i use Eclipse : Uploaded with ImageShack.us Quote
Astralys Posted April 6, 2011 Posted April 6, 2011 Here is my problem, i use Eclipse : Uploaded with ImageShack.us Quote
SlyWhiteSheep Posted April 8, 2011 Posted April 8, 2011 Thanks for the share. Adding this as i post. Quote
Grierosu Posted April 22, 2011 Posted April 22, 2011 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. you could make a config option to announce a id or a name of rb:) would be nice for some servers , not all rbs. Quote
ČυяŞŀŅğ Posted March 6, 2012 Posted March 6, 2012 how i can make it work for GrandBosses? for all and on freya client Quote
hoangnhan Posted March 10, 2012 Author Posted March 10, 2012 See public void onSpawn() { setIsNoRndWalk(true); super.onSpawn(); } on L2GranbossInstance.java Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.