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!

char creation date

hi,

how can i increase the char creation date?
i looked in accounts.xml, but there are only the accounts. the chars are in sql database, but there isnt a entry with date ....

anybody an idea pls?
TY
Döschl
 

Soteric

Knight
This property is stored in core and has read only attribute. You have to modify the core if you really want to change creation date.
 

haazen

Sorceror
I have not chased this totally BUT
Since CreationDate is a Mobile variable and not changable, you would have to first change it to editable in Mobile.cs in the server core files. Then you will need to write another script for you to set the new date. This is something I really would not want to do. Playing with Mobile.cs affects all critters, NPCs and Players.

My Humble Opinion
 

pooka01

Sorceror
Do it, change the date, go back on readonly, and you have your readonly date set to whatever and can't change it after?
if it's a one time change it probably have no consequence.
also not sure if you could just mess around with the serialize/deserialize.
 
Top