Difference between revisions of "ChatOnConnectAvatar"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{PageHeader|Server Packet|ChatOnConnectAvatar (D72FE9BE)}}
 
{{PageHeader|Server Packet|ChatOnConnectAvatar (D72FE9BE)}}
 
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 14: Line 15:
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 23: Line 24:
 
----
 
----
  
*Not sure what this is for... doesn't seem necessary.  Don't bother sending it.
+
*Sent on Login once for character (after they are connected into the chat server system).
 +
:Most likely used to cleanup old cached chat system stuff and start anew.
 +
 
  
 
|valign=top|
 
|valign=top|
Line 36: Line 39:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Server -> Client
 
 
00 09
 
00 03
 
 
01 00  
 
01 00  
 
BE E9 2F D7  //ChatOnConnectAvatar
 
BE E9 2F D7  //ChatOnConnectAvatar
 
00 A0 BD     
 
00 A0 BD     
 
</pre>
 
</pre>

Latest revision as of 21:39, 8 April 2008

Server Packet - ChatOnConnectAvatar (D72FE9BE)

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 Count
INT Opcode

Variable Descriptions


Opperand_Count = 1

Opcode = D72FE9BE


  • Sent on Login once for character (after they are connected into the chat server system).
Most likely used to cleanup old cached chat system stuff and start anew.


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

01 00 
BE E9 2F D7  //ChatOnConnectAvatar
00 A0 BD