Difference between revisions of "ChatOnLeaveRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Sample Packet)
Line 87: Line 87:
  
 
<pre>
 
<pre>
00 09
 
0C 74
 
 
05 00                        // op count
 
05 00                        // op count
 
8B 09 B5 60                  // ChatOnLeaveRoom
 
8B 09 B5 60                  // ChatOnLeaveRoom
Line 97: Line 95:
 
06 00                        // string count
 
06 00                        // string count
 
61 6C 6C 79 6E 61            // allyna
 
61 6C 6C 79 6E 61            // allyna
00 00 00 00  
+
00 00 00 00                   // string spacer
 
41 01 29 03                  // room id
 
41 01 29 03                  // room id
00 00 00 00
+
00 00 00 00 // ??
00 70 96                      // comp+crc
+
 
+
 
</pre>
 
</pre>

Revision as of 13:30, 10 January 2008

Server Packet - ChatOnLeaveRoom (60B5098B)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Operand Count
INT OpCode
A_STRING Game Name
A_STRING Galaxy Name
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 Galaxy 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

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                   // string spacer
41 01 29 03                   // room id
00 00 00 00 // ??