Edit on GitHub
This packet relays a user's use of a consumable item.
As with all other shot announce packets, it is not relayed during tournaments/simultaneous play.
This is a response to GameService Client 0x0017 Shot Item Use.
Name | Type | Summary |
---|---|---|
item_id | u4 | From pangya_xx.iff/Item.iff. The item ID of the used consumable. |
unknown_a | u4 | |
connection_id | u4 | The connection ID of the user who used the consumable item. |
meta:
id: gameservice_server_005a_shot_item_use_announce
title: GameService Server Shot Item Use Announce
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: item_id
type: u4
- id: unknown_a
type: u4
- id: connection_id
type: u4