Edit on GitHub

GameService Client Locker Pang Transact

Summary

This packet either deposits or withdraws some amount of pang from the locker.

The responses are:

Aliases:

Structure

gameservice_client_00d4_locker_pang_transact

Name Type Summary
transaction_type u1 Sets whether to deposit or withdraw funds.
pang_amount u4 Amount to deposit or withdraw.
unknown_a bytes[4] All 0x00.

Enums

transaction_type

Key Value
transaction_type::pang_withdrawal 0
transaction_type::pang_deposit 1

Definition

meta:
  id: gameservice_client_00d4_locker_pang_transact
  title: GameService Client Locker Pang Transact
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: transaction_type
    type: u1
    enum: transaction_type
  - id: pang_amount
    type: u4
  - id: unknown_a
    size: 4
enums:
  transaction_type:
    0: pang_withdrawal
    1: pang_deposit

Examples

No examples available. Contribute one?