Jump to content

help newbie here


waaa123

Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  11/09/12
  • Last Seen:  

can somebody give me a guide on how to make my own Ragnarok Private Server??? thx

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  115
  • Reputation:   14
  • Joined:  08/13/13
  • Last Seen:  


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  11/09/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  115
  • Reputation:   14
  • Joined:  08/13/13
  • Last Seen:  

Check your SQL (Username/Password) 

 

jHmblcm.png

 

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 by Jerhia
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...