// Information related to inter-server behavior
inter: {
// Server Communication username and password.
userid: "ragnarok1"
passwd: "ragnarok2"
// Login Server IP
// 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
}
sql_connection.conf
sql_connection: {
// [INTER] You can specify the codepage to use in your mySQL tables here.
// (Note that this feature requires MySQL 4.1+)
//default_codepage: ""
// [LOGIN] Is `userid` in account_db case sensitive?
//case_sensitive: false
// For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1.
// Under windows, you want to use 127.0.0.1. If you see a message like
// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
// and you have localhost, switch it to 127.0.0.1
db_hostname: "127.0.0.1"
db_port: 3306
db_username: "root"
db_password: "passtest"
db_database: "ragnarok"
//codepage:""
}
map-server.conf
// Information related to inter-server behavior
inter: {
// Interserver communication passwords, set in the login server database
userid: "ragnarok1"
passwd: "ragnarok2"
// Character Server IP
// 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
}
I need help what is wrong with my configuration. I need pro staff here that can resolve this issue. Thank you very much!
I use clientdate 2015-05-13
I set src/common/mmo.h
clientinfo.xml
Server files is running with No errors/issues
Login Server
Char Server
Map Server
char-server.conf
sql_connection.conf
map-server.conf
I need help what is wrong with my configuration. I need pro staff here that can resolve this issue. Thank you very much!
Edited by Will Su
Share this post
Link to post
Share on other sites