Edit on GitHub

GameService Server Time Booster Announce

Summary

This packet announces the use of a time booster / fast forward.

It is a response to:

Structure

gameservice_server_00c7_time_booster_announce

Name Type Summary
item_id u4 From pangya_xx.iff/Item.iff. Item ID of the Time Booster used.
connection_id u4 Connection ID of the user that used the Time Booster.

Definition

meta:
  id: gameservice_server_00c7_time_booster_announce
  title: GameService Server Time Booster Announce
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: item_id
    type: u4
  - id: connection_id
    type: u4

Examples

No examples available. Contribute one?