Edit on GitHub
This packet is sent when the user buys an item from a user shop in a lounge.
Its responses are:
Aliases:
hsreina/pangya-server
: PLAYER_BUY_SHOP_ITEM
Name | Type | Summary |
---|---|---|
remote_user_id | u4 | Seller's user ID |
unknown_a | bytes[4] | |
remote_item_id | u4 | From pangya_xx.iff/Item.iff. Seller's item ID for purchased item. |
remote_inventory_id | u4 | Seller's inventory ID for the purchased item. |
item_quantity | u4 | |
unknown_b | bytes[3] | |
item_cost | u4 | The pang cost of each purchased item. |
unknown_c | bytes[20] | |
guild_emblem_id | strz[9] | Possibly garbage data? |
unknown_d | bytes[121] |
meta:
id: gameservice_client_007d_user_shop_purchase
title: GameService Client User Shop Purchase
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: remote_user_id
type: u4
- id: unknown_a
size: 4
- id: remote_item_id
type: u4
- id: remote_inventory_id
type: u4
- id: item_quantity
type: u4
- id: unknown_b
size: 3
- id: item_cost
type: u4
- id: unknown_c
size: 20
- id: guild_emblem_id
type: strz
size: 9
- id: unknown_d
size: 121