Difference between revisions of "ConnectPlayerResponseMessage"
From SWGANH Wiki
(→Struct) |
|||
| (12 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{PageHeader|Server Packet|ConnectPlayerResponseMessage (6137556F)}} | |
| − | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
| Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
| − | + | {| align="center" | |
| + | |- | ||
| + | || | ||
{| class="wikitable" | {| class="wikitable" | ||
| + | |{{short}}||'''Op Count''' | ||
|- | |- | ||
| − | | | + | |{{int}}||'''Opcode''' |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|- | |- | ||
| + | |{{int}}|{{unknown}} | ||
| + | |} | ||
|} | |} | ||
| Line 27: | Line 25: | ||
---- | ---- | ||
| − | * Reply to [[ConnectPlayerMessage]] from Client. Based off the name this packet most likely is used to officially connect the player. | + | * Reply to [[ConnectPlayerMessage]] from Client. |
| + | :Based off the name this packet most likely is used to | ||
| + | :officially connect the player. | ||
* '''TODO''': Look into when this packet is used in the login process. | * '''TODO''': Look into when this packet is used in the login process. | ||
|valign=top| | |valign=top| | ||
| + | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
| Line 40: | Line 41: | ||
|- | |- | ||
|} | |} | ||
| − | |||
|} | |} | ||
---- | ---- | ||
| − | ==Sample | + | ==Sample Packet== |
<pre> | <pre> | ||
| − | + | 02 00 // Op Count | |
| − | + | 6F 55 37 61 // ConnectPlayerResponseMessage | |
| + | 00 00 00 00 // ?? | ||
| + | ------------------------ | ||
| + | CU log | ||
| + | ======================== | ||
| + | 02 00 | ||
| + | 6F 55 37 61 | ||
| + | 00 00 00 00 | ||
| + | 12 | ||
| + | 03 00 | ||
| + | 94 B5 7A E9 //unknown opcode | ||
| + | AA ED AC 2F 17 00 00 00 | ||
| + | 00 00 00 00 | ||
| + | 12 | ||
| + | 03 00 | ||
| + | B0 75 C2 F8 // unknown opcode | ||
| + | AA ED AC 2F 17 00 00 00 | ||
| + | 00 00 00 00 | ||
| − | |||
| − | |||
| − | |||
| − | |||
</pre> | </pre> | ||
Latest revision as of 11:47, 24 January 2008
Server Packet - ConnectPlayerResponseMessage (6137556F)
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 = 3 Opcode = 6137556F
|
Tags
|
Sample Packet
02 00 // Op Count 6F 55 37 61 // ConnectPlayerResponseMessage 00 00 00 00 // ?? ------------------------ CU log ======================== 02 00 6F 55 37 61 00 00 00 00 12 03 00 94 B5 7A E9 //unknown opcode AA ED AC 2F 17 00 00 00 00 00 00 00 12 03 00 B0 75 C2 F8 // unknown opcode AA ED AC 2F 17 00 00 00 00 00 00 00