Account timestamp
Posted: Mon Mar 05, 2012 8:11 am
EDIT - Implemented as FIRSTLOGIN tag in accounts file, which is automatically set by UOX3 on a player's first login. Accessible via Account JS Property .firstLogin!
I would like to see uox3 have a TIMESTAMP or more less justa date stamp on the account when its created something like
DATESTAMP 3/06/12
and with this date stamp i like to beable to use it in javascripting
So i could be like this
function datestampcheck(pUser,Account)
{
if(DATESTAMP >= one.month
{
sendgump.blah
}
}
this way i could make a vet reward like system all needs to do check see if the account is so many months greater then the date in the account file.
I'm sure there is other ways hehe.
I would like to see uox3 have a TIMESTAMP or more less justa date stamp on the account when its created something like
DATESTAMP 3/06/12
and with this date stamp i like to beable to use it in javascripting
So i could be like this
function datestampcheck(pUser,Account)
{
if(DATESTAMP >= one.month
{
sendgump.blah
}
}
this way i could make a vet reward like system all needs to do check see if the account is so many months greater then the date in the account file.
I'm sure there is other ways hehe.