Difference between revisions of "ChatFriendsListUpdate"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
Line 29: Line 29:
 
----
 
----
  
 +
* '''SWG''':
 +
Always be SWG.
 +
* '''Server Name''':
 +
The name of the Server.
 
* '''Friend''':
 
* '''Friend''':
 
Name of the friend that goes online/offline.
 
Name of the friend that goes online/offline.
Line 37: Line 41:
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 13:09, 1 June 2007


Struct


SHORT Opperand_Count
INT Opcode
A_STRING Template:SWG
A_STRING Template: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.

50% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...