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. Quote
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? Quote
`iAndre Posted May 27, 2013 Posted May 27, 2013 Thanks for sharing. I really like the htmls. On 5/27/2013 at 9:07 AM, HeadHunter said: 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 .. Quote
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 On 5/27/2013 at 10:09 PM, QQrofl said: Seems legit bro. doesn't seem so, to me at least Quote
Intrepid Posted May 31, 2013 Posted May 31, 2013 On 5/28/2013 at 12:01 AM, xdem said: 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 :) Quote
xdem Posted May 31, 2013 Posted May 31, 2013 On 5/31/2013 at 6:04 PM, Intrepid said: 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 Quote
Intrepid Posted May 31, 2013 Posted May 31, 2013 On 5/31/2013 at 6:20 PM, xdem said: On server startup, make the connection and get the values, then using System.currentTimeMilis(); you calculate the remaining time, simple and easy ;D true Quote
SweeTs Posted August 26, 2013 Posted August 26, 2013 On 8/26/2013 at 2:34 PM, retejas said: 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 Quote
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 Quote
SweeTs Posted January 21, 2015 Posted January 21, 2015 Use StringBuilder instead of TextBuilder and drop the unused import ctrl+shift+o Quote
raF Posted January 21, 2015 Posted January 21, 2015 I used the already fixed NPC from Poivs, thank you too man. U rock ! Quote
Recommended Posts
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.