Edit on GitHub
This packet reports the results of playing a scratchy card.
This is one of the responses to GameService Client 0x0070 Scratchy Play.
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | |
item_count | u4 | |
items | item[item_count] |
Name | Type | Summary |
---|---|---|
unknown_b | bytes[4] | |
item_id | u4 | |
inventory_slot | u4 | |
item_quantity | u4 | |
unknown_c | bytes[4] |
meta:
id: gameservice_server_00dd_scratchy_play_result
title: GameService Server Scratchy Play Result
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: item_count
type: u4
- id: items
type: item
repeat: expr
repeat-expr: item_count
types:
item:
seq:
- id: unknown_b
size: 4
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u4
- id: unknown_c
size: 4