Zirius
New member
- Messages
- 261
- Points
- 0
rAthena has option to change whether you want to delete via email/birthdate via "char_del_option"
// Restrict character deletion by email address or birthdate.
// This restricts players from changing the langtype and deleting characters.
// For birthdate, the client must be 20100803 or newer.
// 1: Email address
// 2: Birthdate (default)
// 3: Email address or Birthdate
Does hercules have option for this?
I am thinking I can hex the new client 2014+ to say instead of birthdate to email address..
but on client side, i don't know where can i make the character deletion to check the email address field instead of birthdate?
thanks!
// Restrict character deletion by email address or birthdate.
// This restricts players from changing the langtype and deleting characters.
// For birthdate, the client must be 20100803 or newer.
// 1: Email address
// 2: Birthdate (default)
// 3: Email address or Birthdate
Does hercules have option for this?
I am thinking I can hex the new client 2014+ to say instead of birthdate to email address..
but on client side, i don't know where can i make the character deletion to check the email address field instead of birthdate?
thanks!