Edit on GitHub

GameService Client Locker Item Withdraw

Summary

This packet withdraws an item from the user's locker.

The responses are:

Aliases:

Structure

gameservice_client_00cf_locker_item_withdraw

Name Type Summary
unknown_a bytes[1]
unknown_id u4
unknown_b bytes[4]
item_id u4 From pangya_xx.iff/Item.iff. ID of the deposited item.
inventory_slot u4 May be 0 if no examples present in main inventory.
item_quantity u4
unknown_c bytes[156] Might correspond with the last 156 bytes of server's responses.

Definition

meta:
  id: gameservice_client_00cf_locker_item_withdraw
  title: GameService Client Locker Item Withdraw
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    size: 1
  - id: unknown_id
    type: u4
  - id: unknown_b
    size: 4
  - id: item_id
    type: u4
  - id: inventory_slot
    type: u4
  - id: item_quantity
    type: u4
  - id: unknown_c
    size: 156

Examples

No examples available. Contribute one?