Edit on GitHub
GameService Client User Information Request
Summary
This packet requests information on another user, typically when the 'User Info' screen is opened.
The responses are, if a (valid) user_id
has been specified:
- GameService Server 0x0157 User Name Response (if
request_type == 0x05
),
- GameService Server 0x015E User Character Response (if
request_type == 0x05
),
- GameService Server 0x0156 User Equipment Response (if
request_type == 0x05
),
- GameService Server 0x0158 User Statistics Response,
- GameService Server 0x015D User Guild Response (if
request_type == 0x05
),
- GameService Server 0x015C User Course Records Response (Natural Wind mode records),
- GameService Server 0x015C User Course Records Response (Grand Prix mode records),
- GameService Server 0x015B Unknown Response (User Information Related),
- GameService Server 0x015A Unknown Response (User Information Related),
- GameService Server 0x0159 User Trophies Response,
- GameService Server 0x015C User Course Records Response (Original mode records),
- GameService Server 0x0257 User Grand Prix Trophy Response, and
- GameService Server 0x0089 User Information Response.
The response is, if user_id == 0x00000000
(or potentially if otherwise invalid):
Aliases:
hsreina/pangya-server
: PLAYER_REQUEST_INFO
eantoniobr/UGPangya
: PLAYER_REQUEST_PLAYERINFO
Structure
Name | Type | Summary |
user_id | u4 | ID of target. |
request_type | u1 | |
Enums
Definition
meta:
id: gameservice_client_002f_user_information_request
title: GameService Client User Information Request
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: user_id
type: u4
- id: request_type
type: u1
enum: request_type
enums:
request_type:
0: total
5: season
Examples
No examples available. Contribute one?