Difference between revisions of "ChatRequestRoomList"

From SWGANH Wiki
Jump to: navigation, search
(Details)
 
(12 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
|valign=top|
+
|valign=top width="600px"|
 
===Struct===
 
===Struct===
 
----
 
----
Line 10: Line 10:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|{{short}}||'''Opperand_Count'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
Line 19: Line 19:
 
----
 
----
  
 
+
Op Count     = '''1'''
Opperand_Count     = '''1'''
+
  
 
Opcode     = '''4C3D2CFA'''
 
Opcode     = '''4C3D2CFA'''
  
|valign=top|
 
 
===Details===
 
===Details===
 
----
 
----
  
This packet is used to request a mass list of all chatrooms on the server. The server simply replies with the large list of channels available.
+
* This packet is used to request a mass list of all  
 +
:chatrooms on the server. The server simply replies  
 +
:with the large list of channels available.
  
 +
|valign=top|
  
 
===Tags===
 
===Tags===
Line 44: Line 45:
 
----
 
----
  
==Sample Code==
 
----
 
  
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00 // Op Count
 +
FA 2C 3D 4C // ChatRequestRoomList
 
</pre>
 
</pre>

Latest revision as of 13:52, 24 January 2008

Client Packet - ChatRequestRoomList (4C3D2CFA)

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

Variable Descriptions


Op Count = 1

Opcode = 4C3D2CFA

Details


  • This packet is used to request a mass list of all
chatrooms on the server. The server simply replies
with the large list of channels available.

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.



Sample Packet

01 00 // Op Count
FA 2C 3D 4C // ChatRequestRoomList