Difference between revisions of "ChatRequestRoomList"
From SWGANH Wiki
(→Details) |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Client Packet|ChatRequestRoomList (4C3D2CFA)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
− | |valign=top| | + | |valign=top width="600px"| |
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Op Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | + | Op Count = '''1''' | |
− | + | ||
Opcode = '''4C3D2CFA''' | Opcode = '''4C3D2CFA''' | ||
− | |||
===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 39: | Line 41: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 01 00 // Op Count | |
+ | FA 2C 3D 4C // ChatRequestRoomList | ||
</pre> | </pre> |
Latest revision as of 12: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
Variable DescriptionsOp Count = 1 Opcode = 4C3D2CFA Details
|
Tags
|
Sample Packet
01 00 // Op Count FA 2C 3D 4C // ChatRequestRoomList