GameOpcode:Tell Message (Server)

From FFXIV Classic Wiki
Revision as of 18:24, 19 June 2019 by Ioncannon (talk | contribs) (Created page with "Sent to the player client that is a receiver of a tell. Note this is sent along the chat channel. :; Opcode - 0x0C8 :; Source - Server :; Data Size - 0x220 bytes :; Requireme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sent to the player client that is a receiver of a tell. Note this is sent along the chat channel.

Opcode - 0x0C8
Source - Server
Data Size - 0x220 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 string 32 Bytes targetName The name of who is to receive the message.
0x20 string 512 Bytes message The message up to 512 characters.