Difference between revisions of "ChatSendToRoom"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| class="wikitable" |- |{{short}}||'''Opperand_Count''' |- |{{int}}||'''Opcode''' |- ||... |} ===Var...)
 
(Sample Packet)
Line 55: Line 55:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
00 09
 +
00 55
 +
05 00
 +
E3 DB E4 20                                    // ChatSendToRoom
 +
12 00 00 00
 +
74 00                                          // t.
 +
65 00 73 00 74 00 69 00 6E 00 67 00 20 00 67 00 // e.s.t.i.n.g...g.
 +
75 00 69 00 6C 00 64 00 20 00 63 00 68 00 61 00 // u.i.l.d...c.h.a.
 +
74                                              // t
 +
00 00 00 00
 +
00
 +
68 D5 28 03
 +
01 00 00
 +
00 AD F9     
 
</pre>
 
</pre>

Revision as of 14:09, 2 June 2007


Struct


SHORT Opperand_Count
INT Opcode
...

Variable Descriptions



Opperand_Count = 1

Opcode = E3DBE420

Details


This packet is ...


Tags


C→S This packet originates on the client.

0% This packet has not been reversed.

Sample Code


Insert Code Snippet Here...

Sample Packet

00 09 
00 55 
05 00 
E3 DB E4 20                                     // ChatSendToRoom
12 00 00 00 
74 00                                           // t.
65 00 73 00 74 00 69 00 6E 00 67 00 20 00 67 00 // e.s.t.i.n.g...g.
75 00 69 00 6C 00 64 00 20 00 63 00 68 00 61 00 // u.i.l.d...c.h.a.
74                                              // t
00 00 00 00 
00 
68 D5 28 03 
01 00 00 
00 AD F9