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!

Running multiple servers.

Newbie Spellweaver
Joined
Jan 27, 2007
Messages
69
Reaction score
0
SO i finally got a second computer, and am runing a second server on it.

Small problem.

I can change the auth server port, so I can forward it at the router.

The source also uses another port for communication between the auth and game server. I suspect this needs no forwarding.

Problem is the gameserver port is stuck on 5816, with no way to change it.

Okay, so no problem. I recompile and change the port, right?

Not so fast... The client still connects to 5816.

Oh wait, looks like i missed a change in a packet. The authresponse packet directs the client to the game server, and seems to have a port in it (hex b8 16). SO i change that. to (0xb9 0x16) (5017 lsb first) Should fix it, right?

NO dice. client STILL goes to 5816, ignoring the port specified in the authresponse packet.

Is Hamachi the only real answer here???
 
Junior Spellweaver
Joined
Jun 13, 2008
Messages
105
Reaction score
0
Seems like you're using LOTF.

The game port packet is messed up. It needs to be redone to be able to change the port. <3
 
Back
Top