Difference between revisions of "ChatSendToRoom"
From SWGANH Wiki
(→Tags) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | |{{short}}||''' | + | |{{short}}||'''Op Count''' |
|- | |- | ||
|{{int}}||'''Opcode''' | |{{int}}||'''Opcode''' | ||
|- | |- | ||
− | + | |{{u_string}}||'''Message''' | |
|- | |- | ||
− | || | + | |{{int}}||'''String Spacer''' |
+ | |- | ||
+ | |{{int}}||'''Room ID''' | ||
+ | |- | ||
+ | |{{int}}||'''Message Counter''' | ||
|} | |} | ||
|} | |} | ||
+ | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 25: | Line 30: | ||
Opcode = '''20E4DBE3''' | Opcode = '''20E4DBE3''' | ||
+ | ---- | ||
+ | * Message | ||
+ | :chat or text sent to the room | ||
|valign=top| | |valign=top| | ||
Line 40: | Line 48: | ||
||{{ClientPacket}} | ||{{ClientPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 48: | Line 56: | ||
<pre> | <pre> | ||
− | + | 05 00 // Op Count | |
− | + | E3 DB E4 20 // ChatSendToRoom | |
− | 05 00 | + | 12 00 00 00 // string count |
− | E3 DB E4 20 | + | 74 00 65 00 73 00 74 00 69 00 6E 00 67 00 20 00 67 00 // t.e.s.t.i.n.g. .g. |
− | 12 00 00 00 | + | 75 00 69 00 6C 00 64 00 20 00 63 00 68 00 61 00 74 00 // u.i.l.d...c.h.a.t. |
− | 74 00 | + | 00 00 00 00 // string spacer |
− | 65 00 73 00 74 00 69 00 6E 00 67 00 20 00 67 00 // e.s.t.i.n.g | + | |
− | 75 00 69 00 6C 00 64 00 20 00 63 00 68 00 61 00 // u.i.l.d...c.h.a. | + | |
− | + | ||
− | 00 00 00 00 // | + | |
68 D5 28 03 // room ID | 68 D5 28 03 // room ID | ||
01 00 00 00 // Message counter | 01 00 00 00 // Message counter | ||
− | |||
− | |||
− | |||
</pre> | </pre> |
Latest revision as of 18:16, 6 January 2008
Client Packet - ChatSendToRoom (20E4DBE3)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 1 Opcode = 20E4DBE3
|
DetailsThis packet is ...
Tags
|
Sample Packet
05 00 // Op Count E3 DB E4 20 // ChatSendToRoom 12 00 00 00 // string count 74 00 65 00 73 00 74 00 69 00 6E 00 67 00 20 00 67 00 // t.e.s.t.i.n.g. .g. 75 00 69 00 6C 00 64 00 20 00 63 00 68 00 61 00 74 00 // u.i.l.d...c.h.a.t. 00 00 00 00 // string spacer 68 D5 28 03 // room ID 01 00 00 00 // Message counter