Difference between revisions of "ChatOnLeaveRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
Line 43: Line 43:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''5'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''60B5098B'''
 
----
 
----
  
* 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 Galaxie Name
 +
 
 +
* '''Galaxy_Name'''
 +
:Example 'Bria'
 +
 
 +
* '''Character_Name_Size'''
 +
:Size of belows Character name
 +
 
 +
* '''Character_Name'''
 +
:Character name thats leaving the room
 +
 
 +
* '''Unknown'''
 +
:Some Unknown Maybe a flag something to check into later.
 +
 
 +
* '''ChatRoom_ID'''
 +
:Put the Chatroom's Id here
 +
 
 +
* '''Unknown'''
 +
:Some Unknown Maybe a flag something to check into later.
 +
 
 +
* '''Unknown'''
 +
:Some Unknown Maybe a flag something to check into later.
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 22:37, 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


SHORT Operand Count
INT OpCode
SHORT Game Name Size
ASCII Game Name
SHORT Galaxy Name Size
ASCII Galaxy Name
SHORT Character Name Size
ASCII Character Name
INT Unknown
INT ChatRoom ID
INT Unknown
BYTE Unknown

Variable Descriptions


Opperand_Count = 5

Opcode = 60B5098B


  • Game_Name_Size
Size of the Game_Name, only seen SWG.
  • Game_Name
As above SWG
  • Galaxy_Name_Size
Size of the Galaxie Name
  • Galaxy_Name
Example 'Bria'
  • Character_Name_Size
Size of belows Character name
  • Character_Name
Character name thats leaving the room
  • Unknown
Some Unknown Maybe a flag something to check into later.
  • ChatRoom_ID
Put the Chatroom's Id here
  • Unknown
Some Unknown Maybe a flag something to check into later.
  • Unknown
Some Unknown Maybe a flag something to check into later.

Tags


S→C This packet originates on the server.

0% This packet has not been reversed.

Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...