Difference between revisions of "ServerTimeMessage"
From SWGANH Wiki
(→Struct) |
|||
Line 46: | Line 46: | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 02 00 //World Update | |
+ | D9 3B BC 2E //ServerTimeMessage | ||
+ | 4E 9F 71 DE 46 00 00 00 //Time in ms | ||
</pre> | </pre> |
Revision as of 11:25, 5 August 2007
Struct
Variable DescriptionsOpperand_Count = 2 Opcode = 2EBC3BD9
See Galactic_Time in CmdStartScene for basic information. The purpose of this packet is to update and keep the times synced on the client with the server. It seems to be sent every second, however the resend time can be adjusted. It can also be used to change the "time of day" on a planet, however various planets have various timing conversions. |
Tags
|
Sample Packet
02 00 //World Update D9 3B BC 2E //ServerTimeMessage 4E 9F 71 DE 46 00 00 00 //Time in ms