Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Autodelete #224

Open
Psypher9 opened this issue Oct 22, 2023 · 3 comments
Open

Implement Autodelete #224

Psypher9 opened this issue Oct 22, 2023 · 3 comments
Labels

Comments

@Psypher9
Copy link
Collaborator

Psypher9 commented Oct 22, 2023

Currently, the server logs will show that a player is being autodeleted, but nothing actually happens.

Autodelete should actually delete.

Reasons why something should be autodeleted incoming.

@Psypher9 Psypher9 changed the title Implement Auto-Delete Implement Autodelete Oct 22, 2023
@rezalas
Copy link
Owner

rezalas commented Oct 22, 2023

The main benefit for autodelete currently is name reuse, as player files are the char name which means one at a time. Once a character needs to be deleted I believe the final action depends on the level of the character.

@Psypher9
Copy link
Collaborator Author

What determines that a character should be deleted?

@rezalas
Copy link
Owner

rezalas commented Oct 22, 2023

Deletion can be done 3 ways:

  • player initiated below 51, the character it deleted immediately. At 51 the character is marked as deleted and the name is blocked from reuse.
  • Age death. Once a character hits 6 months, it's deleted after they die of natural causes in game and choose to log out or disconnect. Until then they can wander the world as a ghost.
  • immortal purge: immortals can delete a character with a command which should remove them.

@rezalas rezalas added the bug label Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants