Edit on GitHub
GameService Client Mailbox Request
Summary
This packet requests a listing of mail from a page in the user's mailbox.
The response is Gameservice Server 0x0211 Mailbox Response.
Aliases:
hsreina/pangya-server
: PLAYER_REQUEST_INBOX
eantoniobr/UGPangya
: PLAYER_OPEN_MAILBOX
Structure
Name | Type | Summary |
page_number | u4 | Counts from 1. Response will contain largest valid page number. |
Definition
meta:
id: gameservice_client_0143_mailbox_request
title: GameService Client Mailbox Request
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: page_number
type: u4
Examples
No examples available. Contribute one?