Edit on GitHub
This packet acknowledges an item has been withdrawn from the locker.
This is one of the responses to GameService Client 0x00CF Locker Item Withdraw.
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | |
unknown_id | u4 | |
unknown_b | bytes[4] | All 0x00. |
item_id | u4 | |
inventory_slot | u4 | |
item_quantity | u4 | |
unknown_c | bytes[156] | Possibly corresponds to the last 156 bytes in client's packet. |
meta:
id: gameservice_server_016f_locker_item_withdraw_response
title: GameService Server Locker Item Withdraw Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- 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