Difference between revisions of "ChatOnInviteToRoom"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|ChatOnInviteToRoom}}
{|
+
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 11: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|{{short}}||'''Operand Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{a_string}}||'''Channel'''
 
|-
 
|-
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|{{a_string}}||'''swg'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|{{a_string}}||'''Server name'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|{{a_string}}||'''Name of Channel creator'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|{{a_string}}||'''swg'''
 
|-
 
|-
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|{{a_string}}||'''Server name'''
 
|-
 
|-
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|{{a_string}}||'''Name of Invited Person'''
 
|-
 
|-
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|{{int}}||'''Nothing'''
|-
+
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|-
+
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 48: Line 41:
 
----
 
----
  
* Additional Descriptions go here...
 
* --
 
* ---
 
* ----
 
  
 
|valign=top|
 
|valign=top|
Line 61: Line 50:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
Line 87: Line 66:
 
22 00                                                // String count
 
22 00                                                // String count
 
53 57 47 2E 53 68 61 64 6F 77 66 69 72 65 2E 74 75    // SWG.Shadowfire.tu
 
53 57 47 2E 53 68 61 64 6F 77 66 69 72 65 2E 74 75    // SWG.Shadowfire.tu
74 6F 72 69 61 6C 2E 43 68 61 74 2E 72 6F 75 73 65    // torial.Chat.rous
+
74 6F 72 69 61 6C 2E 43 68 61 74 2E 72 6F 75 73 65    // torial.Chat.rouse
 
03 00                            // String count
 
03 00                            // String count
53 57 47                          //SWG
+
53 57 47                          // SWG
 
0A 00                            // String count
 
0A 00                            // String count
 
53 68 61 64 6F 77 66 69 72 65    // Shadowfire
 
53 68 61 64 6F 77 66 69 72 65    // Shadowfire

Latest revision as of 03:19, 18 December 2007

Server Packet - ChatOnInviteToRoom

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 Operand Count
INT Opcode
A_STRING Channel
A_STRING swg
A_STRING Server name
A_STRING Name of Channel creator
A_STRING swg
A_STRING Server name
A_STRING Name of Invited Person
INT Nothing

Variable Descriptions


Opperand_Count = 5

Opcode = 0x493FE7A4



Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

00 09 
05 B6 
00 19 
65 
05 00 
4A E7 3F 49                                           // ChatOnInviteToRoom
22 00                                                 // String count
53 57 47 2E 53 68 61 64 6F 77 66 69 72 65 2E 74 75    // SWG.Shadowfire.tu
74 6F 72 69 61 6C 2E 43 68 61 74 2E 72 6F 75 73 65    // torial.Chat.rouse
03 00                             // String count
53 57 47                          // SWG
0A 00                             // String count
53 68 61 64 6F 77 66 69 72 65     // Shadowfire
08 00                             // String count
72 75 62 69 6E 6C 65 65           // rubinlee  leader/maker of room
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 // person invited
00 00 00 00