GameService Client Tiki Shop Item Recycle
Summary
This packet recycles items into Tiki Points (TP) in Tiki's Shop.
The responses are:
- GameService Server 0x0216 User Status Update to remove items and add points/crystals,
- GameService Server 0x0274 Tiki Shop Item Recycle Response to acknowledge recycling,
- GameService Server 0x0216 User Status Update for setting tiki shop achievement progress,
- GameService Server 0x022E Achievement Unlocked, and
- GameService Server 0x0220 Achievement Update.
Aliases:
hsreina/pangya-server
:PLAYER_RECYCLE_ITEM
Structure
gameservice_client_018d_tiki_shop_item_recycle
Name | Type | Summary |
---|---|---|
item_count | u4 | Maximum of 5. |
items | item[item_count] |
Subtypes
item
Name | Type | Summary |
---|---|---|
item_id | u4 | From pangya_xx.iff/Item.iff. Item to be recycled. |
inventory_slot | u4 | |
item_quantity | u4 | Amount to be recycled. |
Definition
meta:
id: gameservice_client_018d_tiki_shop_item_recycle
title: GameService Client Tiki Shop Item Recycle
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: item_count
type: u4
- id: items
type: item
repeat: expr
repeat-expr: item_count
types:
item:
seq:
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u4