Difference between revisions of "ChatDestroyRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Sample Packet)
Line 55: Line 55:
  
 
<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>

Revision as of 21:49, 31 December 2007

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
U_STRING Message
INT String Spacer
INT Room ID
INT Message Counter??

Variable Descriptions


Opperand_Count = 3

Opcode = 094b2a77


  • Text
Text

Tags


S→C This packet originates on the server.

50% 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  // ??