Jump to content
  • 0

Rb Spawn Announcement L2Acis


davi1993

Question

3 answers to this question

Recommended Posts

  • 0
+import net.sf.l2j.gameserver.util.Broadcast;

_log.info("RaidBoss: " + raidboss.getName() + " has spawned.");
+Broadcast.announceToOnlinePlayers(raidboss.getName() + ": Im alive!! who try to kill me???" , true);
.....
.....
.....
+Broadcast.announceToOnlinePlayers(boss.getName() + ": Im dead... I will be back after " +respawnDelay+ " hours."  , true);
_schedules.put(boss.getNpcId(), ThreadPoolManager.getInstance().scheduleGeneral(new spawnSchedule(boss.getNpcId()), respawnDelay * 3600000));

from me server.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...