Edit on GitHub

GameService Client Mail Attachments Take

Summary

This packet requests the attachments of a piece of mail be moved to the user's inventory.

The response are:

Client will then send Gameservice Client 0x0143 Mailbox Response to refresh.

Aliases:

Structure

gameservice_client_0146_mail_attachments_take

Name Type Summary
mail_id u4 From [Gameservice Server 0x0211 Mailbox Response](/packets/gameservice/server/0211.ksy).

Definition

meta:
  id: gameservice_client_0146_mail_attachments_take
  title: GameService Client Mail Attachments Take
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: mail_id
    type: u4

Examples

No examples available. Contribute one?