Edit on GitHub

GameService Server Treasure Point Status

Summary

This packet contains the progress toward filling the Treasure Point meter.

It is one of the responses to GameService Server 0x001C Room Resync.

Structure

gameservice_server_0132_treasure_point_status

Name Type Summary
treasure_point_amount u4 Can exceed 1000 (0x03E8), although the displayed meter caps at 1000 no additional benefit is believed to exist.

Definition

meta:
  id: gameservice_server_0132_treasure_point_status
  title: GameService Server Treasure Point Status
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: treasure_point_amount
    type: u4

Examples

No examples available. Contribute one?