gleynn 0 Posted July 9, 2021 (edited) Hi Team, Can any one help me how to resolve regarding the error message below? map-server.confchar-server.conf Im not sure if this will help, but im using the latest version, just cloned from the latest github a few minutes ago. Edited July 9, 2021 by gleynn Quote Share this post Link to post Share on other sites
0 SinjiPrasetio 3 Posted July 9, 2021 you don't need to edit char-server.conf map-server.conf just comment it to map-server.conf // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //char_ip: "127.0.0.1" // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: "127.0.0.1" // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //map_ip: "127.0.0.1" // Map Server Port map_port: 5121 and char-server.conf // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //login_ip: "127.0.0.1" // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: "127.0.0.1" // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //char_ip: "127.0.0.1" // Character Server Port char_port: 6121 you shouldn't edit the ip unless you familiar with multi map server settings. If you just want to run at local, no editing at these ip settings need to be done. Quote Share this post Link to post Share on other sites
Hi Team,
Can any one help me how to resolve regarding the error message below?
map-server.confchar-server.conf
Im not sure if this will help, but im using the latest version, just cloned from the latest github a few minutes ago.
Edited by gleynnShare this post
Link to post
Share on other sites