Edit on GitHub
This packet is to apply a card to a given character in the character mastery screen.
Its responses are:
Aliases:
eantoniobr/UGPangya
: PLAYER_PUT_CARD
See Also:
Name | Type | Summary |
---|---|---|
item_id_character | u4 | From pangya_xx.iff/Character.iff. Item ID of relevant character. |
roster_slot_character | u4 | User-specific roster slot for relevant character. |
item_id_card | u4 | From pangya_xx.iff/Card.iff. Item ID of relevant card. |
cardholic_slot | u4 | Unconfirmed. Cardholic inventory slot for card. |
card_mastery_card_slot | u4 | Card Mastery card slot being used. Witnessed 0x01 = Group 1, Slot 1; 0x05 and 0x06 = Group 2, Slots 1 and 2. |
meta:
id: gameservice_client_018a_character_mastery_card_apply
title: GameService Client Character Mastery Card Apply
encoding: ASCII
endian: le
imports:
- ../../common/id_bank
- ../../common/pstring
seq:
- id: item_id_character
type: u4
enum: id_bank::item_id_character
- id: roster_slot_character
type: u4
- id: item_id_card
type: u4
- id: cardholic_slot
type: u4
- id: card_mastery_card_slot
type: u4