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] MUEngine Season 6 Episode 3 FREE Repack

Initiate Mage
Joined
Jan 24, 2013
Messages
77
Reaction score
2
Please Help, how i add the correct "links" to startup the server?

i need add in [BoR]ServerStartUp.exe to turn on the server. Help¡??
 
Experienced Elementalist
Joined
Feb 5, 2009
Messages
225
Reaction score
173
<?xml version="1.0" encoding="utf-8"?>
<Processes>
<Process Run="True" Delay="1000" Path="E:\Server\DataServer\DataServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\DataServer2\DataServer2.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\ConnectServer\ConnectServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\eDS\eDS.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\EventServer\EventServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\ExDB\ExDB.exe" Parameters="127.0.0.1" />
<Process Run="True" Delay="1000" Path="E:\Server\ChatServer\ChatServer.exe" Parameters="127.0.0.1" />
<Process Run="True" Delay="1000" Path="E:\Server\JoinServer\JoinServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\RankingServer\RankingServer.exe" Parameters="" />
</Processes>

Anyone can solve gs error?: error character data send fail?
 
Initiate Mage
Joined
Jan 24, 2013
Messages
77
Reaction score
2
HOW I TURN ON THE SERVER? IN [BoR]ServerStartUp.exe ONLY SHOW ME 3 LINKS
 
Joined
Oct 2, 2006
Messages
1,562
Reaction score
372
HOW I TURN ON THE SERVER? IN [BoR]ServerStartUp.exe ONLY SHOW ME 3 LINKS

<?xml version="1.0" encoding="utf-8"?>
<Processes>
<Process Run="True" Delay="1000" Path="E:\Server\DataServer\DataServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\DataServer2\DataServer2.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\ConnectServer\ConnectServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\eDS\eDS.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\EventServer\EventServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\ExDB\ExDB.exe" Parameters="127.0.0.1" />
<Process Run="True" Delay="1000" Path="E:\Server\ChatServer\ChatServer.exe" Parameters="127.0.0.1" />
<Process Run="True" Delay="1000" Path="E:\Server\JoinServer\JoinServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\RankingServer\RankingServer.exe" Parameters="" />
</Processes>

change E:\Server to your folder of MUOnline
 
Initiate Mage
Joined
Jan 3, 2014
Messages
2
Reaction score
1
Anyone successfully restored DB? Could you back up your DB here because I got some problem with running SQL Script :(
 
Initiate Mage
Joined
Jan 24, 2013
Messages
77
Reaction score
2
<?xml version="1.0" encoding="utf-8"?>
<Processes>
<Process Run="True" Delay="1000" Path="E:\Server\DataServer\DataServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\DataServer2\DataServer2.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\ConnectServer\ConnectServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\eDS\eDS.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\EventServer\EventServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\ExDB\ExDB.exe" Parameters="127.0.0.1" />
<Process Run="True" Delay="1000" Path="E:\Server\ChatServer\ChatServer.exe" Parameters="127.0.0.1" />
<Process Run="True" Delay="1000" Path="E:\Server\JoinServer\JoinServer.exe" Parameters="" />
<Process Run="True" Delay="1000" Path="E:\Server\RankingServer\RankingServer.exe" Parameters="" />
</Processes>

change E:\Server to your folder of MUOnline


i cant, the file " bor_startup.xml" read only and i cant edit it.
Can you upload all StartUp Folder? please! with the fix
 
Initiate Mage
Joined
Mar 9, 2011
Messages
51
Reaction score
7
i cant, the file " bor_startup.xml" read only and i cant edit it.
Can you upload all StartUp Folder? please! with the fix
Hope it will help you
 
Initiate Mage
Joined
Oct 1, 2005
Messages
46
Reaction score
2
Can't warp to Barracks, Vally of Loren, crywolf error Destination server is Full
 
Last edited:
Initiate Mage
Joined
Mar 17, 2013
Messages
9
Reaction score
0
03:54:38 connect : [10006][89.28.18.100]
03:54:46 join send : (10006)123456
[PCBangPointSystem][User Connect] [123456] - 89.28.18.100
03:54:46 Login (89.28.18.141): (123456) Number: 6 / DB: 1
error : FreeLine Character data setting fail
Connection Closed, dwIoSize == 0 (Index:10006)
03:54:50 (10006)logout-send : 123456 [89.28.18.100]
03:54:50 (10006)logout : [89.28.18.100

]help to solve the error
 
Back
Top