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!

Server Launcher Script

Newbie Spellweaver
Joined
Jun 7, 2006
Messages
9
Reaction score
0
Put this in a text document and save it as Launcher.bat
Code:
@echo off
Title MapleStory Server Launcher
start launch_world.bat
echo Launched world sucsessfully
@ping 127.0.0.1 -n 2 -w 10000 > nul
@ping 127.0.0.1 -n %1% -w 10000 > nul
start launch_login.bat
echo Launched login sucsessfully
@ping 127.0.0.1 -n 2 -w 10000 > nul
@ping 127.0.0.1 -n %1% -w 10000 > nul
start launch_channel.bat
echo Launched channel sucsessfully
@ping 127.0.0.1 -n 2 -w 5000 > nul
@ping 127.0.0.1 -n %1% -w 5000 > nul
msg * Server launched sucsessfully
exit
 
Last edited:
Newbie Spellweaver
Joined
Jun 21, 2008
Messages
72
Reaction score
0
Re: [Release]Wait script

Erh? More Discriptions?
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
35
Reaction score
0
Re: [Release]Wait script

its an all-in-one launcher to start your server with!
which has already been released a couple of times...........
 
Newbie Spellweaver
Joined
Jun 7, 2006
Messages
9
Reaction score
0
Re: [Release]Wait script

oh i coulndt find it o.o
 
Junior Spellweaver
Joined
Jul 28, 2008
Messages
131
Reaction score
0
Re: [Release]Server Launcher Script

Yawn , 2 Have been released already

By me and sparks
 
Newbie Spellweaver
Joined
Jun 7, 2006
Messages
9
Reaction score
0
Re: [Release]Server Launcher Script

oke... i just wanted to post it Y_Y
 
Supreme Arcanarch
Loyal Member
Joined
Jul 21, 2008
Messages
969
Reaction score
1
Re: [Release]Server Launcher Script

Thank you
 
Newbie Spellweaver
Joined
Aug 21, 2008
Messages
67
Reaction score
0
Re: [Release]Server Launcher Script

@echo off
title YourServer: inactive
color 1b
echo YourServer Launcher
echo
echo.
echo Ready to execute, press any key
pause >nul
cls
color 4c
title YourServer: activating 0/3
start /b launch_world.bat
title YourServer: activating 1/3
ping localhost -w 10000 >nul
start /b launch_login.bat >nul
title YourServer: activating 2/3
ping localhost -w 10000 >nul
start /b launch_channel.bat >nul
title MsSoul: activating 3/3
ping localhost -w 10000 >nul
color 2a
title YourServer: Fully Active

This is mine if that dosnt work,

Been released already but still, good job :D
 
Newbie Spellweaver
Joined
Jul 22, 2008
Messages
72
Reaction score
0
Re: [Release]Server Launcher Script

Eh... this thread is considered spam. You can't give him credits for anything here. He did nothing oO
 
Legendary Battlemage
Loyal Member
Joined
Dec 7, 2007
Messages
622
Reaction score
11
Re: [Release]Server Launcher Script

I think sparks realeased one of these
 
Newbie Spellweaver
Joined
Jun 7, 2006
Messages
9
Reaction score
0
Re: [Release]Server Launcher Script

i did do it all myself stfu
 
Mother effin' clouds
Loyal Member
Joined
Apr 13, 2008
Messages
1,533
Reaction score
448
Re: [Release]Server Launcher Script

i've seen loads of these, this is just one of those plain spam. Thanks, no thanks!
 
Experienced Elementalist
Joined
Jul 8, 2008
Messages
246
Reaction score
0
Re: [Release]Server Launcher Script

its funny coz this doesnt work properly
 
Back
Top