Difference between revisions of "ChatRoomMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|{{short}}||'''Operand Count'''
+
|{{short}}|'''Operand Count'''
 
|-
 
|-
|{{int}}||'''Opcode'''
+
|{{int}}|'''Opcode'''
 
|-
 
|-
|{{short}}||'''Game Name Size'''
+
|{{short}}|'''Game Name Size'''
 
|-
 
|-
|{{a_string}}||'''Game Name'''
+
|{{a_string}}|'''Game Name'''
 
|-
 
|-
|{{short}}||'''Galaxy Name Size'''
+
|{{short}}|'''Galaxy Name Size'''
 
|-
 
|-
|{{a_string}}||'''Galaxy Name'''
+
|{{a_string}}|'''Galaxy Name'''
 
|-
 
|-
|{{short}}||'''Character Name Size'''
+
|{{short}}|'''Character Name Size'''
 
|-
 
|-
|{{a_string}}||'''Character Name'''
+
|{{a_string}}|'''Character Name'''
 
|-
 
|-
|{{int}}||'''Size of Chat'''
+
|{{int}}|'''Size of Chat'''
 
|-
 
|-
|{{u_string}}||'''Chat'''
+
|{{u_string}}|'''Chat'''
 
|-
 
|-
|{{int}}||'''<font color=red>Unknown</font>'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
 
|}
 
|}

Revision as of 06:13, 1 April 2007


Struct


SHORT Operand Count
INT Opcode
SHORT Game Name Size
A_STRING Game Name
SHORT Galaxy Name Size
A_STRING Galaxy Name
SHORT Character Name Size
A_STRING Character Name
INT Size of Chat
U_STRING Chat
INT ??

Variable Descriptions


Opperand_Count = 5

Opcode = CD4CE444


  • Game Name Size
Size of the Game Name, only seen SWG.
  • Game Name
As above SWG
  • Galaxy Name Size
Size of the Galaxy Name
  • Galaxy Name
Example 'Bria'
  • Character Name Size
Size of belows Character name
  • Character Name
Character name thats Sending the Chat
  • Chat Size
Size of Unicode Chat Coming from client
  • Chat
Chat in Unicode From the client
  • Unknown
Could be Chatroom Id, needs Looking into

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...