Difference between revisions of "ChatDestroyRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageHeader|Packet|ChatDestroyRoom (772A4B09)}}
+
{{PageHeader|Client Packet|ChatDestroyRoom (772A4B09)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 13: Line 13:
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
|-
 
|{{u_string}}||'''Message'''
 
|-
 
|{{int}}||'''String Spacer'''
 
 
|-
 
|-
 
|{{int}}||'''Room ID'''
 
|{{int}}||'''Room ID'''
 
|-
 
|-
|{{int}}||'''Message Counter??'''
+
|{{int}}||'''<font color="red">??</font>'''
|-
+
|-
+
||
+
 
|}
 
|}
 
|}
 
|}
Line 35: Line 28:
 
----
 
----
  
* '''Text'''
 
:Text
 
  
 
|valign=top|
 
|valign=top|
Line 44: Line 35:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
||{{50%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
Line 55: Line 46:
  
 
<pre>
 
<pre>
00 09
+
03 00 // Op Count
00 2D
+
03 00  
+
 
77 2A 4B 09  // ChatDestroyRoom
 
77 2A 4B 09  // ChatDestroyRoom
 
82 06 29 03  // Room ID
 
82 06 29 03  // Room ID
01 00 00 00   
+
01 00 00 00  // ??
00 5F 9F    //comp + crc
+
 
</pre>
 
</pre>

Latest revision as of 19:37, 6 January 2008

Client Packet - ChatDestroyRoom (772A4B09)

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 Op Count
INT Opcode
INT Room ID
INT ??

Variable Descriptions


Opperand_Count = 3

Opcode = 094b2a77



Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.

Sample Packet

03 00 // Op Count
77 2A 4B 09  // ChatDestroyRoom
82 06 29 03  // Room ID
01 00 00 00  // ??