MMO Starter Kit

I didn’t need the character deletion system, I crafted my own way of deleting characters, with a recovery system, I mark Deleted Characters in the Database with a Bool (0, 1) and load only those marked false, if they’re marked true, I’m making a script that will go in and move them to another Database after X days, and if a player wants them recovered they can login and do a “Recover Character” :slight_smile:

Edit:

I’m currently trying to get a Random Name Generator to work.