
Originally Posted by
James Green
Ok, well now the server is running. What should I put in the client as ports though? Match server runs on 6000 so should I put 6000 for the client?
Well, first I hope you configured your MatchServer as it's in dbo.ServerStatus:
Code:
ServerID= 1
CurrPlayer= 0
MaxPlayer= 500
Time= 0:00:00
IP= VPS IP
Port= 6000
ServerName= MatchServer1
Opened= 1
Type=4
// or whatever you did should be the same as server side
in client side you only have to edit system.xml in system.mrs (of course after decompile it), you need to replace all the IPs with your VPS IP, and that's it.