Edit on GitHub
This packet contains the item winnings from a tournament. These are listed at the bottom of the results screen.
If a user has won multiple of the same item, duplicates are used to match the number won.
It is part of the response to:
Name | Type | Summary |
---|---|---|
unknown_a | u1 | |
item_count | u1 | |
item_list | item[item_count] |
Name | Type | Summary |
---|---|---|
item_id | u4 | From pangya_xx.iff/Item.iff |
meta:
id: gameservice_server_00ce_tournament_item_winnings
title: GameService Server Tournament Item Winnings
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
type: u1
- id: item_count
type: u1
- id: item_list
type: item
repeat: expr
repeat-expr: item_count
types:
item:
seq:
- id: item_id
type: u4