• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Event Time TFS 1.0

CesarZ

Well-Known Member
Joined
Sep 20, 2012
Messages
272
Solutions
4
Reaction score
66
How times work?

time="10:00:00" does this work 12hr or army hours which is 24:00:00?
Then we got
interval="1000" this one work with mili seconds?

Sorry i know. i search for it. it seems like people doesn't talk about it, so I couldn't find any answer.
 
Solution
My server (TFS 1.3) seems to work in miliseconds so 1000 ms/s * 3600 s/hour would equal 10^6 ms/h if you you want events in hours. I imagine the first uses your computer time but I'm not quite sure. I'll test it.

1587227269128.png

Update: apparantly time="x" uses your computer time in military time. Interesting question, never asked myself that (and I can use it to make my tide system more regular).
My server (TFS 1.3) seems to work in miliseconds so 1000 ms/s * 3600 s/hour would equal 10^6 ms/h if you you want events in hours. I imagine the first uses your computer time but I'm not quite sure. I'll test it.

1587227269128.png

Update: apparantly time="x" uses your computer time in military time. Interesting question, never asked myself that (and I can use it to make my tide system more regular).
 
Last edited:
Solution
Alright Thanks man. I just needed to put several events in several hours of the day. I will go with the military sounds good and easy.
 
Back
Top