« Previous - Version 6/15 (diff) - Next » - Current version
vl, 04/09/2009 07:35 pm


ServerTick

Base URL

http://atys.ryzom.com/servertick/index.php

Syntax

The server tick is a 32 bit integer that increase by one every 100 milliseconds.
To convert it into Ryzom time, you need to know the conversion table.

Update Frequency

The tick is updated every minute.

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

Real Examples