Hello
Someone can explain how move characters by accounts? For example, i am lose my pass... i want just made new acc. and move my character here.... but how?
Thank you for help.
Hello
Someone can explain how move characters by accounts? For example, i am lose my pass... i want just made new acc. and move my character here.... but how?
Thank you for help.
I betther you dont move character, put one new password on account.
example get one account you know password and put on same password in it account.
its more easy to recover your password.
Yes just recover your password. There are some stored procedures for moving chars but when i looked into them they don't work. I tried some alterations to get it working but it didn't help. I know what the problem is but it isn't something that is easily fixable as it will affect a lot of other stuff. It is a problem i have to cure before i can think about upgrading databases.
To recover your pass run this query on the account database where "logon" is your logon name:
Code:exec cabal_user_update_password 'login', 'new password'
Thank you so much! :)