letstry Posted September 19, 2016 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 imat1 Posted September 19, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: April 2 Share Posted September 19, 2016 Manual deletion in SQL file "login" Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted September 19, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Share 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 Link to comment Share on other sites More sharing options...
0 letstry Posted September 19, 2016 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 letstry Posted September 23, 2016 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 23, 2016 Bump Quote Link to comment Share on other sites More sharing options...
0 Sryx Posted September 23, 2016 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.