GameService Server Tiki Shop Item Convert Response
Summary
This packet acknowledges converting an item in the Cadie's Magicbox section of Tiki's Shop.
This is one of the responses to GameService Client 0x0158 Tiki Shop Item Convert.
Structure
gameservice_server_022f_tiki_shop_item_convert_response
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | |
recipe_index | u2 | |
unknown_b | bytes[2] | |
item_count | u4 | Number of different created items, probably. No multi-item recipes are accessible, however. |
item_id | u4 | From pangya_xx.iff/Item.iff. Created item's ID. |
inventory_slot | u4 | |
item_quantity | u4 | Combined quantity of created item from all runs of recipe. |
item_quantity_total | u4 | New quantity of all such item in inventory. |
unknown_c | bytes[4] |
Definition
meta:
id: gameservice_server_022f_tiki_shop_item_convert_response
title: GameService Server Tiki Shop Item Convert Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: recipe_index
type: u2
- id: unknown_b
size: 2
- id: item_count
type: u4
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u4
- id: item_quantity_total
type: u4
- id: unknown_c
size: 4