Difference between revisions of "GameOpcode:Generic Log Message"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "Causes a log message to appear. Note this is sent along the chat channel. :; Opcode - 0x0CB :; Source - Server :; Data Size - 0x224 bytes :; Requirements - None == Data ==...")
 
 
Line 3: Line 3:
 
:; Opcode - 0x0CB
 
:; Opcode - 0x0CB
 
:; Source - Server
 
:; Source - Server
:; Data Size - 0x224 bytes
+
:; Data Size - 0x228 bytes
 
:; Requirements - None
 
:; Requirements - None
  

Latest revision as of 18:39, 19 June 2019

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

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

Data

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