GameOpcode:Say Message (Server)

From FFXIV Classic Wiki
Revision as of 19:26, 19 June 2019 by Ioncannon (talk | contribs) (Created page with "Causes a log message to appear. Note this is sent along the zone channel. :; Opcode - 0x003 :; Source - Server :; Data Size - 0x228 bytes :; Requirements - None == Data ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Causes a log message to appear. Note this is sent along the zone channel.

Opcode - 0x003
Source - Server
Data Size - 0x228 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 string 32 Bytes sender The name of the sender.
0x20 int32 4 Bytes logType The log type to display the message as.
0x24 string 512 Bytes message The message up to 512 characters.