Difference between revisions of "ChatOnLeaveRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 25: Line 25:
 
|{{a_string}}|'''Character Name'''
 
|{{a_string}}|'''Character Name'''
 
|-
 
|-
|{{int}}|'''<font color=red>Unknown</font>'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
 
|{{int}}|'''ChatRoom ID'''
 
|{{int}}|'''ChatRoom ID'''
 
|-
 
|-
|{{int}}|'''<font color=red>Unknown</font>'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
|{{byte}}|'''<font color=red>Unknown</font>'''
+
|{{byte}}|{{unknown}}
 
|-
 
|-
 
|}
 
|}

Revision as of 06:10, 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 ??
INT ChatRoom ID
INT ??
BYTE ??

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.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...