Edit on GitHub
This packet reports the received items from the opening of a card pack.
It is a response to GameService Client 0x00CA Cardholic Pack Open.
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | Possibly padding? |
pack_unknown_id | u4 | From request. Possibly inventory id of opened pack. |
pack_item_id | u4 | From pangya_xx.iff/Card.iff. Item ID of opened pack. |
unknown_b | bytes[51] | |
card_unknown_id | u4 | Similar to pack's unknown id. |
card_item_id | u4 | From pangya_xx.iff/Card.iff. Item ID of new card. |
unknown_c | bytes[54] |
meta:
id: gameservice_server_0154_cardholic_pack_open_response
title: GameService Server Cardholic Pack Open Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: pack_unknown_id
type: u4
- id: pack_item_id
type: u4
- id: unknown_b
size: 51
- id: card_unknown_id
type: u4
- id: card_item_id
type: u4
- id: unknown_c
size: 54