Edit on GitHub

GameService Server Memorial Coin Result

Summary

This packet contains the result of a Memorial Coin play.

This is one of the responses to GameService Client 0x017F Memorial Coin Play.

Structure

gameservice_server_0264_memorial_coin_result

Name Type Summary
unknown_a u4 All examples show 0 (0x00000000).
unknown_b u4 All examples show 1 (0x00000001).
unknown_c s4 All examples show -1 (0xFFFFFFFF).
item_id u4 From pangya_xx.iff/Item.iff. Item ID of prize won.
item_quantity u4 Number of specified items won.

Definition

meta:
  id: gameservice_server_0264_memorial_coin_result
  title: GameService Server Memorial Coin Result
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u4
  - id: unknown_b
    type: u4
  - id: unknown_c
    type: s4
  - id: item_id
    type: u4
  - id: item_quantity
    type: u4

Examples

No examples available. Contribute one?