Edit on GitHub
This packet recycles items into Tiki Points (TP) in Tiki's Shop.
The responses are:
Aliases:
hsreina/pangya-server
: PLAYER_RECYCLE_ITEM
Name | Type | Summary |
---|---|---|
item_count | u4 | Maximum of 5. |
items | item[item_count] |
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. |
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