Jump to content

[Guide] Announcement spawn Raid boss.


Recommended Posts

  • 2 weeks later...
  • 2 weeks later...

I have something wrong ?

 

                GmListTable.broadcastMessageToGMs("Spawning Raid Boss " + raidboss.getName());

 

                _bosses.put(bossId, raidboss);

            }

 

            _schedules.remove(bossId);

            Announcements _an = Announcements.getInstance();

          _an.announceToAll("RaidBoss : " + raidboss.getName() + " has spawning!");

        }

    }

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...
  • 1 month later...

i dont see this

GmListTable.broadcastMessageToGMs("Spawning Raid Boss " + raidboss.getName());

 

                _bosses.put(bossId, raidboss);

                _schedules.remove(bossId);

i have epilogue server

Link to comment
Share on other sites

see after line 170 to 178

 

_storedInfo.put(bossId, info);

			_log.info("Spawning Raid Boss " + raidboss.getName());

			_bosses.put(bossId, raidboss);
		}

		_schedules.remove(bossId);

 

add code after it.

Link to comment
Share on other sites

  • 6 months later...

im trying to add the code at l2jserver epilogue pack but i get this error.

 

Announcements _an = Announcements.getInstance();

              _an.announceToAll("RaidBoss : " + raidboss.getName() + " has spawning!");

 

 

Announcements cannot be resilved to a type

 

help me bro i d like to add this to my server

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...