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:

Structure

gameservice_client_00cd_locker_page_request

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?