timestamp for accounts
Posted: Wed Aug 11, 2021 11:58 pm
Edit - Implemented as FIRSTLOGIN tag in accounts.adm that is automatically set by UOX3 upon a player's first login.
when account is created ingame or inclient login any way
it should get a TIMESTAMP=8/11/2021 or something it really don't need the year it was created
it can just be the month and day
then a js command that can fetch the information
if(pUser.account.timestamp >= 30 days)
{
Do something crazy in code since they have HAD ACCOUNT for 30 days OR MORE
}
when account is created ingame or inclient login any way
it should get a TIMESTAMP=8/11/2021 or something it really don't need the year it was created
it can just be the month and day
then a js command that can fetch the information
if(pUser.account.timestamp >= 30 days)
{
Do something crazy in code since they have HAD ACCOUNT for 30 days OR MORE
}