Edit on GitHub
This packet contains only the local user's winnings from the Treasure Point mechanism, unlike the main result packet which may contain other users' winnings as well.
Also unlike the result packet, it is always sent, even if the local user does not win any treasure point items, and even if no one else does either.
From the result packet, the items have been sorted by item_id, instead of staying in the same order, although this may not be necessary.
It is part of the response to:
See Also:
Name | Type | Summary |
---|---|---|
treasure_count | u1 | |
treasure_list | treasure[treasure_count] |
Name | Type | Summary |
---|---|---|
user_id | u4 | |
item_id | u4 | |
inventory_slot | u4 | |
item_quantity | u2 | |
unknown_a | bytes[7] |
meta:
id: gameservice_server_0134_treasure_point_winnings
title: GameService Server Treasure Point Winnings
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: treasure_count
type: u1
- id: treasure_list
type: treasure
repeat: expr
repeat-expr: treasure_count
types:
treasure:
seq:
- id: user_id
type: u4
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u2
- id: unknown_a
size: 7