Edit on GitHub

GameService Client Character Mastery Slot Unlock

Summary

This packet is to unlock the next mastery slot on the 2nd character mastery tab of a given character.

Its responses are:

See Also:

Structure

gameservice_client_0187_character_mastery_slot_unlock

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.

Definition

meta:
  id: gameservice_client_0187_character_mastery_slot_unlock
  title: GameService Client Character Mastery Slot Unlock
  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

Examples

No examples available. Contribute one?