Edit on GitHub

GameService Server Locker Pang Balance

Summary

This packet contains the user's current pang balance within the locker.

This is the response to GameService Client 0x00D5 Locker Pang Balance Request, and one of the responses to GameService Client 0x00D4 Locker Change Pang.

Structure

gameservice_server_0172_locker_pang_balance

Name Type Summary
pang_balance u4
unknown_a bytes[4] All 0x00.

Definition

meta:
  id: gameservice_server_0172_locker_pang_balance
  title: GameService Server Locker Pang Balance
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: pang_balance
    type: u4
  - id: unknown_a
    size: 4

Examples

No examples available. Contribute one?