I come to bring this small contribution, I know that some users usually request this reset to change their combinations, and sometimes, it is complicated to do this.
- The first thing they have to do is verify that the character and the account are off.
- Then you have to go to the sql managment and identify the MuOnline database.
- After they are already in that database, at the top left there is a button that says "New Querry", click there and put the following in the window.
Where Name of the character, is the one you want to reset.
Then press the execute button, and you have already deleted the tree (Master skill tree)
I hope you like my modest contribution. And if it served you, leave some dots!
regards
- Then you have to go to the sql managment and identify the MuOnline database.
- After they are already in that database, at the top left there is a button that says "New Querry", click there and put the following in the window.
UPDATE character Set [SCFMasterSkill] = CONVERT (varbinary (240), null) Where Name = 'Character Name'
Where Name of the character, is the one you want to reset.
Then press the execute button, and you have already deleted the tree (Master skill tree)
I hope you like my modest contribution. And if it served you, leave some dots!
regards

Comments
Post a Comment