Edit on GitHub
This packet details the user's cardholic collection.
This is one of the responses to GameService Client 0x0002 Hello / Login.
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | Always 0x00. |
card_count | u2 | |
cards | card[card_count] |
Name | Type | Summary |
---|---|---|
inventory_slot_card | u4 | |
item_id_card | u4 | From pangya_xx.iff/Card.iff. |
unknown_b | bytes[12] | All 0x00. |
item_quantity_card | u4 | |
unknown_c | bytes[32] | All 0x00. |
unknown_d | u2 | All examples 1 (0x0001). |
meta:
id: gameservice_server_0138_user_cardholic_inventory
title: GameService Server User Cardholic Inventory
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: card_count
type: u2
- id: cards
type: card
repeat: expr
repeat-expr: card_count
types:
card:
seq:
- id: inventory_slot_card
type: u4
- id: item_id_card
type: u4
- id: unknown_b
size: 12
- id: item_quantity_card
type: u4
- id: unknown_c
size: 32
- id: unknown_d
type: u2