Edit on GitHub
This packet recognizes the user accepting the daily quests.
This is the response to GameService Client 0x0152 Quest Accept.
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | |
quest_count | u4 | |
quests | quest[quest_count] |
Name | Type | Summary |
---|---|---|
unknown_b | u1 | |
quest_id | u4 | From pangya_xx.iff/QuestItem.iff. |
quest_status_slot | u4 | |
unknown_c | u4 | |
unknown_d | u4 | |
achievement_id | u4 | From pangya_xx.iff/Achievement.iff. Associated achievement. |
achievement_status_id | u4 | From pangya_xx.iff/Achievement.iff. Associated achievement. |
achievement_status_slot | u4 | From [GameService Server 0x021E User Achievements](/packets/gameservice/server/021e.ksy). Associated achievement. |
unknown_e | u4 |
meta:
id: gameservice_server_0226_quest_accept_response
title: GameService Server Quest Accept Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: quest_count
type: u4
- id: quests
type: quest
repeat: expr
repeat-expr: quest_count
types:
quest:
seq:
- id: unknown_b
type: u1
- id: quest_id
type: u4
- id: quest_status_slot
type: u4
- id: unknown_c
type: u4
- id: unknown_d
type: u4
- id: achievement_id
type: u4
- id: achievement_status_id
type: u4
- id: achievement_status_slot
type: u4
- id: unknown_e
type: u4