Graphical user interface.

This commit is contained in:
MobiusDev
2018-05-03 01:16:06 +00:00
parent 880fa75439
commit f52d368ef2
172 changed files with 13480 additions and 937 deletions

View File

@@ -1,30 +0,0 @@
@set /p parameters=<java.cfg
@echo off
title L2J Mobius - Game Server Console
:start
echo Starting Game Server.
echo.
java %parameters% -jar ../libs/GameServer.jar
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restarted Game Server.
echo.
goto start
:error
echo.
echo Game Server Terminated Abnormally!
echo.
:end
echo.
echo Game Server Terminated.
echo.
pause

Binary file not shown.

View File

@@ -1,30 +0,0 @@
@set /p parameters=<java.cfg
@echo off
title L2J Mobius - Login Server Console
:start
echo Starting Login Server.
echo.
java %parameters% -jar ../libs/LoginServer.jar
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restarted Login Server.
echo.
goto start
:error
echo.
echo Login Server terminated abnormally!
echo.
:end
echo.
echo Login Server Terminated.
echo.
pause

Binary file not shown.