Edit on GitHub

GameService Client Tiki Shop Card Exchange

Summary

This packet converts 3 cards into a new card in the Card Exchange section of Tiki's Shop.

The responses are:

Structure

gameservice_client_0155_tiki_shop_card_exchange

Name Type Summary
pang_cost u4 Cost of exchange in pang.
unknown_a bytes[4] All 0x00?
card_id u4 From pangya_xx.iff/Card.iff. ID of each of the cards used.

Definition

meta:
  id: gameservice_client_0155_tiki_shop_card_exchange
  title: GameService Client Tiki Shop Card Exchange
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: pang_cost
    type: u4
  - id: unknown_a
    size: 4
  - id: card_id
    type: u4
    repeat: expr
    repeat-expr: 3

Examples

No examples available. Contribute one?