PDA

View Full Version : [Useful] Server Auto start after crash



Wise
02-03-10, 12:13 AM
I've found a useful bat file that will help you auto restart you logonserver and you world server. Make 2 new notepad files and copy these codes. Save them both as a ".bat" heres the codes


Logonserver

@ECHO OFF
CLS
ECHO WoW Server Started %time:~0,5% %date:~1%
:SERVERLOOP
arcemu-logonserver.exe
ECHO Ascent Restarted %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END


World

@ECHO OFF
CLS
ECHO ArcEmu WoW Server Started %time:~0,5% %date:~1%
:SERVERLOOP
arcemu-world.exe
ECHO ArcEmu Restarted %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END

StickyIcky
02-03-10, 12:06 PM
Isn't this in the arcemu src?