waaa123 Posted May 25, 2014 Posted May 25, 2014 can somebody give me a guide on how to make my own Ragnarok Private Server??? thx Quote
Jerhia Posted May 28, 2014 Posted May 28, 2014 http://pservero.com/ragnarok-online-server-guide-make-own-ragnarok-online-offline-server-guide-2/ 1 Quote
waaa123 Posted May 30, 2014 Author Posted May 30, 2014 http://pservero.com/ragnarok-online-server-guide-make-own-ragnarok-online-offline-server-guide-2/ hey excuse i have a prob i use ur guide to make a private server but i have problems with MySQL when i start runserver-sql [MySQL] Access denied for user 'root'@'localhost' <using password > YES Quote
Jerhia Posted May 30, 2014 Posted May 30, 2014 (edited) Check your SQL (Username/Password) char_athena.conf // Server Communication username and password. userid: Username <--- (Whatever you want to put) passwd: Password <--- (Whatever you want to put) map_athena.conf // Interserver communication passwords, set in account.txt (or equiv.) userid: Username <--- (Whatever you want to put) passwd: Password <--- (Whatever you want to put) inter_athena.conf // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: SQL Username sql.db_password: SQL Password sql.db_database: Your SQL DB Name sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: SQL Username char_server_pw: SQL Password char_server_db: Your SQL DB Name // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: SQL Username map_server_pw: SQL Password map_server_db: Your SQL DB Name // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: SQL Username log_db_pw: SQL Password log_db_db: Your SQL DB Name log_codepage: log_login_db: loginlog Edited May 30, 2014 by Jerhia Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.