Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release ]A3 Server Starter

Status
Not open for further replies.
Super-Moderator
Staff member
Super-Moderator
Joined
Apr 3, 2009
Messages
2,804
Reaction score
1,465
Ever got tired of having to scramble through the files to start your A3 server? Well not anymore. I whipped up a simple bat file that allows you to choose from the list and start them 1 by 1.

It can come in handy for people that don't like tedious work.

Download:


Virus Scan:
PHP:
Malwarebytes' Anti-Malware 1.51.1.1800
www.malwarebytes.org

Database version: 7035

Windows 6.0.6002 Service Pack 2
Internet Explorer 9.0.8112.16421

9/25/2011 8:01:12 PM
mbam-log-2011-09-25 (20-01-12).txt

Scan type: Quick scan
Objects scanned: 1
Time elapsed: 6 second(s)

Memory Processes Infected: 0
Memory Modules Infected: 0
Registry Keys Infected: 0
Registry Values Infected: 0
Registry Data Items Infected: 0
Folders Infected: 0
Files Infected: 0

Memory Processes Infected:
(No malicious items detected)

Memory Modules Infected:
(No malicious items detected)

Registry Keys Infected:
(No malicious items detected)

Registry Values Infected:
(No malicious items detected)

Registry Data Items Infected:
(No malicious items detected)

Folders Infected:
(No malicious items detected)

Files Infected:
(No malicious items detected)

Source:
PHP:
@echo off
cls
:start
echo.
echo 1 - asd_mw_v1.3.21a
echo 2 - newLoginServer
echo 3 - enLoginAgentr (Wait till you get the OK to run, restart if not)
echo 4 - EnZa_v2.0.16a
echo 5 - MainServer
echo 6 - AccountServer
echo 7 - Zoneserver (Takes a while to open)
echo 8 - BattleServer
echo 9 - CenterServer
echo 10 - MWCLDB
echo.
echo.
set /p x=Start in order of 1 - 10: 
IF '%x%' == '%x%' GOTO Item_%x%

:Item_1
start /MIN /D"D:\a3server\0DB_PORT\7770" asd_mw_v1.3.21a.exe
GOTO Start

:Item_2
start /MIN /D"D:\a3server\1LoginServer" newLoginServer.exe
GOTO Start

:Item_3
start /MIN /D"D:\a3server\2Loginagent" enLoginAgentr.exe
GOTO Start

:Item_4
start /MIN /D"D:\a3server\3Zoneagent" EnZa_v2.0.16a.exe
GOTO Start

:Item_5
start /MIN /D"D:\a3server\4mainserver" MainServer.exe
GOTO Start

:Item_6
start /MIN /D"D:\a3server\6accountserver" AccountServer.exe
GOTO Start

:Item_7
start /MIN /D"D:\a3server\7Zoneserver" Zoneserver.exe
GOTO Start

:Item_8
start /MIN /D"D:\a3server\8BattleServer" BattleServer.exe
GOTO Start

:Item_9
start /MIN /D"D:\a3server\9new" CenterServer.exe
GOTO Start

:Item_10
start /MIN /D"D:\a3server\5A3_Util" MWCLDB.exe
GOTO Start
exit

Enjoy and have fun.
And please note that your server files should be in the D:\ drive. And if you need a installer that installs the server files, hex tool, sql 2005 and odbc.reg in the right directories.

Visit here:
http://forum.ragezone.com/f487/a3-219-server-files-misc-783265/#post6566108
 
Goodbye
Loyal Member
Joined
Oct 6, 2009
Messages
965
Reaction score
134
Re: A3 Server Starter

2 more ASD "starts" needed for 8880 , 9990
 
Newbie Spellweaver
Joined
Jun 3, 2011
Messages
14
Reaction score
0
Re: A3 Server Starter

A3 Server Starter v2

Features:

1. Added asd_mw_v1.3.21a file Launch from 8880 and 9990 also!

PHP:
@echo off
cls
:start
echo.A3 Server Starter v2


echo 1 - asd_mw_v1.3.21a (7770)
echo 2 - asd_mw_v1.3.21a (8880)
echo 3 - asd_mw_v1.3.21a (9990)
echo 4 - newLoginServer
echo 5 - enLoginAgentr (Wait till you get the OK to run, restart if not)
echo 6 - EnZa_v2.0.16a
echo 7 - MainServer
echo 8 - AccountServer
echo 9 - Zoneserver (Takes a while to open)
echo 10 - BattleServer
echo 11 - CenterServer
echo 12 - MWCLDB
echo.
echo.
set /p x=Start in order of 1 - 12: 
IF '%x%' == '%x%' GOTO Item_%x%

:Item_1
start /MIN /D"D:\a3server\0DB_PORT\7770" asd_mw_v1.3.21a.exe
GOTO Start

:Item_2
start /MIN /D"D:\a3server\0DB_PORT\8880" asd_mw_v1.3.21a.exe
GOTO Start

:Item_3
start /MIN /D"D:\a3server\0DB_PORT\9990" asd_mw_v1.3.21a.exe
GOTO Start

:Item_4
start /MIN /D"D:\a3server\1LoginServer" newLoginServer.exe
GOTO Start

:Item_5
start /MIN /D"D:\a3server\2Loginagent" enLoginAgentr.exe
GOTO Start

:Item_6
start /MIN /D"D:\a3server\3Zoneagent" EnZa_v2.0.16a.exe
GOTO Start

:Item_7
start /MIN /D"D:\a3server\4mainserver" MainServer.exe
GOTO Start

:Item_8
start /MIN /D"D:\a3server\6accountserver" AccountServer.exe
GOTO Start

:Item_9
start /MIN /D"D:\a3server\7Zoneserver" Zoneserver.exe
GOTO Start

:Item_10
start /MIN /D"D:\a3server\8BattleServer" BattleServer.exe
GOTO Start

:Item_11
start /MIN /D"D:\a3server\9new" CenterServer.exe
GOTO Start

:Item_12
start /MIN /D"D:\a3server\5A3_Util" MWCLDB.exe
GOTO Start
exit

Download Here :
Code:
http://www.mediafire.com/?vcm07c0y0obg4yl

Thanks to RetroX for his Initial Code. ( I Just Modded It :rolleyes: )
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top