Edit on GitHub

GameService Server Scratchy Play Result

Summary

This packet reports the results of playing a scratchy card.

This is one of the responses to GameService Client 0x0070 Scratchy Play.

Structure

gameservice_server_00dd_scratchy_play_result

Name Type Summary
unknown_a bytes[4]
item_count u4
items item[item_count]

Subtypes

item

Name Type Summary
unknown_b bytes[4]
item_id u4
inventory_slot u4
item_quantity u4
unknown_c bytes[4]

Definition

meta:
  id: gameservice_server_00dd_scratchy_play_result
  title: GameService Server Scratchy Play Result
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    size: 4
  - id: item_count
    type: u4
  - id: items
    type: item
    repeat: expr
    repeat-expr: item_count
types:
  item:
    seq:
      - id: unknown_b
        size: 4
      - id: item_id
        type: u4
      - id: inventory_slot
        type: u4
      - id: item_quantity
        type: u4
      - id: unknown_c
        size: 4

Examples

No examples available. Contribute one?