Edit on GitHub
GameService Client Locker Page Request
Summary
This packet is used to request a page of the locker's inventory.
The response is GameService Server 0x016D Locker Page Response.
Aliases:
hsreina/pangya-server
: PLAYER_REQUEST_LOCKER_PAGE
eantoniobr/UGPangya
: PLAYER_CALL_LOCKERITEMLIST
Structure
Name | Type | Summary |
unknown_a | u4 | Possibly a max items per page? |
page_value | u2 | |
Definition
meta:
id: gameservice_client_00cd_locker_page_request
title: GameService Client Locker Page Request
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
type: u4
- id: page_value
type: u2
Examples
No examples available. Contribute one?