Difference between revisions of "ChatOnLeaveRoom"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{|
 
|- align="center"
 
||{{PacketGuide}}
 
|-
 
|}
 
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 20: Line 15:
 
|{{short}}||'''Game Name Size'''
 
|{{short}}||'''Game Name Size'''
 
|-
 
|-
|{{ascii}}||'''Game Name'''
+
|{{a_string}}||'''Game Name'''
 
|-
 
|-
 
|{{short}}||'''Galaxy Name Size'''
 
|{{short}}||'''Galaxy Name Size'''
 
|-
 
|-
|{{ascii}}|'''Galaxy Name'''
+
|{{a_string}}|'''Galaxy Name'''
 
|-
 
|-
 
|{{short}}|'''Character Name Size'''
 
|{{short}}|'''Character Name Size'''
 
|-
 
|-
|{{ascii}}|'''Character Name'''
+
|{{a_string}}|'''Character Name'''
 
|-
 
|-
 
|{{int}}|'''<font color=red>Unknown</font>'''
 
|{{int}}|'''<font color=red>Unknown</font>'''
Line 86: Line 81:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}

Revision as of 22:39, 31 March 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 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.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...