2 server in 1 host

jaiko23

New member
Messages
94
Points
0
hi, can anyone tell me how to do this? its like having 2 server in my game, its for testing purposes, like testing out new custom item, where i can freely reloadscript so i wont bother my players... sorry for posting it here, im not sure if this is where i should post this one

 
Just change the port numbers

Of char-server.conf , login-server and map-server

Example:
Server 1
login_port: 6900
char_port: 6121
map_port: 5121

Server 2
login_port: 7900
char_port: 7121
map_port: 7121

Hope this help /no1
 

 
Last edited by a moderator:
Back
Top