need a batch or something

Status
Not open for further replies.
here this should help you restart the server when it crashes:

@echo off
:end
worldserver.exe
echo.
echo.
echo World server crashed! restarting in 15 seconds!
PING -n 15 127.0.0.1 >nul
goto end
just copy this text in notepad and save as world.bat in the root directory of your server files.

Hope this helps...
 
Status
Not open for further replies.
Back