Difference between revisions of "ChatFriendsListUpdate"
From SWGANH Wiki
(→Variable Descriptions) |
(→Sample Packet) |
||
Line 66: | Line 66: | ||
<pre> | <pre> | ||
− | + | 03 00 //Opcode Count | |
+ | D8 FC D2 6C //ChatFriendsListUpdate | ||
+ | 03 00 //String Count | ||
+ | 53 57 47 //SWG | ||
+ | 0A 00 //String Count | ||
+ | 53 68 61 64 6F 77 66 69 72 65 //Shadowfire | ||
+ | 09 00 //String Count | ||
+ | 74 69 6A 61 69 72 61 75 6E //tijairaun | ||
+ | 00 00 BD 8B | ||
</pre> | </pre> |
Revision as of 12:13, 1 June 2007
Struct
Variable DescriptionsOpperand_Count = 4 Opcode = 6CD2FCD8
Always be SWG.
The name of the Server.
Name of the friend that goes online/offline.
0: is offline. 1: is online. |
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
03 00 //Opcode Count D8 FC D2 6C //ChatFriendsListUpdate 03 00 //String Count 53 57 47 //SWG 0A 00 //String Count 53 68 61 64 6F 77 66 69 72 65 //Shadowfire 09 00 //String Count 74 69 6A 61 69 72 61 75 6E //tijairaun 00 00 BD 8B