Edit on GitHub
This packet acknowledges an item has been deposited in the locker.
This is one of the responses to GameService Client 0x00CE Locker Item Deposit.
Name | Type | Summary |
---|---|---|
unknown_a | bytes[12] | All 0x00. |
item_id | u4 | |
inventory_slot | u4 | |
item_quantity | u4 | |
unknown_b | bytes[156] | Possibly corresponds to the last 156 bytes in client's packet. |
meta:
id: gameservice_server_016e_locker_item_deposit_response_b
title: GameService Server Locker Item Deposit Response B
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 12
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u4
- id: unknown_b
size: 156