Edit on GitHub
This packet deposits an item in the user's locker.
The responses are:
Aliases:
eantoniobr/UGPangya
: PLAYER_PUT_ITEMLOCKER
Name | Type | Summary |
---|---|---|
unknown_a | bytes[9] | Might correspond with the first 9 bytes of 0x00EC. |
item_id | u4 | From pangya_xx.iff/Item.iff. ID of the deposited item. |
inventory_slot | u4 | |
item_quantity | u4 | |
unknown_b | bytes[156] | Might correspond with the last 156 bytes of server's responses. |
meta:
id: gameservice_client_00ce_locker_item_deposit
title: GameService Client Locker Item Deposit
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 9
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u4
- id: unknown_b
size: 156