KderD64 Posted May 3, 2013 Posted May 3, 2013 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.
HeadHunter Posted May 27, 2013 Posted May 27, 2013 Thanks for share mate!Can you tell us for what chronicle is it?Only for IL or and for others?
`iAndre Posted May 27, 2013 Posted May 27, 2013 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 ..
xdem Posted May 28, 2013 Posted May 28, 2013 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
Intrepid Posted May 31, 2013 Posted May 31, 2013 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 :)
xdem Posted May 31, 2013 Posted May 31, 2013 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
Intrepid Posted May 31, 2013 Posted May 31, 2013 On server startup, make the connection and get the values, then using System.currentTimeMilis(); you calculate the remaining time, simple and easy ;D true
SweeTs Posted August 26, 2013 Posted August 26, 2013 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
raF Posted January 21, 2015 Posted January 21, 2015 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
SweeTs Posted January 21, 2015 Posted January 21, 2015 Use StringBuilder instead of TextBuilder and drop the unused import ctrl+shift+o
raF Posted January 21, 2015 Posted January 21, 2015 I used the already fixed NPC from Poivs, thank you too man. U rock !
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now