Difference between revisions of "ChatEnterRoomById"

From SWGANH Wiki
Jump to: navigation, search
(New page: todo)
 
Line 1: Line 1:
todo
+
{| border="0" width="90%" cellpadding=6
 +
|-
 +
|valign=top|
 +
===Struct===
 +
----
 +
 
 +
{| class="wikitable"
 +
|-
 +
|{{short}}||'''Operand'''
 +
|-
 +
|{{int}}||'''Opcode'''
 +
|-
 +
|{{int}}|'''Room ID'''
 +
|-
 +
|}
 +
 
 +
===Variable Descriptions===
 +
----
 +
 
 +
Opperand_Count     = '''3'''
 +
 
 +
Opcode     = '''0xBC6BDDF2'''
 +
----
 +
 
 +
 
 +
|valign=top|
 +
 
 +
===Tags===
 +
----
 +
{| align="center"
 +
|-
 +
||{{ClientPacket}}
 +
|-
 +
||{{100%}}
 +
|-
 +
|}
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
==Sample Code==
 +
----
 +
 
 +
<pre>
 +
Insert Code Snippet Here...
 +
</pre>
 +
 
 +
==Sample Packet==
 +
 
 +
<pre>
 +
03 00
 +
F2 DD 6B BC
 +
14 00 00 00
 +
5D 0A 72 02
 +
</pre>

Revision as of 18:07, 2 June 2007

Struct


SHORT Operand
INT Opcode
INT Room ID

Variable Descriptions


Opperand_Count = 3

Opcode = 0xBC6BDDF2



Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

03 00 
F2 DD 6B BC
14 00 00 00
5D 0A 72 02