Edit on GitHub

GameService Server Achievement Unlocked

Summary

This packet is sent when the user earns an achievement. It is usually paired with GameService Server 0x0220 Achievement List.

It is part of the response to:

Structure

gameservice_server_022e_achievement_unlocked

Name Type Summary
achievement_count u4
achievements achievement[achievement_count]

Subtypes

achievement

Name Type Summary
achievement_group_id u4 From pangya_xx.iff/Achievement.iff
achievement_id u4

Definition

meta:
  id: gameservice_server_022e_achievement_unlocked
  title: GameService Server Achievement Unlocked
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: achievement_count
    type: u4
  - id: achievements
    type: achievement
    repeat: expr
    repeat-expr: achievement_count
types:
  achievement:
    seq:
      - id: achievement_group_id
        type: u4
      - id: achievement_id
        type: u4

Examples

No examples available. Contribute one?