Edit on GitHub
This packet contains the request page of the locker inventory.
This is a response to GameService Client 0x00CD Locker Page Request.
Name | Type | Summary |
---|---|---|
page_max | u2 | Unconfirmed. |
page_current | u2 | Unconfirmed. |
item_count | u1 | |
items | item[item_count] |
Name | Type | Summary |
---|---|---|
unknown_id | u4 | Appears to all be the same value? |
unknown_a | bytes[4] | All 0x00. |
item_id | u4 | From pangya_xx.iff/Item.iff |
unknown_b | bytes[4] | All 0x00. |
item_quantity | u4 | Unconfirmed. |
unknown_c | bytes[156] | All 0x00. |
meta:
id: gameservice_server_016d_locker_page_response
title: GameService Server Locker Page Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: page_max
type: u2
- id: page_current
type: u2
- id: item_count
type: u1
- id: items
type: item
repeat: expr
repeat-expr: item_count
types:
item:
seq:
- id: unknown_id
type: u4
- id: unknown_a
size: 4
- id: item_id
type: u4
- id: unknown_b
size: 4
- id: item_quantity
type: u4
- id: unknown_c
size: 156