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] MU Server Season 5.5 Full (PerfectZone Server Files) (Beta)

Junior Spellweaver
Joined
Feb 10, 2014
Messages
107
Reaction score
9
ok sorry was long time when do this now i have problem with Falha Inicar game server other works fine but this one have Orange colour rest is blue what can cause the problem ? Only appear Loading 493 message Thx for help!


Fixed was problem with local ip 127.0.0.1 have to use hamachi to test it !
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2018
Messages
45
Reaction score
0
Hi phgkhh, SmileYzn

Can you help explain what is the difference between GameServer and GameServerCS. I see some Mu Servers only need one of them (only one GameServer folder), some need both. So is it good enough to start a server with only GameServer.

Thank you so much for your kindly support.

Regards,
--Taly
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Hi @phgkhh, @SmileYzn

Can you help explain what is the difference between GameServer and GameServerCS. I see some Mu Servers only need one of them (only one GameServer folder), some need both. So is it good enough to start a server with only GameServer.

Thank you so much for your kindly support.

Regards,
--Taly

There is few muonline files type, some of them have GameServer.exe that contains GameServerCS inside, its just mirgate 2 GS into one.
 
Newbie Spellweaver
Joined
Feb 7, 2018
Messages
45
Reaction score
0
There is few muonline files type, some of them have GameServer.exe that contains GameServerCS inside, its just mirgate 2 GS into one.

Hi cMu,

what do you mean 'just migrate 2 GS into one' ?. How can we migrate 2 GS into one?

For example, I see the source Muemu SS6 has only GameServer file type to compile the source code; however the setups (I mean server files) have both GameServer and GameServerCS files type.

So we need only the GameServer to run the server right?

Sorry I'm a newbie.

Thanks,
--Taly
 
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
This server has 2 separated Normal & Castle Siege servers, you should run both since they are very light CPU/RAM consumption.
 
Joined
Nov 4, 2012
Messages
928
Reaction score
545
GameServerCS runs Crywolf, Castle Deep, Castle Siege event and Loren Market map if i am not wrong.
GameServer runs all other events and maps.

If you used only GS in any other project than this season 5, that can be two things:
1. You used a zTeam Version of season 6.3
2. You used a low version that do not have Castle Siege event

You (Me as coder) do not need to migrate, this is a shenanigans, since game do not works in "migrate way"
 
Newbie Spellweaver
Joined
Feb 7, 2018
Messages
45
Reaction score
0
GameServerCS runs Crywolf, Castle Deep, Castle Siege event and Loren Market map if i am not wrong.
GameServer runs all other events and maps.

If you used only GS in any other project than this season 5, that can be two things:
1. You used a zTeam Version of season 6.3
2. You used a low version that do not have Castle Siege event

You (Me as coder) do not need to migrate, this is a shenanigans, since game do not works in "migrate way"

Hi SmileYzn,

I got the idea, thank you for your clear explanation.

Regards,
--Taly
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
Bug found:
- Move to Icarus (with wings)
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
Bug found in ConnectServer (can't change TCP port)



Thanks!
 
Joined
Nov 4, 2012
Messages
928
Reaction score
545
@slipkorn13

Try this correct settings file

Code:
[ConnectServerInfo]
PortTCP 	= 44405		; [44405] Porta de entrada TCP				
PortUDP 	= 55557		; [55557] Porta de comunicação com o GameServer UDP
MaxIpConnection = 5		; [0~999] Máximo de conexões por IP
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
Fixed now, thanks

Code:
[ConnectServer] // [COLOR="#FF0000"]<<<<< fixed[/COLOR]
PortTCP 	= 44405		; [44405] Porta de entrada TCP				
PortUDP 	= 55557		; [55557] Porta de comunicação com o GameServer UDP
MaxIpConnection = 5		; [0~999] Máximo de conexões por IP
 
Back
Top