Difference between revisions of "ChatOnEnteredRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 25: Line 25:
 
|{{a_string}}||'''Character Name'''
 
|{{a_string}}||'''Character Name'''
 
|-
 
|-
|{{int}}||'''{{unknown}}'''
+
|{{int}}||{{unknown}}
 
|-
 
|-
 
|{{int}}||'''ChatRoom_ID'''
 
|{{int}}||'''ChatRoom_ID'''
 
|-
 
|-
|{{int}}||'''{{unknown}}
+
|{{int}}||{{unknown}}
 
|}
 
|}
  

Revision as of 06:07, 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 style="background:#C84966; color:white;" align="center"|??
INT ChatRoom_ID
INT style="background:#C84966; color:white;" align="center"|??

Variable Descriptions


Opperand_Count = 5

Opcode = E69BDC0A


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


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