set_timer

Setup one of the group's timers
Timer can be set with duration, with a Ryzom day hour and minute (daytime), with a day of week, month or year and daytime.

For more information about time in Ryzom and year day numbers, see http://www.nevrax.net/wiki/index.php/Main/HeuresJoursMoisSaisonsAnnees

·        Parameters (for duration, time in game ticks, 10 per second):
<timer min>
[<time max>]

 

·        Parameters (for Ryzom daytime, time in Ryzom time, 24 hours, 60 min):
daytime <hour>[:<minute>]

NB: if the time is after 23h59, then the timer is set for the next day. E.g. 36h25 mean 12h25 the next day.

·        Parameters (for Ryzom week_day, time in day of the week [0-6] and Ryzom time, 24 hours, 60 min):
week_day <week_day> <hour>[:<minute>]

NB: if the week day is after 6, then the timer is set for the next week. E.g. 8 mean 2nd day of the next week.

·        Parameters (for Ryzom month_day, time in day of the month [0-29] and Ryzom time, 24 hours, 60 min):
month_day <month_day> <hour>[:<minute>]

NB: if the month day is after 29, then the timer is set for the next month. E.g. 38 mean 8th day of the next month.

·        Parameters (for Ryzom season_day, time in day of the season [0-89] and Ryzom time, 24 hours, 60 min):
season_day <season_day> <hour>[:<minute>]

NB: if the season day is after 89, then the timer is set for the next season. E.g. 98 mean 8th day of the next season.

·        Parameters (for Ryzom day number [0-359] and daytime, time in Ryzom time, 24 hours, 60 min):
year_day <day_number> <hour>[:<minute>]

NB: if the year day is after 359, then the timer is set for the next year. E.g. 400 mean 40th day of the next season.