Jump to content
  • 0

Raidboss Manager With Time Of Death


raF

Question

Hello guys, I am looking for a raidboss manager which shows the death time of the raid boss. All shared are showing the estimate time of spawning. It would be enough even if u give me only the line for time of death.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

There is nothing like stored death timer, you have to implement your own long _deathTimer variable, and feed it with System.currentTimeInMillis() on L2RaidBossInstance.doDie.

 

If you want it to be stored on server shutdown, you should better do it using RaidBossSpawnManager (forget primary idea), which means you edit given datatable, queries, etc.

Link to comment
Share on other sites

  • 0

What if a make a new collum in RB_Spawnlist where time of death will be saved on "onKill" method and after that loaded by a new instance.

That's basically my second idea, except the "new instance" thing which I didn't understand. It's loaded on server start from RaidBossManager like other variables.

Edited by Tryskell
Link to comment
Share on other sites

  • 0

With Instance i mean the NPC which will show the info. If I am right i have to do the following:

 

1. Create a new column in DB.

2. Create a task in L2RaidBossInstance.java / onDie method /  which saves TOD.

3. Create the instance which will load and show the information.

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