Jump to content
  • 0

Acis Respawn Rb


Red-Hair-Shanks

Question

Hello I have one question , one very simple question but I don't know how it works on aCis exactly. How just i can spawn one raid boss (L2RaidBossInstance) and to set it's respawn time 5 hours for example? Does it need any edit in raidboss_spawnlist in database? I am confused thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

RaidBossSpawnManager.updateStatus

final int respawnDelay = boss.getSpawn().getRespawnMinDelay() + Rnd.get(-boss.getSpawn().getRespawnMaxDelay(), boss.getSpawn().getRespawnMaxDelay());
For bosses, it is fed differently than regular spawnlist (understand than regular spawnlist is generated on a different places than raidboss spawnlist)
 
RaidBossSpawnManager.init
spawnDat.setRespawnMinDelay(rset.getInt("spawn_time"));
spawnDat.setRespawnMaxDelay(rset.getInt("random_time"));

using infos from raidboss_spawnlist.

 

Which gives, for 10 spawn_time and 5 random_time = 5-15 (aka 10 +- 5).

Edited by Tryskell
Link to comment
Share on other sites

  • 0

i some times make //spawn x (x id of my custom raid boss) and i kill it (//kill) and then it respawns immediately.. but other times don't. what about it?

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.

Guest
Answer this question...

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock