[Release]Another Ascent Restarter menu

User Tag List

Results 1 to 9 of 9
  1. #1
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release]Another Ascent Restarter

    I made a antrix restater about a 1/2 year ago, my goal was to creat a restarter
    that was easy to use and had some usfull features other then restarting the server, at the time the only scripting language i knew well enought was autotit .
    Ascent restarter made with autoit.
    The goal of the restart is to be as simple and userfriendly as possible.

    Download Here

    Updates:
    1. Fixed the problem when not using the restart to start the server.
    2. forgot to remove som debuging stuff.
    3. options to make the restarter startup with windows, only the restarter not ascent and/or logon
    4. Better auto-announce, it will no longer interupt you while its doing its thing
    5. it will check for voicechat.exe and a button to allow it to restart that one to.
    6. Updates 24/11:
    7. Better Log System, will not create a new log if you have the restarter runing for more then a day.
    8. It will now try and restarter for 30sec instead of just 3sec befor showing a error.
    9. Saves the logs and the config file in a new folder called data (Logs in data/logs and will move the old config file)


    how to use:
    1. Disable error reporting.
    2. Start the program.
    3. (Maybe Select the ascent folder)
    4. Press the start buttons

    No fancy configuration needed

    When you press stop it will not shutdown the server,
    it will only stop restarting.



    For windows only, im working on one made in python that will be cross platform but im still new to python so its gonna take a while.
    Last edited by alek900; 12-23-2007 at 09:49 AM.

    [Release]Another Ascent Restarter
  2. #2
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Release]Another Ascent Restarter

    Nice man, I love this restarter

  3. #3
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Release]Another Ascent Restarter

    Can you by-chance tell me how you made this? What tutorial you took or anything...

  4. #4
    iccy's Avatar Member
    Reputation
    44
    Join Date
    Jul 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Release]Another Ascent Restarter

    awesome +Rep

  5. #5
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Release]Another Ascent Restarter

    Originally Posted by kingofbeast View Post
    Can you by-chance tell me how you made this? What tutorial you took or anything...
    why are you asking??

    How it started:
    this was somewhat like the first version.
    Code:
    While 1
    	If Not WinExists(@ScriptDir & "/Ascent.exe") Then
    		Run(@ScriptDir & "/Ascent.exe")
    		Do
    			Sleep(1)
    		Until WinExists(@ScriptDir & "/Ascent.exe")
    	ElseIf Not WinExists(@ScriptDir & "/Logonserver.exe") Then
    		Run(@ScriptDir & "/Logonserver.exe")
    		Do
    			Sleep(1)
    		Until WinExists(@ScriptDir & "/Logonserver.exe")
    	EndIf
    WEnd
    Last edited by alek900; 11-24-2007 at 01:32 PM.

  6. #6
    ddinek's Avatar Member
    Reputation
    27
    Join Date
    May 2007
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Release]Another Ascent Restarter

    THX !!!! its realy GOOOD

  7. #7
    leetness101's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Release]Another Ascent Restarter

    Very awesome good job!

  8. #8
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alek900 View Post
    why are you asking??

    How it started:
    this was somewhat like the first version.
    Code:
    While 1
        If Not WinExists(@ScriptDir & "/Ascent.exe") Then
            Run(@ScriptDir & "/Ascent.exe")
            Do
                Sleep(1)
            Until WinExists(@ScriptDir & "/Ascent.exe")
        ElseIf Not WinExists(@ScriptDir & "/Logonserver.exe") Then
            Run(@ScriptDir & "/Logonserver.exe")
            Do
                Sleep(1)
            Until WinExists(@ScriptDir & "/Logonserver.exe")
        EndIf
    WEnd
    I've just been wanting to make my own restarter for a LONG time

  9. #9
    chanceless's Avatar Member
    Reputation
    25
    Join Date
    Feb 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice! I will most certain use this, thanks! +Rep :P.
    https://dreamforce.sytes.net


Similar Threads

  1. [Release] Wintchmans Ascent Repack 2
    By Wintchman11 in forum World of Warcraft Emulator Servers
    Replies: 60
    Last Post: 01-03-2008, 03:14 PM
  2. [Release] New Ascent + Christmas Book 1
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 38
    Last Post: 12-30-2007, 05:24 AM
  3. [Release]Ascent Restarter 1.0
    By Iaccidentallytwink in forum WoW EMU Programs
    Replies: 3
    Last Post: 12-16-2007, 12:38 AM
  4. [Release] Rulebook (Ascent)
    By Cursed in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 12-07-2007, 11:18 AM
  5. [Release] Kanqaz Ascent Repack I
    By kanqaz in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 12-06-2007, 12:43 AM
All times are GMT -5. The time now is 06:32 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search