Difference between revisions of "ChatDestroyRoom"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Struct)
 
(8 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 5: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 +
{| class="wikitable"
 +
|-
 +
|{{short}}||'''Op Count'''
 +
|-
 +
|{{int}}||'''Opcode'''
 +
|-
 +
|{{int}}||'''Room ID'''
 +
|-
 +
|{{int}}||'''<font color="red">??</font>'''
 +
|}
 +
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
Line 14: Line 28:
 
----
 
----
  
* '''Text'''
 
:Text
 
  
 
|valign=top|
 
|valign=top|
Line 23: Line 35:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
||{{50%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
Line 34: 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  // ??