Difference between revisions of "ChatFriendsListUpdate"
From SWGANH Wiki
(→Sample Packet) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|ServerPacket|ChatFriendsListUpdate (6CD2FCD8)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |{{short}}||Opperand_Count | + | |{{short}}||'''Opperand_Count''' |
|- | |- | ||
− | |{{int}}||Opcode | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | |{{a_string}}|SWG | + | |{{a_string}}|'''SWG''' |
|- | |- | ||
− | |{{a_string}}|Server Name | + | |{{a_string}}|'''Server Name''' |
|- | |- | ||
− | |{{a_string}}| | + | |{{a_string}}|'''Friend''' |
|- | |- | ||
− | |{{byte}}| | + | |{{byte}}|'''OnlineFlag''' |
+ | |} | ||
|} | |} | ||
− | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''3''' |
Opcode = '''6CD2FCD8''' | Opcode = '''6CD2FCD8''' | ||
Line 51: | Line 52: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | 03 00 //Opcode Count | + | 03 00 // Opcode Count |
− | D8 FC D2 6C //ChatFriendsListUpdate | + | D8 FC D2 6C // ChatFriendsListUpdate |
− | 03 00 //String Count | + | 03 00 // String Count |
− | 53 57 47 //SWG | + | 53 57 47 // SWG |
− | 0A 00 //String Count | + | 0A 00 // String Count |
− | 53 68 61 64 6F 77 66 69 72 65 //Shadowfire | + | 53 68 61 64 6F 77 66 69 72 65 // Shadowfire |
− | 09 00 //String Count | + | 09 00 // String Count |
− | 74 69 6A 61 69 72 61 75 6E //tijairaun | + | 74 69 6A 61 69 72 61 75 6E // tijairaun |
00 // Online Status 0 = off 1 = on | 00 // Online Status 0 = off 1 = on | ||
− | |||
</pre> | </pre> |
Latest revision as of 21:47, 6 January 2008
ServerPacket - ChatFriendsListUpdate (6CD2FCD8)
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 = 3 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 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 // Online Status 0 = off 1 = on