Edit on GitHub
This packet contains a count of the user's grand prix trophies. This does not include standard tournament trophies.
This is one of the responses to GameService Client 0x002F User Information Request.
See Also:
Name | Type | Summary |
---|---|---|
request_type | u1 | Matches request packet. |
user_id | u4 | Matches request packet. |
user_gp_trophy_count | u2 | |
user_gp_trophy_data | user_gp_trophy_data[user_gp_trophy_count] |
Name | Type | Summary |
---|---|---|
trophy_slot | u4 | Unconfirmed. User-specific trophy slot for trophy. |
item_id | u4 | From pangya_xx.iff/GrandPrixRankReward.iff. |
item_count | u4 | Number of a given trophy. |
Key | Value |
---|---|
request_type::total | 0 |
request_type::season | 5 |
meta:
id: gameservice_server_0257_user_gp_trophy_response
title: GameService Server User Grand Prix Trophy Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: request_type
type: u1
enum: request_type
- id: user_id
type: u4
- id: user_gp_trophy_count
type: u2
- id: user_gp_trophy_data
type: user_gp_trophy_data
repeat: expr
repeat-expr: user_gp_trophy_count
types:
user_gp_trophy_data:
seq:
- id: trophy_slot
type: u4
- id: item_id
type: u4
- id: item_count
type: u4
enums:
request_type:
0: total
5: season