Difference between revisions of "ChatEnterRoomById"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{PageHeader|Client Packet|ChatEnterRoomById (BC6BDDF2)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 4: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 16: Line 19:
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 41: Line 44:
  
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
Line 54: Line 50:
 
03 00 // Op Count
 
03 00 // Op Count
 
F2 DD 6B BC // ChatEnterRoomById
 
F2 DD 6B BC // ChatEnterRoomById
14 00 00 00 // ?? Maybe number of ppl in room??
+
14 00 00 00 // ?? Maybe Server Number??
 
5D 0A 72 02 // Room ID
 
5D 0A 72 02 // Room ID
 
</pre>
 
</pre>

Latest revision as of 10:03, 4 January 2008

Client Packet - ChatEnterRoomById (BC6BDDF2)

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
INT Opcode
INT ??
INT Room ID

Variable Descriptions


Opperand_Count = 3

Opcode = 0xBC6BDDF2



Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.


Sample Packet

03 00 // Op Count
F2 DD 6B BC // ChatEnterRoomById
14 00 00 00 // ?? Maybe Server Number??
5D 0A 72 02 // Room ID