lack of data on inter-server.conf

Slowpoker

New member
Messages
39
Points
0
So i downloaded today hercules and i found on inter-server.conf a lack of data about the sql data. If you make the download you will not find the liners.

sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: root
sql.db_password: vertrigo
sql.db_database: ragnarok
sql.codepage:

// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: root
char_server_pw: vertrigo
char_server_db: ragnarok

// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: root
map_server_pw: vertrigo
map_server_db: ragnarok

// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: vertrigo
log_db_db: ragnaroklog
log_codepage:
log_login_db: loginlog

View attachment inter-server.conf

 
Last edited by a moderator:
By default, all servers use the same SQL configuration. To have a different SQL configuration for login/char/map, you can make more sql_connection.conf files and change the file paths in the @import directives.

To configure the log system, you need to edit conf/map/logs.conf

 
Last edited by a moderator:
Back
Top