GodKnows Jhomz Posted November 12, 2019 Posted November 12, 2019 Why am I getting this error when deleting a character ? The birthdate (YYMMDD) and the email I entered is correct but it always says incorrect. Anyone? Thanks. Quote
0 LOOLP - OFF Posted November 12, 2019 Posted November 12, 2019 conf/char_athena // 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 [ no lvl for delet ] // 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 [ use email only ] // 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: 3 [ leave party and guild ] 1 Quote
0 GodKnows Jhomz Posted November 12, 2019 Author Posted November 12, 2019 3 minutes ago, Disabled LOOLP said: conf/char_athena // 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 [ no lvl for delet ] // 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 [ use email only ] // 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: 3 [ leave party and guild ] Fixed. Thank you so much! Quote
Question
GodKnows Jhomz
Why am I getting this error when deleting a character ?

The birthdate (YYMMDD) and the email I entered is correct but it always says incorrect.
Anyone? Thanks.
2 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.