Barterwood Posted September 28, 2021 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
0 exyoupjkbrxd Posted September 28, 2021 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
0 Wazaby Posted September 28, 2021 Posted September 28, 2021 The character data is in char table of your ragnarok database. The account data is in Login table. Quote
0 Barterwood Posted September 30, 2021 Author 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
0 chromatic05 Posted September 30, 2021 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
0 Wazaby Posted September 30, 2021 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
Question
Barterwood
I am trying to edit character and account data directly with text editor, but couldn't find any directory to it.
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.