Edit on GitHub

GameService Client Pangya Shop Purchase

Summary

This packet purchases an item from the Pangya Shop.

The response is GameService Server 0x0068 Pangya Shop Purchase Response.

Aliases:

Structure

gameservice_client_001d_pangya_shop_purchase

Name Type Summary
unknown_a u1
item_count u2
items item[item_count]
unknown_b u4

Subtypes

item

Name Type Summary
unknown_c s4 All examples show -1 (0xFFFFFFFF).
item_id u4 From pangya_xx.iff/Item.iff.
unknown_d s4 All examples show -65536 (0xFFFF0000).
item_quantity u4
item_cost_pang u4 Per item.
item_cost_cookie u4 Unconfirmed. Per item.

Definition

meta:
  id: gameservice_client_001d_pangya_shop_purchase
  title: GameService Client Pangya Shop Purchase
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u1
  - id: item_count
    type: u2
  - id: items
    type: item
    repeat: expr
    repeat-expr: item_count
  - id: unknown_b
    type: u4
types:
  item:
    seq:
      - id: unknown_c
        type: s4
      - id: item_id
        type: u4
      - id: unknown_d
        type: s4
      - id: item_quantity
        type: u4
      - id: item_cost_pang
        type: u4
      - id: item_cost_cookie
        type: u4

Examples

No examples available. Contribute one?