Edit on GitHub
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:
Name | Type | Summary |
---|---|---|
achievement_count | u4 | |
achievements | achievement[achievement_count] |
Name | Type | Summary |
---|---|---|
achievement_group_id | u4 | From pangya_xx.iff/Achievement.iff |
achievement_id | u4 |
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