Jump to content
  • 0

What directory do character and account data stored?


Barterwood

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/13/15
  • Last Seen:  

I am trying to edit character and account data directly with text editor, but couldn't find any directory to it.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  10/08/20
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   10
  • Joined:  04/19/20
  • Last Seen:  

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

The account data is in Login table.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/13/15
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   1
  • Joined:  08/31/21
  • Last Seen:  

I think the most user-friendly way to do this is by using MySQL Workbench. This is what I am using to edit character and account data.

image.png.f6f375488b6c0f54f2883501f1a9be9d.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   10
  • Joined:  04/19/20
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/13/15
  • Last Seen:  

Done, Thanks everyone!

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