LoginService Client Select Server
Summary
This packet is sent when the user clicks on a server on the left-hand side of the PangYa serverlist.
There are two bytes that appear to be unused. The outcome of this packet does not vary regardless of what bit pattern is present in these bytes.
In hsreina/pangya-server
, the packet ID is TCLPID.PLAYER_SELECT_SERVER
.
Structure
loginservice_client_0003_select_server
Name | Type | Summary |
---|---|---|
server_id | u2 | ID of server to connect to. |
unused | u2 | This field appears to always be zero. |
Definition
meta:
id: loginservice_client_0003_select_server
title: LoginService Client Select Server
encoding: ASCII
endian: le
seq:
- id: server_id
type: u2
- id: unused
type: u2
Examples
Agent: GB.R7.852.00
00000000
packetId = 303 00 data > serverId = 20202ea 4e data > unused = 000 00 ...N..