Difference between revisions of "ChatOnLeaveRoom"

From SWGANH Wiki
Jump to: navigation, search
m (Reverted edits by Rouse (Talk); changed back to last version by Mugly)
Line 22: Line 22:
 
|-
 
|-
 
|{{int}}|'''ChatRoom ID'''
 
|{{int}}|'''ChatRoom ID'''
|-
 
|{{int}}|{{unknown}}
 
 
|-
 
|-
 
|{{byte}}|{{unknown}}
 
|{{byte}}|{{unknown}}
Line 60: Line 58:
 
* '''ChatRoom_ID'''
 
* '''ChatRoom_ID'''
 
:Put the Chatroom's Id here
 
:Put the Chatroom's Id here
 
* '''Unknown'''
 
:Some Unknown Maybe a flag something to check into later.
 
  
 
* '''Unknown'''
 
* '''Unknown'''
Line 88: Line 83:
  
 
<pre>
 
<pre>
00 09   //OPCODE = 'CHL_DATA_A
+
00 09  
D6 14 9A 57 //unk DATA 1
+
0C 74
8B 09 B5 60   //CRC = 'ChatOnLeaveRoom
+
05 00                        // op count
03 00 //INT(3)
+
8B 09 B5 60                   // ChatOnLeaveRoom
53 57 47   //'SWG'
+
03 00                         // string count
0A 00   //INT(10)
+
53 57 47                     // SWG
53 68 61 64 6F 77 66 69 72 65 //'Shadowfire'
+
0A 00                         // string count
04 00 //INT(4)
+
53 68 61 64 6F 77 66 69 72 65 // Shadowfire
79 61 6D 6D  //'yamm'
+
06 00                         // string count
00 00 00 00  
+
61 6C 6C 79 6E 61             // allyna
41 01 29 03 //unk DATA 2
+
00 00 00 00  
00 00 00 00  
+
41 01 29 03 00 00 00 00       // room id
 +
00 70 96                      // comp+crc
  
 
</pre>
 
</pre>
[[Category:Nogard]]
 

Revision as of 11:26, 11 June 2007


Struct


SHORT Operand Count
INT OpCode
A_STRING Game Name
A_STRING Galaxy Name
A_STRING Character Name
INT ??
INT ChatRoom ID
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.

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.



Sample Packet

00 09 
0C 74 
05 00                         // op count
8B 09 B5 60                   // ChatOnLeaveRoom
03 00                         // string count
53 57 47                      // SWG
0A 00                         // string count
53 68 61 64 6F 77 66 69 72 65 // Shadowfire
06 00                         // string count
61 6C 6C 79 6E 61             // allyna
00 00 00 00 
41 01 29 03 00 00 00 00       // room id
00 70 96                      // comp+crc