Edit on GitHub

GameService Server Shot Assist Activate Response

Summary

This packet acknowledges shot assist activating on a shot.

This is the response to GameService Client 0x0185 Shot Assist Activate.

Structure

gameservice_server_026b_shot_assist_activate_response

Name Type Summary
unknown_a u4 All examples are 0 (0x00000000).
item_id u4 From pangya_xx.iff/Item.iff. The 'Play Assist' item ID (0x1BE00016).
user_id u4 The local user's ID.

Definition

meta:
  id: gameservice_server_026b_shot_assist_activate_response
  title: GameService Server Shot Assist Activate Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u4
  - id: item_id
    type: u4
  - id: user_id
    type: u4

Examples

No examples available. Contribute one?