« Previous -
Version 3/15
(diff) -
Next » -
Current version
vl, 04/09/2009 07:31 pm
ServerTick¶
Base URL¶
http://atys.ryzom.com/servertick/index.php
Update Frequency¶
The tick is updated every minute.
Syntax¶
The server tick is a 32 bit integer that increase by one every second.
To convert it into Ryzom time, you need to know the conversion table.
PHP Example¶
<? $txt = file_get_contents('http://atys.ryzom.com/servertick/index.php?shardid=ani'); echo "<html><body><p>Server Tick on Aniro is $txt</body></html>"; ?>
will display
Server Tick on Aniro is 1269525929