Jump to content
  • 0

Character Deletion


SkyDragon

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  12/01/11
  • Last Seen:  

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...

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   50
  • Joined:  12/20/18
  • Last Seen:  

// 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.

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  832
  • Reputation:   317
  • Joined:  02/11/19
  • Last Seen:  

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

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  12/01/11
  • Last Seen:  

@Mael
I'm using an old client, 20141022...

I tried all options from char-conf....tried e-mail, e-mail and birthday date....changed the deletion time to 0, and others....nothing seems to work.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  832
  • Reputation:   317
  • Joined:  02/11/19
  • Last Seen:  

2 minutes ago, SkyDragon said:

@Mael
I'm using an old client, 20141022...

I tried all options from char-conf....tried e-mail, e-mail and birthday date....changed the deletion time to 0, and others....nothing seems to work.

Let's go again, edit this

https://github.com/rathena/rathena/blob/master/conf/char_athena.conf#L171

and change 86400 to 60 and show what appears to you.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  12/01/11
  • Last Seen:  

1 hour ago, Mael said:

Let's go again, edit this

https://github.com/rathena/rathena/blob/master/conf/char_athena.conf#L171

and change 86400 to 60 and show what appears to you.

That is the char_del_delay....  I have tried 0, 1, 60, nothing works, haha.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  12/01/11
  • Last Seen:  

On 12/11/2019 at 12:14 AM, Disabled LOOLP said:

send print please

deleteion.jpg

No idea how to solve this....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  12/20/19
  • Last Seen:  

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.

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...