Edit on GitHub

GameService Client Shot Item Use

Summary

This packet signals the use of a consumable item during a match.

The response is GameServer Service 0x005A Shot Item Use Announce

Aliases:

Structure

gameservice_client_0017_shot_item_use

Name Type Summary
item_id u4 From pangya_xx.iff/Item.iff. Consumable item to be used.

Definition

meta:
  id: gameservice_client_0017_shot_item_use
  title: GameService Client Shot Item Use
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: item_id
    type: u4

Examples

No examples available. Contribute one?