Edit on GitHub
GameService Client Connect to Sub-Server
Summary
This packet directs the server to connect the client to the sub-server specified,
as identified in GameService Server 0x004D Sub-Server List
or GameService Server 0x009F Server List.
Aliases:
hsreina/pangya-server
: PLAYER_JOIN_LOBBY
eantoniobr/UGPangya
: PLAYER_SELECT_LOBBY
Structure
Name | Type | Summary |
sub_server_id | u1 | The Sub-server's ID
|
Definition
meta:
id: gameservice_client_0004_sub_server_connect
title: GameService Client Connect to Sub-Server
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: sub_server_id
type: u1
Examples
No examples available. Contribute one?