kfritz411
Member
Hey Folks!
I have 3 questions today:
1) Where in the world do I set the time/timezone on my server? The date is right but the hours are like +6 off
2) I can't seem to find where skill gain chance change is kept. I found stat gain chance, but can't seem to locate skill gain chance/delay
3) this one might be a little hard:
While tinkering around with scripts, I found this method to add a flag/tag to account.
Account acct=(Account)from.Account;
bool DeathsScytheRecieved = Convert.ToBoolean(acct.GetTag("DeathsScytheRecieved"));
Is there anyway to set this to be removed at a certain time of day or after so many hours? Idea is to limit someone from doing certain quests more than once per day.
Thank!
I have 3 questions today:
1) Where in the world do I set the time/timezone on my server? The date is right but the hours are like +6 off
2) I can't seem to find where skill gain chance change is kept. I found stat gain chance, but can't seem to locate skill gain chance/delay
3) this one might be a little hard:
While tinkering around with scripts, I found this method to add a flag/tag to account.
Account acct=(Account)from.Account;
bool DeathsScytheRecieved = Convert.ToBoolean(acct.GetTag("DeathsScytheRecieved"));
Is there anyway to set this to be removed at a certain time of day or after so many hours? Idea is to limit someone from doing certain quests more than once per day.
Thank!
Last edited: