ChatOnLeaveRoom

From SWGANH Wiki
Revision as of 06:10, 1 April 2007 by Meanmon13 (Talk | contribs) (Struct)

Jump to: navigation, search


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