Jump to content
  • 0

Announce Before Spawn Npc (Raidboss, Custom Monsters)


Question

Posted

Hello!

 

My question is:

How to make the announcement in 20 (any time) minutes before the spawning a specified NPC (npcId or RaidBoss)?

WHITOUT SOURCE (Only scripts .java).

 

For exemple:

Announce: The Noblesse Raid Boss will spawn in 20 minutes! Get ready!

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

Without core edit, you have to rely on server getMemos(). If your core doesn't handle getMemos(), or hasn't any control over global type variables (ServerVariable or whatever), you can't do it *properly* for the simple reason you gonna lose all infos on server reload.

 

Whatever, "only script" method isn't clean way to do it.

 

About spawn time, as it is handled internally, you can't retrieve it anyway on onKill.

Edited by Tryskell
Guest
This topic is now closed to further replies.


×
×
  • Create New...