Edit on GitHub
This packet contains the caddie roster for the user.
It is one of the responses to GameService Client 0x0002 Hello / Login.
Name | Type | Summary |
---|---|---|
caddie_count_a | u2 | Unconfirmed. Max be count or max. |
caddie_count_b | u2 | Unconfirmed. May be count or max. |
caddies | caddie
|
Name | Type | Summary |
---|---|---|
roster_slot_caddie | u4 | |
item_id_caddie | u4 | From pangya_xx.iff/Caddie.iff |
unknown_a | bytes | All 0x00. |
unknown_b | u1 | |
unknown_c | u4 | Increments over gameplay. Might be some sort of XP amount? |
unknown_d | bytes | All 0x00. |
meta:
id: gameservice_server_0071_user_caddie_roster
title: GameService Server User Caddie Roster
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: caddie_count_a
type: u2
- id: caddie_count_b
type: u2
- id: caddies
type: caddie
repeat: expr
repeat-expr: caddie_count_b
types:
caddie:
seq:
- id: roster_slot_caddie
type: u4
- id: item_id_caddie
type: u4
- id: unknown_a
size: 4
- id: unknown_b
type: u1
- id: unknown_c
type: u4
- id: unknown_d
size: 8