Jump to content
  • 0
Barterwood

What directory do character and account data stored?

Question

6 answers to this question

Recommended Posts

  • 0

From what I know you can't edit character and account through a text editor, if you want to change things outside of the game, you have to go edit the database (mysql, mariadb, etc) with a software (like dbeaver) that connects to your database (while it's running)

 

Though, I'm not sure it's the best thing to do to edit the database directly

Link to comment
Share on other sites

  • 0
On 9/28/2021 at 7:27 PM, exyoupjkbrxd said:

From what I know you can't edit character and account through a text editor, if you want to change things outside of the game, you have to go edit the database (mysql, mariadb, etc) with a software (like dbeaver) that connects to your database (while it's running)

 

Though, I'm not sure it's the best thing to do to edit the database directly

 

On 9/28/2021 at 8:11 PM, Wazaby said:

The character data is in char table of your ragnarok database.

The account data is in Login table.

Thanks for answering. Actually, I'm not that into coding anyway.

Is there any program or GM's helper or something that can edit this directly?

Link to comment
Share on other sites

  • 0
4 hours ago, Barterwood said:

 

Thanks for answering. Actually, I'm not that into coding anyway.

Is there any program or GM's helper or something that can edit this directly?

You can try MySQL workbench or you can try Laragon. Both have similar gui. Since you already have a server up, im guessing you installed your mysql database already?

Just use aGUI based workbench and open the char and account tables inside the database.

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
Answer this question...

×   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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.