l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com

Author Topic: [Guide] Announcement spawn Raid boss.  (Read 4325 times)

0 Members and 1 Guest are viewing this topic.

OfflineDragoN.

  • L2 Glorious
  • Sr. Member
  • ****
  • Posts: 424
  • L2topzone Votes: 0
  • Servers reviews: 0
  • Reputation: +1385/-0
    [Guide] Announcement spawn Raid boss.
    « on: December 09, 2010, 05:25:53 AM »

    hey all.
    Go to net.sf.l2j.gameserver.instancemanager  ----- RaidBossSpawningManager.java
    After


    Code: [Select]
                   GmListTable.broadcastMessageToGMs("Spawning Raid Boss " + raidboss.getName());

                     _bosses.put(bossId, raidboss);
                    _schedules.remove(bossId);
       

    Insert this code


     
    Code: [Select]
                 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

     

    Sitemap