On my server I want to trigger rw weather at 3 to 5 varying time intervalls. I chose to use timer once with repeat command at the end so the pattern repeats itself with no chance of overlapping. However rw weather doesn't seem to work in timer once? Was wondering what I might be doing wrong
Rw weather for timer once?Solved
TimerOnce should only be used on server load to set default weather to 0, as shown in the example config for TimedExecute in overview.
Also, "rw weather" is not a command.
sorry I meant "rw random"
Merged post
basically I want rw random to happen every 60 minutes, then 90 minutes, then 75 minutes.... then repeat, without overlapping
Merged post
basically I want rw random to happen every 60 minutes, then 90 minutes, then 75 minutes.... then repeat, without overlapping
TimedExecute doesn't work like that. Use Timer Repeat method in overview. Use 45 minutes or more between for no overlaps.
OuTSMoKE
TimedExecute doesn't work like that. Use Timer Repeat method in overview. Use 45 minutes or more between for no overlaps.
I was under the assumption that it would repeat each time in that part exactly as the timer is set
For example I thought if I have 3 different timers, serated by 60 90 and 75 minutes..... those individual timers were treated separately, not consecutively, thus causing overlap of the timers. Perhaps I am in error thinking this?
That's the only reason I was trying to use timer once
Locked automatically