Difference between revisions of "ChatOnConnectAvatar"
From SWGANH Wiki
(→Variable Descriptions) |
(→Variable Descriptions) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|ChatOnConnectAvatar (D72FE9BE)}} | |
− | {| | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 11: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Operand Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''1''' |
Opcode = '''D72FE9BE''' | 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. | |
− | + | ||
− | + | ||
|valign=top| | |valign=top| | ||
Line 61: | Line 36: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 01 00 | |
+ | BE E9 2F D7 //ChatOnConnectAvatar | ||
+ | 00 A0 BD | ||
</pre> | </pre> |
Latest revision as of 20: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
Variable DescriptionsOpperand_Count = 1 Opcode = D72FE9BE
|
Tags
|
Sample Packet
01 00 BE E9 2F D7 //ChatOnConnectAvatar 00 A0 BD