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.
I am really glad that i chose stinky's services , this guy is definitely skilled !
I ordered a mod for my server and he delivered and exceeded my expectations .
I am definitely recommend him highly enough !
-He is pretty fast
-Cool and easy to communicate
-skilled
So, make me understand one thing, you consider your previous work a crap? Everyone who has payd for l2jmobius subscription since 2018 untill 2024 had access to a crap version of your server and the best is the latest you release in this very moment to your actual subscribers?
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.