Forums WoW Modding Resources Tools [Archive] [Release]Another Ascent Restarter

[Archive] [Release]Another Ascent Restarter

[Archive] [Release]Another Ascent Restarter

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#1
Archived author: alek900 • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: 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 [Image: redface.gif].

Ascent restarter made with autoit.

The goal of the restart is to be as simple and userfriendly as possible.

Download Here

Updates:

Fixed the problem when not using the restart to start the server.forgot to remove som debuging stuff.options to make the restarter startup with windows, only the restarter not ascent and/or logonBetter auto-announce, it will no longer interupt you while its doing its thingit will check for voicechat.exe and a button to allow it to restart that one to.Updates 24/11:Better Log System, will not create a new log if you have the restarter runing for more then a day.It will now try and restarter for 30sec instead of just 3sec befor showing a error.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:

Disable error reporting.Start the program.(Maybe Select the ascent folder)Press the start buttons [Image: smile.png]

No fancy configuration needed

When you press stop it will not shutdown the server,

it will only stop restarting.

[Image: capturerx0.png]

[Image: capturenz0.png]

For windows only, im working on one made in python that will be cross platform [Image: smile.png] but im still new to python [Image: tongue.gif] so its gonna take a while.
rektbyfaith
11-04-2025, 12:46 PM #1

Archived author: alek900 • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: 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 [Image: redface.gif].

Ascent restarter made with autoit.

The goal of the restart is to be as simple and userfriendly as possible.

Download Here

Updates:

Fixed the problem when not using the restart to start the server.forgot to remove som debuging stuff.options to make the restarter startup with windows, only the restarter not ascent and/or logonBetter auto-announce, it will no longer interupt you while its doing its thingit will check for voicechat.exe and a button to allow it to restart that one to.Updates 24/11:Better Log System, will not create a new log if you have the restarter runing for more then a day.It will now try and restarter for 30sec instead of just 3sec befor showing a error.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:

Disable error reporting.Start the program.(Maybe Select the ascent folder)Press the start buttons [Image: smile.png]

No fancy configuration needed

When you press stop it will not shutdown the server,

it will only stop restarting.

[Image: capturerx0.png]

[Image: capturenz0.png]

For windows only, im working on one made in python that will be cross platform [Image: smile.png] but im still new to python [Image: tongue.gif] so its gonna take a while.

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#2
Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Nice man, I love this restarter
rektbyfaith
11-04-2025, 12:46 PM #2

Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Nice man, I love this restarter

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#3
Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Can you by-chance tell me how you made this? What tutorial you took or anything...
rektbyfaith
11-04-2025, 12:46 PM #3

Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source

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

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#4
Archived author: iccy • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: awesome +Rep
rektbyfaith
11-04-2025, 12:46 PM #4

Archived author: iccy • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: awesome +Rep

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#5
Archived author: alek900 • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Originally Posted by kingofbeast
[Image: lastpost-right.svg]

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
rektbyfaith
11-04-2025, 12:46 PM #5

Archived author: alek900 • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Originally Posted by kingofbeast
[Image: lastpost-right.svg]

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

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#6
Archived author: ddinek • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: THX !!!! its realy GOOOD
rektbyfaith
11-04-2025, 12:46 PM #6

Archived author: ddinek • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: THX !!!! its realy GOOOD

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#7
Archived author: leetness101 • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Very awesome good job!
rektbyfaith
11-04-2025, 12:46 PM #7

Archived author: leetness101 • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Very awesome good job!

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#8
Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Originally Posted by alek900
[Image: lastpost-right.svg]

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
rektbyfaith
11-04-2025, 12:46 PM #8

Archived author: The Kingofbeast • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Originally Posted by alek900
[Image: lastpost-right.svg]

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

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#9
Archived author: chanceless • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Very nice! I will most certain use this, thanks! +Rep Tongue.
rektbyfaith
11-04-2025, 12:46 PM #9

Archived author: chanceless • Posted: 2025-11-04T13:46:12.271870
Original source

Quote: Very nice! I will most certain use this, thanks! +Rep Tongue.

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)