Jump to content
  • 0

Deleting a certain account.


letstry

Question


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  219
  • Reputation:   0
  • Joined:  05/03/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   19
  • Joined:  05/01/12
  • Last Seen:  

Manual deletion in SQL file "login"

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  219
  • Reputation:   0
  • Joined:  05/03/12
  • Last Seen:  

 

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  219
  • Reputation:   0
  • Joined:  05/03/12
  • Last Seen:  

Bump

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

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');
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...