You make 2 Notepad files.
One called "logon restarter" and "world restarter".
logon restarter need this code below:
Code:
@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
The world restarter needs this code below:
Code:
@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
You save each file as a .bat file.
So you now have:
logon restarter.bat
world restarter.bat
Then you place both of those files in your ArcEmu folder where arcemu-world.exe and arcemu-logon.exe is located. Then you just start the two programs by using your two newly created bat files.
What happens is this:
Whenever logon crashes it will restart ½ a sec after until it regains connection.
Whenever world crashes it will restart ½ a sec after until it regains connection.
If they keep going on in an infinite restart loop, then you have to press the CMD window and press Ctrl+C and that will stop the batch job.
I take no credit for the restartes.