Difference between revisions of "ClientInactivityMessage"
From SWGANH Wiki
(→Struct) |
|||
Line 27: | Line 27: | ||
* '''AFK_Flag''': | * '''AFK_Flag''': | ||
− | |||
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 0, the server marks the client active. | ||
+ | If this packet is sent with a flag of 1, the server marks the client AFK. | ||
+ | <font color="red">Need to check if the bool is a byte and can handle different values (maybe flags for LFG, ...).</font> | ||
|valign=top| | |valign=top| | ||
Revision as of 06:25, 22 March 2007
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. Need to check if the bool is a byte and can handle different values (maybe flags for LFG, ...). |
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...