Edit on GitHub
This packet converts items into other items in the Cadie's Magicbox section of Tiki's Shop.
The responses are:
Aliases:
eantoniobr/UGPangya
: PLAYER_DO_MAGICBOX
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] |
Name | Type | Summary |
---|---|---|
item_id | u4 | From pangya_xx.iff/Item.iff |
inventory_slot | u4 |
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