Difference between revisions of "ChatRoomMessage"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Variable Descriptions)
Line 43: Line 43:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''5'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''CD4CE444'''
 
----
 
----
  
* Additional Descriptions go here...
+
* '''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
 +
 
 +
* '''<font color=red>Unknown</font>'''
 +
:Could be Chatroom Id, needs Looking into
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 23:02, 31 March 2007

Exquisite-khelpcenter.png Instructions
In order to keep all documentation the same format, please use the source to this page to begin a new packet description, the template contains all the options, simply remove what is not required and fill in the details.


Struct


BYTE uint8
SHORT uint16
INT uint32
FLOAT uint32
LONG uint64
A_STRING ASCII String
U_STRING Unicode String
C_STRING Customization String
B_STRING Byte String
{ } LIST Component
? Uncertain Values
?? Unknown Variable Name

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...