GameService Server Lootbox Open Result
Summary
This packet details the contents of the lootbox opened by the user.
This is one of the responses to GameService Client 0x00EF Lootbox Open.
Structure
gameservice_server_019d_lootbox_open_result
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | |
lootbox_item_id | u4 | From pangya_xx.iff/Item.iff. Lootbox's item ID. |
contents_item_id | u4 | From pangya_xx.iff/Item.iff. Contents' item ID. |
contents_item_quantity | u4 |
Definition
meta:
id: gameservice_server_019d_lootbox_open_result
title: GameService Server Lootbox Open Result
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: lootbox_item_id
type: u4
- id: contents_item_id
type: u4
- id: contents_item_quantity
type: u4