Edit on GitHub
This packet announces that changes have occurred in a user shop currently being browsed because of items being purchased by a user.
It is one of the responses to GameService Client 0x007D User Shop Buy Item, but is sent other times, too.
Name | Type | Summary |
---|---|---|
remote_user_nickname | pstring | Seller's nickname. |
remote_user_id | u4 | Seller's user ID. |
unknown_a | bytes[4] | Possibly changes count? Only seen 1. |
item_id | u4 | From pangya_xx.iff/Item.iff. |
remote_inventory_id | u4 | Seller's inventory ID for changed shop item. |
item_quantity | u4 | The number of items that have recently sold. |
unknown_b | bytes[27] | |
guild_emblem_id | strz[9] | Possibly garbage data? |
unknown_c | bytes[124] |
meta:
id: gameservice_server_00ed_user_shop_purchase_announce
title: GameService Server User Shop Purchase Announce
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: remote_user_nickname
type: pstring
- id: remote_user_id
type: u4
- id: unknown_a
size: 4
- id: item_id
type: u4
- id: remote_inventory_id
type: u4
- id: item_quantity
type: u4
- id: unknown_b
size: 27
- id: guild_emblem_id
type: strz
size: 9
- id: unknown_c
size: 124