So guys i am trying to add a custom to the server and i am using java.util.log.Logger
now i want to make an exception :
Logger.error("Error: could not update database: ", e);
so the Logger.error is not defiened for this type of logger anybody knows what type should i use to make an exception? I have been googling and things like Logger.fatal don't work aswell
And one more question i had this LOGGER.info( "Error updating name for player " + player.getName() + ". Error: " + e); which did not work
and i changed it to this Logger.getLogger("Info").info( "Error updating name for player " + player.getName() + ". Error: " + e); is this ok and will it work i mean the error is gone but does it have the same function?
If you need pictures tell me and i will then edit the post with pictures i hope you can understand what i mean :P
Hello, i have a quesion and i want a specific solution. How i can make for me as admin/gm, to make unlimited time of buffs? What code i have to type and in what class. Thank you all !
So sad
Trojan:Win32/Tiggre!rfn
Date:2025/7/27 01:55 AM
Details:This program is very dangerous and will execute commands from the attacker.
containerfile: C:\Users\maxcheaters\Desktop\Patch_system_c2_485.7z
file: C:\Users\damay\Desktop\Patch_system_c2_485.7z->system/l2.ini.dll
WWW.L2MADPVP.COM
SERVER INFORMATION & RATES
» Chronicle: Interlude
» Type: PVP Server
» Main Town: Giran
» Instant: Lv 80
» Exp/SP: x1200
» Drop: Custom
» Epic RB Jewel Drop: x1 (Most Damage)
» Safe Enchant: +3
» Max Blessed Enchant: +14
» Max Crystal Enchant: +16
» Normal Scroll Chance: 65% (+0 to +14)
» Blessed Scroll Chance: 100% (+0 to +14)
» Crystal Scroll Chance: 50% (+14 to +16) | Fail = Same enchant
» Custom Scroll Chance: 100% (+0 to +16)
» Custom Scroll Chance: 95% (+16 to +17)
» Custom Scroll Chance: 90% (+17 to +18)
» Custom Scroll Chance: 85% (+18 to +19)
» Custom Scroll Chance: 80% (+19 to +20)
If you enchantment fails, it will remain at your previous enchant.
Example: If you enchant from +19 to +20 and it fails, it will become +19
» Max Augment Skills: 1 Active + 1 Passive
Question
HyperActive
So guys i am trying to add a custom to the server and i am using java.util.log.Logger
now i want to make an exception :
Logger.error("Error: could not update database: ", e);
so the Logger.error is not defiened for this type of logger anybody knows what type should i use to make an exception? I have been googling and things like Logger.fatal don't work aswell
And one more question i had this LOGGER.info( "Error updating name for player " + player.getName() + ". Error: " + e); which did not work
and i changed it to this Logger.getLogger("Info").info( "Error updating name for player " + player.getName() + ". Error: " + e); is this ok and will it work i mean the error is gone but does it have the same function?
If you need pictures tell me and i will then edit the post with pictures i hope you can understand what i mean :P
3 answers to this question
Recommended Posts