Edit on GitHub

GameService Client Inventory Open B

Summary

This packet is one of two that signals the user has opened the inventory screen.

The responses are GameService Server 0x012D My Room Layout and GameService Server 0x0168 User Information.

See Also:

Aliases:

Structure

gameservice_client_00b7_inventory_open_b

Name Type Summary
user_id u4 Local user's ID
unknown_a bytes[1] All examples show 1 (0x01).

Definition

meta:
  id: gameservice_client_00b7_inventory_open_b
  title: GameService Client Inventory Open B
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: user_id
    type: u4
  - id: unknown_a
    size: 1

Examples

No examples available. Contribute one?