[IMPLEMENTED] Account timestamp

If Wishes were UOX Coders, we'd be done by now ;P Post your wishes/suggestions for UOX3 changes/improvements here.
Post Reply
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

Account timestamp

Post by dragon slayer »

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.
Post Reply