Difference between revisions of "ChatQueryRoom"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Packet|ChatQueryRoom (92B1F29C) {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- ===Variable Descriptions=== ---- Opperand_Count = '''X''' Opc...)
 
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageHeader|Packet|ChatQueryRoom (92B1F29C)
+
{{PageHeader|Client Packet|ChatQueryRoom (92B1F29C)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 5: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 +
{| class="wikitable"
 +
|-
 +
|{{short}}||'''Op Count'''
 +
|-
 +
|{{int}}||'''Opcode'''
 +
|-
 +
|{{int}}|'''<font color="red">??</font>'''
 +
|-
 +
|{{a_string}}||'''Room Name'''
 +
|}
 +
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''X'''
+
Opperand_Count     = '''3'''
  
 
Opcode     = '''92B1F29C'''
 
Opcode     = '''92B1F29C'''
 
----
 
----
 
* '''Text'''
 
:Text
 
  
 
|valign=top|
 
|valign=top|
Line 23: Line 34:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
||{{25%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
Line 34: Line 45:
  
 
<pre>
 
<pre>
00 09
+
03 00  
00 02
+
92 B1 F2 9C                                      // ChatQueryRoom
02 00  
+
01 00 00 00  
5F B1 02 71 //ChatServerStatus
+
22 00                                           // string count
01          //status maybe 0 = offline and 1= online??????????
+
53 57 47 2E 53 68 61 64 6F 77 66 69 72 65 2E 74  // SWG.Shadowfire.t
00 D2 AA
+
75 74 6F 72 69 61 6C 2E 43 68 61 74 2E 72 6F 75  // utorial.Chat.rou
 +
73 65                                            // se
 
</pre>
 
</pre>

Latest revision as of 19:19, 6 January 2008

Client Packet - ChatQueryRoom (92B1F29C)

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
INT ??
A_STRING Room Name

Variable Descriptions


Opperand_Count = 3

Opcode = 92B1F29C


Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.

Sample Packet

03 00 
92 B1 F2 9C                                      // ChatQueryRoom
01 00 00 00 
22 00                                            // string count
53 57 47 2E 53 68 61 64 6F 77 66 69 72 65 2E 74  // SWG.Shadowfire.t
75 74 6F 72 69 61 6C 2E 43 68 61 74 2E 72 6F 75  // utorial.Chat.rou
73 65                                            // se