Barterwood Posted September 28, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 09/13/15 Last Seen: October 27, 2024 Share Posted September 28, 2021 I am trying to edit character and account data directly with text editor, but couldn't find any directory to it. Quote Link to comment Share on other sites More sharing options...
0 exyoupjkbrxd Posted September 28, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 10/08/20 Last Seen: October 2, 2024 Share Posted September 28, 2021 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 Quote Link to comment Share on other sites More sharing options...
0 Wazaby Posted September 28, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 31 Reputation: 11 Joined: 04/19/20 Last Seen: April 21, 2024 Share Posted September 28, 2021 The character data is in char table of your ragnarok database. The account data is in Login table. Quote Link to comment Share on other sites More sharing options...
0 Barterwood Posted September 30, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 09/13/15 Last Seen: October 27, 2024 Author Share Posted September 30, 2021 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? Quote Link to comment Share on other sites More sharing options...
0 chromatic05 Posted September 30, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 1 Joined: 08/31/21 Last Seen: November 1, 2021 Share Posted September 30, 2021 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. Quote Link to comment Share on other sites More sharing options...
0 Wazaby Posted September 30, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 31 Reputation: 11 Joined: 04/19/20 Last Seen: April 21, 2024 Share Posted September 30, 2021 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. Quote Link to comment Share on other sites More sharing options...
0 Barterwood Posted October 1, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 09/13/15 Last Seen: October 27, 2024 Author Share Posted October 1, 2021 Done, Thanks everyone! Quote Link to comment Share on other sites More sharing options...
Question
Barterwood
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.