Annotation processing got disabled, since it requires a 1.6 compliant JVM
WTF is that here is my gameserver
@echo off
title aCis gameserver console
:start
REM -------------------------------------
REM Default parameters for a basic server.
java -Xmx512m -cp ./libs/*; net.sf.l2j.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin have restarted, please wait.
echo.
goto start
:error
echo.
echo Server have terminated abnormaly.
echo.
:end
echo.
echo Server terminated.
echo.
pause
Kacker 😂I need this for tracking and fixing errors.
So, what's up with the hacking? You said so many words, I've been waiting for so long, and still nothing 😂. I demand results. While you're nitpicking the syntax, I'm still waiting for my server to get hacked 😂😂😂.
Maybe I should help you with that? 😂
We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX!
Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
In my opinion, if you're looking for completely open-sourced projects where you are able to contribute.
Interlude (aCis): Official Repo
High-Five (Mobius): Official Repo
Both are respectable projects, but Mobius is going to need a lot of tidying up though. If you're looking for guidance on client development, that's a little more complicated so you'd probably be better off learning that side of things once you have a better idea of specifically what you want to do.
Question
ThelwHelpRePaidia
Annotation processing got disabled, since it requires a 1.6 compliant JVM
WTF is that here is my gameserver
6 answers to this question
Recommended Posts