Quester

Quester

47.7k Downloads

Changing the Time Display To Players

zerafox opened this issue ยท 1 comments

commented

I've noticed that when a player checks the information of a quest, whether it be looking at it's information before accepting it, or trying to take it again and being unable to...

That the time display is done in seconds. Is there anyway that you would be able to change this display to players in the form of minutes or even better Hours, Minutes and Seconds?

And have it count down (if it does not already) for the player each time they attempt to do the quest? So when a player has 1 hour before they can do it again, it will say they have to wait 1 hour (or 60 minutes) and when they check it again 30 minutes later it says 30 minutes?

commented

added variables %h (hours), %m (minutes), %s (seconds) to quest condition description. They tell how long the condition will be met or, if it's inverted, how long it will not be met. They are all 0 if condition time is not set or condition is already in the desired state.
Example usage:
Regular: Must have completed Quest1 in the last 20 minutes. Time remaining: %m:%s
Inverted: Must not have completed Quest1 in the last 10 hours. Time remaining : %h:%m:%s

This functionality will appear in Quester v0.7 biuld 46.