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.
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
scraw
Hello there.. i have a java problem..
I try to insert an AUTO-RESTART CODE ,everything was alright untill now.im my config it gives error to a code here it is
public static void loadCustomConfig()
{
final String BYEXCALIBUR = FService.EXCALIBUR_FILE;
try
{
Properties CustomSettings = new Properties();
HERE~> InputStream is = new FileInputStream(new File(BYEXCALIBUR));
CustomSettings.load(is);
is.close();
RESTART_BY_TIME_OF_DAY = Boolean.parseBoolean(CustomSettings.getProperty("EnableRestartSystem", "false"));
RESTART_SECONDS = Integer.parseInt(CustomSettings.getProperty("RestartSeconds", "360"));
RESTART_INTERVAL_BY_TIME_OF_DAY = CustomSettings.getProperty("RestartByTimeOfDay", "20:00").split(",");
{
HERE~> e.printStackTrace();
throw new Error("Failed to Load " + BYEXCALIBUR + " File.") ; <~HERE
}
i found the code here :
https://pastebin.com/T2j9dagL
I Use l2jfrozen as well but rev 1132.
13 answers to this question
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.