Jump to content

Recommended Posts

Posted

Grandboss Status Manager for aCis pack used in L2Versuvio server. I share it so people can enjoy it and modify it at their free will, if you like it don't forget to give credits + karma. Hope you will enjoy this share.

 

grandboss.png

 

download.png

  • 4 weeks later...
Posted

Thanks for sharing. I really like the htmls.

Thanks for share mate!Can you tell us for what chronicle is it?Only for IL or and for others?

Off topic:IT's aCis dude so it's for interlude. You have to addapt it if u want it for other chronicle ..

Posted

long delay = GrandBossManager.getStatsSet(boss).getLong("respawn_time");

 

8 DB connection per HTML send :not bad: at all, if sm1 doubleclicks or triple clicks the npc you got 24 db connections in 1 second NOT BAD, imagine now 100 or more clicks GG WP NICE CODE.

And the results? still low...

 

PS: You could make it with a scheduler to load from db every x seconds, not on html request as you did

 

This share definetly needs junk if Im right

 


 

Seems legit bro.

 

doesn't seem so, to me at least

Posted

long delay = GrandBossManager.getStatsSet(boss).getLong("respawn_time");

 

8 DB connection per HTML send :not bad: at all, if sm1 doubleclicks or triple clicks the npc you got 24 db connections in 1 second NOT BAD, imagine now 100 or more clicks GG WP NICE CODE.

And the results? still low...

 

PS: You could make it with a scheduler to load from db every x seconds, not on html request as you did

 

This share definetly needs junk if Im right

 


 

doesn't seem so, to me at least

 

yeah you are right this can be flooded to fck :D

 

just a tip Kder...on 1st talk save the data into any kind of container you see fit(likely any List) and just reuse this data in the npc, also add listener methods to the boss managers so when the specific boss dies out the npc auto refreshes the html :)

Posted

yeah you are right this can be flooded to fck :D

 

just a tip Kder...on 1st talk save the data into any kind of container you see fit(likely any List) and just reuse this data in the npc, also add listener methods to the boss managers so when the specific boss dies out the npc auto refreshes the html :)

 

On server startup, make the connection and get the values, then using System.currentTimeMilis(); you calculate the remaining time, simple and easy ;D

Posted

On server startup, make the connection and get the values, then using System.currentTimeMilis(); you calculate the remaining time, simple and easy ;D

 

true

  • 2 months later...
Posted

No link?

 

Here you go http://www.mediafire.com/?tl75xyt8yyjnbzr

 

There is a link, but he used the link with an image which was hosted on his website, while his website is suspended now, so the image with link isn't displayed :D

  • 1 year later...
Posted

I get this error:

 

1. ERROR in \BossRespawn.java (at line 18)
        import javolution.text.TextBuilder;
               ^^^^^^^^^^
The import javolution cannot be resolved
----------
2. ERROR in \BossRespawn.java (at line 53)
        TextBuilder tb = new TextBuilder();
        ^^^^^^^^^^^
TextBuilder cannot be resolved to a type
----------
3. ERROR in \BossRespawn.java (at line 53)
        TextBuilder tb = new TextBuilder();
                             ^^^^^^^^^^^
TextBuilder cannot be resolved to a type
----------
3 problems (3 errors)The import javolution cannot be resolved
TextBuilder cannot be resolved to a type
TextBuilder cannot be resolved to a type
Failed executing script: C:\Users\Server\Desktop\l2Server\gameserver\.\data\scripts\custom\BossRespawn\BossRespawn.java. See BossRespawn.java.error.log for details.
 
Log file:
 
Error on: C:\Users\Server\Desktop\l2Server\gameserver\data\scripts\custom\BossRespawn\BossRespawn.java.error.log
Line: -1 - Column: -1
 
compilation failed

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


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