Auto Restarter - TrinityCore [Simple]

ExO

Admin
5,094
2014
1,454
This is just a simple Auto Restarter for TrinityCore (and other cores),

Step one:
Make a notepad on your desktop - you can name it anything you want.

Step two:
Open it up with notepad ++ by right clicking on it and hit open with notepad ++, After that is done moving on to the code part.


Step three:
Copy / paste this code listed below into the note pad or note pad++ or any editor you use.

Trinity Core Restarter

@ECHO OFF
CLS
ECHO Server Restart Started %time:~0,5% %date:~1%
:SERVERLOOP
worldserver.exe
ECHO Server Restart %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END



Step Four: Saving
After you got it copy / paste now you will need to save it, but don't just hit save now. You will need to hit save as, then go down the list until you see .bat and pick that and then hit save to desktop or where ever you want to.

And you are done just place the re-starter in your trinity core folder and click on it and it will log up.

-- Do you occur "Worldserver has stopped working error" and therefor not working?
Get a fix here!:

http://www.emucoach.com/showthread.php?270-Worldserver-has-stopped-working-crash-FIX
 
Top