Difference between revisions of "ClientInactivityMessage"
From SWGANH Wiki
(→Sample Packet) |
(→Sample Packet) |
||
Line 48: | Line 48: | ||
<pre> | <pre> | ||
− | + | 02 00 // Op Count | |
− | 00 | + | 25 53 5D 0F // ClientInactivityMessage |
− | + | 00 // afk flag | |
</pre> | </pre> |
Revision as of 12:53, 24 January 2008
This article or section needs additional data. Please add a sample packet! |
Client Packet - ClientInactivityMessage (0F5D5325)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 2 Opcode = 0F5D5325
If this packet is sent with a flag of 0, the server marks the client active. If this packet is sent with a flag of 1, the server marks the client AFK. |
Tags
|
Sample Packet
02 00 // Op Count 25 53 5D 0F // ClientInactivityMessage 00 // afk flag