Edit on GitHub

GameService Server Pangya Shop Purchase Response

Summary

This packet acknowledges a purchase from the Pangya Shop.

This is the response to GameService Client 0x001D Pangya Shop Purchase.

Structure

gameservice_server_0068_pangya_shop_purchase_response

Name Type Summary
unknown_a bytes[4]
balance_pang u4 New pang balance after purchase.
balance_cookie u4 Unconfirmed. New cookie balance after purchase.
unknown_b bytes[8]

Definition

meta:
  id: gameservice_server_0068_pangya_shop_purchase_response
  title: GameService Server Pangya Shop Purchase Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    size: 4
  - id: balance_pang
    type: u4
  - id: balance_cookie
    type: u4
  - id: unknown_b
    size: 8

Examples

No examples available. Contribute one?