Difference between revisions of "GameOpcode:Tell Message (Client)"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "Received when the player sends a tell to someone. Note this is sent along the chat channel. :; Opcode - 0x0C8 :; Source - Client :; Data Size - 0x220 bytes :; Requirements -...")
 
(Data)
Line 15: Line 15:
 
! style="text-align: center; font-size: 14px;" | Description
 
! style="text-align: center; font-size: 14px;" | Description
 
|-
 
|-
| 0x00 || string || 32 Byte || targetName || The name of who is to receive the message.
+
| 0x00 || string || 32 Bytes || targetName || The name of who is to receive the message.
 
|-
 
|-
 
| 0x20 || string || 496 Bytes || message || The message up to 496 characters.
 
| 0x20 || string || 496 Bytes || message || The message up to 496 characters.

Revision as of 18:02, 19 June 2019

Received when the player sends a tell to someone. Note this is sent along the chat channel.

Opcode - 0x0C8
Source - Client
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 496 Bytes message The message up to 496 characters.