GameOpcode:Generic Log Message
From FFXIV Classic Wiki
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. |