letstry Posted September 19, 2016 Posted September 19, 2016 How will I be able to delete a certain account including all the items,characters and etc in it so they can use the Character Names again? Thanks in advance! Quote
0 imat1 Posted September 19, 2016 Posted September 19, 2016 Manual deletion in SQL file "login" Quote
0 Stolao Posted September 19, 2016 Posted September 19, 2016 Manual deletion in SQL file "login" That would not allow use of character names again. Hell need to do a (several) SQL query, on Mobile so can't write out. Quote
0 letstry Posted September 19, 2016 Author Posted September 19, 2016 Manual deletion in SQL file "login" That would not allow use of character names again. Hell need to do a (several) SQL query, on Mobile so can't write out. I don't exactly know what SQL queries I'm gonna run though XD Account ID: - 2000005 Character IDs: - 1500042 - 1500443 - 1500906 - 1500907 - 1500908 - 1500910 - 1500961 - 1501802 - 1502838 - 1503303 - 1503493 - 1504557 Separated Character IDs from a different account: - 1500242 - 1500099 Quote
0 Sryx Posted September 23, 2016 Posted September 23, 2016 Try this it will delete the account and all characters under the account id 2000005. DELETE FROM `login` where `account_id` = '2000005'; DELETE FROM `char` where `account_id` = '2000005'; For the Diff Account. DELETE FROM `char` where `char_id` IN ('1500099','1500242'); Quote
Question
letstry
How will I be able to delete a certain account including all the items,characters and etc in it so they can use the Character Names again?
Thanks in advance!
5 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.