MMOCoin

Likes Likes:  0
Results 1 to 2 of 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382

    [Useful] Server Auto start after crash

    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
    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
    World
    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





  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    20
    Reputation
    188
    Isn't this in the arcemu src?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •