Edit on GitHub
GameService Client Equipment Update Summary This packet commits any changes to the player's equipment.
The response is Gameservice Server 0x006B Equipment Response .
Aliases:
hsreina/pangya-server
: PLAYER_CHANGE_EQUIP
eantoniobr/UGPangya
: PLAYER_CHANGE_EQUIPMENTS
Structure Subtypes Name Type Summary roster_slot_caddie
u4
Roster slot for the relevant caddie.
Name Type Summary item_id
u4
Always exactly 10 entries, corresponding to 10 consumable item slots in-game (no distinction between the 8 default slots and 2 unlockable slots). IDs from pangya_xx.iff/Item.iff.
Name Type Summary item_id_comet
u4
From pangya_xx.iff/Ball.iff. Item ID of the relevant comet.
Name Type Summary item_id_portrait_background
u4
From pangya_xx.iff/Skin.iff. 0 if unused. Player card background. item_id_portrait_frame
u4
From pangya_xx.iff/Skin.iff. 0 if unused. Player card frame. item_id_portrait_sticker
u4
From pangya_xx.iff/Skin.iff. 0 if unused. Player card sticker. item_id_portrait_slot
u4
From pangya_xx.iff/Skin.iff. 0 if unused. Player card 'slot'. item_id_cut_in
u4
Unconfirmed. From pangya_xx.iff/Skin.iff. 0 if unused. Power shot cut-in. item_id_rank_banner
u4
Unconfirmed. From pangya_xx.iff/Skin.iff. 0 if unused. Banner displayed instead of rank.
Name Type Summary roster_slot_character
u4
Roster slot for the relevant character.
Name Type Summary unknown_gsc0020_08_a
bytes[4]
All 0x00?
Name Type Summary roster_slot_character_subtype09
u4
Roster slot for the relevant character. unknown_gsc0020_09_a
bytes[16]
Enums Definition meta:
id: gameservice_client_0020_equipment_update
title: GameService Client Equipment Update
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: equipment_type
type: u1
enum: equipment_update_type
- id: equipment_data
type:
switch-on: equipment_type
cases:
equipment_update_type::caddie: equipment_update_01_caddie
equipment_update_type::consumables: equipment_update_02_consumables
equipment_update_type::comet: equipment_update_03_comet
equipment_update_type::decoration: equipment_update_04_decoration
equipment_update_type::character: equipment_update_05_character
equipment_update_type::gsc0020_08_unknown: equipment_update_08_unknown
equipment_update_type::gsc0020_09_unknown: equipment_update_09_unknown
types:
equipment_update_01_caddie:
seq:
- id: roster_slot_caddie
type: u4
equipment_update_02_consumables:
seq:
- id: item_id
type: u4
repeat: expr
repeat-expr: 10
equipment_update_03_comet:
seq:
- id: item_id_comet
type: u4
equipment_update_04_decoration:
seq:
- id: item_id_portrait_background
type: u4
- id: item_id_portrait_frame
type: u4
- id: item_id_portrait_sticker
type: u4
- id: item_id_portrait_slot
type: u4
- id: item_id_cut_in
type: u4
- id: item_id_rank_banner
type: u4
equipment_update_05_character:
seq:
- id: roster_slot_character
type: u4
equipment_update_08_unknown:
seq:
- id: unknown_gsc0020_08_a
size: 4
equipment_update_09_unknown:
seq:
- id: roster_slot_character_subtype09
type: u4
- id: unknown_gsc0020_09_a
size: 16
enums:
equipment_update_type:
1: caddie
2: consumables
3: comet
4: decoration
5: character
8: gsc0020_08_unknown
9: gsc0020_09_unknown
Examples No examples available. Contribute one? Packetdoc is Open Source! Know something we don't? Please contribute by opening a Pull Request. No Git experience? No problem! Simply use the GitHub user interface to edit a file; no command line or Git experience needed.
Copyright © 2019 the Pangbox authors. Licensed under the ISC license.
PangYa is a registered trademark of Ntreev Soft Co., Ltd. Corporation. Pangbox is not endorsed or related to Ntreev Soft Co., Ltd. Corporation in any way. "PangYa" and related trademarks are used strictly for informational purposes.