diff --git a/client.jar b/client.jar index a49a94b..888a6a5 100644 Binary files a/client.jar and b/client.jar differ diff --git a/config.json b/config.json index cfb9e0e..8e5ab86 100644 Binary files a/config.json and b/config.json differ diff --git a/ms.jar b/ms.jar index 810bf3c..cf1def6 100644 Binary files a/ms.jar and b/ms.jar differ diff --git a/run-windows.cmd b/run-windows.cmd index b1c9ef8..9306953 100644 --- a/run-windows.cmd +++ b/run-windows.cmd @@ -62,7 +62,7 @@ exit :run cls cd %database% -start /b "" %mariadbpath%mysqld.exe --console --skip-grant-tables --lc-messages-dir="%CD%\share\english" --datadir="%CD%\data" +start /b "Database" %mariadbpath%mysqld.exe --console --skip-grant-tables --lc-messages-dir="%CD%\share\english" --datadir="%CD%\data" PING localhost -n 6 >NUL cls @@ -70,12 +70,12 @@ echo: echo Starting 2009scape. echo: cd %home% -start /b "" java -Xms1024m -Xmx1024m -jar ms.jar +start /b "Management Server" java -Xms1024m -Xmx1024m -jar ms.jar PING localhost -n 3 >NUL echo "Starting server-------------------------" -start /b "" java -Xms1024m -Xmx1024m -cp server.jar core.Server %home%\worldprops\default.json +start "Server - Press CTRL+C to close correctly" java -Xms1024m -Xmx1024m -cp server.jar core.Server %home%\worldprops\default.json PING localhost -n 10 >NUL echo "Starting client-------------------------" diff --git a/server.jar b/server.jar index f4d8aab..475c203 100644 Binary files a/server.jar and b/server.jar differ diff --git a/worldprops/default.json b/worldprops/default.json index 52d8bae..f26ed33 100644 Binary files a/worldprops/default.json and b/worldprops/default.json differ