Jump to content
  • 0

Character Deletion


Question

Posted

I know that there are too many topics about this same subject, but in my case I am not even being able to type the E-mail or birthday date to delete the character. After I click on "delete" the char simply "sit down" showing the deletion date (01/01  08:00) in red color...It's the same date and hour no matter which day I try to delete it.

Is this related to lang type or something else that is not in char_conf?

 

Thank you...

8 answers to this question

Recommended Posts

  • 0
Posted
// Restrict character deletion by BaseLevel
// 0: no restriction (players can delete characters of any level)
// -X: you can't delete chars with BaseLevel <= X
// Y: you can't delete chars with BaseLevel >= Y
// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel)
char_del_level: 0
 
// Amount of time in seconds by which the character deletion is delayed.
// Default: 86400 (24 hours)
// NOTE: Requires client 2010-08-03aragexeRE or newer.
char_del_delay: 5
 
// Restrict character deletion by email address or birthdate.
// This restricts players from changing the langtype and deleting characters.
// Defaults based on client date.
// 1: Email address
// 2: Birthdate
// 3: Email address or Birthdate
// IMPORTANT!
// - This config only works for clients that send 0x0068 or 0x01fb for delete request.
// - Use langtype 1 for newer clients (2013+), to use 0x01fb.
// - Clients that are not using 0x0068 or 0x01fb, only use birthdate (YYMMDD) as default.
char_del_option: 1
 
// Restrict character deletion as long as he is still in a party or guild
// 0: No restriction is applied
// 1: Character cannot be deleted as long as he remains in a party
// 2: Character cannot be deleted as long as he remains in a guild
// 3: Character cannot be deleted as long as he remains in a party or guild(default)

char_del_restriction: 0

 

Quote

Use email for delet ... wait time and delet.

 

  • 0
Posted
1 hour ago, SkyDragon said:

I know that there are too many topics about this same subject, but in my case I am not even being able to type the E-mail or birthday date to delete the character. After I click on "delete" the char simply "sit down" showing the deletion date (01/01  08:00) in red color...It's the same date and hour no matter which day I try to delete it.

Is this related to lang type or something else that is not in char_conf?

 

Thank you...

First we need to know what client you are using, in case of being 2018-06-20, I recommend using this patch.

Then just follow what @Disabled LOOLP recommends:

59 minutes ago, Disabled LOOLP said:
// Restrict character deletion by BaseLevel
// 0: no restriction (players can delete characters of any level)
// -X: you can't delete chars with BaseLevel <= X
// Y: you can't delete chars with BaseLevel >= Y
// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel)
char_del_level: 0
 
// Amount of time in seconds by which the character deletion is delayed.
// Default: 86400 (24 hours)
// NOTE: Requires client 2010-08-03aragexeRE or newer.
char_del_delay: 5
 
// Restrict character deletion by email address or birthdate.
// This restricts players from changing the langtype and deleting characters.
// Defaults based on client date.
// 1: Email address
// 2: Birthdate
// 3: Email address or Birthdate
// IMPORTANT!
// - This config only works for clients that send 0x0068 or 0x01fb for delete request.
// - Use langtype 1 for newer clients (2013+), to use 0x01fb.
// - Clients that are not using 0x0068 or 0x01fb, only use birthdate (YYMMDD) as default.
char_del_option: 1
 
// Restrict character deletion as long as he is still in a party or guild
// 0: No restriction is applied
// 1: Character cannot be deleted as long as he remains in a party
// 2: Character cannot be deleted as long as he remains in a guild
// 3: Character cannot be deleted as long as he remains in a party or guild(default)

char_del_restriction: 0

 

 

  • 0
Posted

I was able to delete a character by putting numbers into birth date in MySQL Database

Go to your database
Go find login
Find your account
Look for Birthdate
put in number (My example will be 700101)
 

Then go into your game and when they ask for birth date put in those numbers and the character is gone.

I was testing allot of characters and was in need of space so this was how I deleted my characters. I also made allot of accounts too so I was able to wait it out and figure this out.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...