Difference between revisions of "ChatFriendsListUpdate"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
(Sample Packet)
Line 61: Line 61:
  
 
<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
 
00 BD 8B  
 
00 BD 8B  
 
</pre>
 
</pre>

Revision as of 11:11, 11 June 2007


Struct


SHORT Opperand_Count
INT Opcode
A_STRING SWG
A_STRING Server Name
A_STRING Friend
BYTE OnlineFlag

Variable Descriptions


Opperand_Count = 4

Opcode = 6CD2FCD8


  • SWG:

Always be SWG.

  • Server Name:

The name of the Server.

  • Friend:

Name of the friend that goes online/offline.

  • OnlineFlag:

0: is offline. 1: is online.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.



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
00 BD 8B