GameOpcode:Say Message (Server)
From FFXIV Classic Wiki
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. |