GameService Client Tiki Shop Item Convert
Summary
This packet converts items into other items in the Cadie's Magicbox section of Tiki's Shop.
The responses are:
- GameService Server 0x0216 User Status Update to remove ingredients and add created items,
- GameService Server 0x022F Tiki Shop Item Convert Response to acknowledge conversion,
- GameService Server 0x0216 User Status Update for setting tiki shop achievement progress,
- GameService Server 0x022E Achievement Unlocked, and
- GameService Server 0x0220 Achievement Update.
Aliases:
eantoniobr/UGPangya
:PLAYER_DO_MAGICBOX
Structure
gameservice_client_0158_tiki_shop_item_convert
Name | Type | Summary |
---|---|---|
recipe_index | u2 | Increments left to right, top to bottom, then continues through all recipe tabs. |
recipe_quantity | u4 | Number of conversions to be done. |
ingredient_count | u1 | |
ingredients | ingredient[ingredient_count] |
Subtypes
ingredient
Name | Type | Summary |
---|---|---|
item_id | u4 | From pangya_xx.iff/Item.iff |
inventory_slot | u4 |
Definition
meta:
id: gameservice_client_0158_tiki_shop_item_convert
title: GameService Client Tiki Shop Item Convert
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: recipe_index
type: u2
- id: recipe_quantity
type: u4
- id: ingredient_count
type: u1
- id: ingredients
type: ingredient
repeat: expr
repeat-expr: ingredient_count
types:
ingredient:
seq:
- id: item_id
type: u4
- id: inventory_slot
type: u4