QueryPurchaseTicket¶
Namespace: LobbyToClient · Opcode: 0x0012 (18)
Lobby-to-client reply to a character-ticket purchase query. Tells the client whether tickets are available, how much they cost in cash points, and the account's current balance.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
ResponseCode |
s32 |
— | 0 = ok. |
Available |
u8 |
— | 1 = tickets available for purchase, 0 = not available. |
TicketCost |
u32 |
— | Cost per character ticket in cash points. |
AccountCp |
u32 |
— | Account's current cash-point balance. |