Edit on GitHub

GameService Server User Shop Inventory

Summary

This packet contains the inventory of a user's shop set up within a lounge room.

It is a response to:

Structure

gameservice_server_00e6_user_shop_inventory

Name Type Summary
unknown_gss00e6_a u4 Always 1? Possibly a page count of some sort for a hypothetical multi-page user inventory?
unknown_gss00e6_b u4 Always 1? Possibly a page number of some sort for a hypothetical multi-page user inventory?
user_nickname strz[22] Shop owner's nickname.
shop_name pstring
user_id u4 Shop owner's user ID.
shop_item_count u4
shop_items shop_item[shop_item_count]

Subtypes

shop_item

Name Type Summary
shop_item_index u4 Increments from $00 to $05.
item_id u4 From pangya_xx.iff/Item.iff, /Card.iff, etc.
inventory_slot u4 Unconfirmed.
shop_item_quantity u4
unknown_gss00e6_c bytes[3] All 0x00?
shop_item_cost u4
unknown_gss00e6_d bytes[20] All 0x00?
item_asset_id bytes[9] Associated with downloading custom assets, such as user designed clothing.
unknown_gss00e6_f u2
unknown_gss00e6_g u2
unknown_gss00e6_h bytes[116]

Definition

meta:
  id: gameservice_server_00e6_user_shop_inventory
  title: GameService Server User Shop Inventory
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_gss00e6_a
    type: u4
  - id: unknown_gss00e6_b
    type: u4
  - id: user_nickname
    type: strz
    size: 22
  - id: shop_name
    type: pstring
  - id: user_id
    type: u4
  - id: shop_item_count
    type: u4
  - id: shop_items
    type: shop_item
    repeat: expr
    repeat-expr: shop_item_count
types:
  shop_item:
    seq:
      - id: shop_item_index
        type: u4
      - id: item_id
        type: u4
      - id: inventory_slot
        type: u4
      - id: shop_item_quantity
        type: u4
      - id: unknown_gss00e6_c
        size: 3
      - id: shop_item_cost
        type: u4
      - id: unknown_gss00e6_d
        size: 20
      - id: item_asset_id
        size: 9
      - id: unknown_gss00e6_f
        type: u2
      - id: unknown_gss00e6_g
        type: u2
      - id: unknown_gss00e6_h
        size: 116

Examples

No examples available. Contribute one?