Difference between revisions of "ChatInviteAvatarToRoom"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Packet|ChatInviteAvatarToRoom (D3EC7372)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- ===Variable Descriptions=== ---- Opperand_Count = '...)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{PageHeader|Packet|ChatInviteAvatarToRoom (D3EC7372)}}
+
{{PageHeader|Client Packet|ChatInviteAvatarToRoom (D3EC7372)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 23: Line 23:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
 
||{{25%}}
 
||{{25%}}
Line 34: Line 34:
  
 
<pre>
 
<pre>
 +
00 09
 +
00 1E
 +
03 00
 +
D3 EC 73 72                    // ChatInviteAvatarToRoom
 +
03 00                          // string count
 +
53 57 47                      // SWG
 +
0A 00                          // string count
 +
53 68 61 64 6F 77 66 69 72 65  // Shadowfire
 +
09 00                          // string count
 +
73 70 65 74 79 6E 65 73 73    // spetyness
 +
22 00                          // string count
 +
53 57 47 2E 53 68 61 64                          // SWG.Shad
 +
6F 77 66 69 72 65 2E 74 75 74 6F 72 69 61 6C 2E  // owfire.tutorial.
 +
43 68 61 74 2E 72 6F 75 73 65                    // Chat.rouse..
 +
C7 9A
  
 
</pre>
 
</pre>

Latest revision as of 19:20, 6 January 2008

Client Packet - ChatInviteAvatarToRoom (D3EC7372)

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 Descriptions


Opperand_Count = X

Opcode = D3EC7372


  • Text
Text

Tags


C→S This packet originates on the client.

25% This packet has been partially reversed.

Sample Packet

00 09 
00 1E 
03 00 
D3 EC 73 72                    // ChatInviteAvatarToRoom
03 00                          // string count
53 57 47                       // SWG
0A 00                          // string count
53 68 61 64 6F 77 66 69 72 65  // Shadowfire
09 00                          // string count
73 70 65 74 79 6E 65 73 73     // spetyness
22 00                          // string count
53 57 47 2E 53 68 61 64                           // SWG.Shad
6F 77 66 69 72 65 2E 74 75 74 6F 72 69 61 6C 2E   // owfire.tutorial.
43 68 61 74 2E 72 6F 75 73 65                     // Chat.rouse..
C7 9A