Jump to content

Recommended Posts

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

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!");

        }

    }

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

i dont see this

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

 

                _bosses.put(bossId, raidboss);

                _schedules.remove(bossId);

i have epilogue server

Posted

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.

  • 6 months later...
Posted

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

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...