RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Character Deletion

Celestria

Wanderer
Character Deletion

If you want your players to delete their characters before a 7 day period is up then follow these steps

Go to Scripts\Accounting\AccountHandler.cs

In line 15 you should find a code that looks like this

Code:
		private static bool RestrictDeletion = true;

if it is on true then it will be 7 days before a player can delete a character they have created
if it is false a player can delete a character right away.
 
Top