From 622d66130f95581cdf0704d06ba0f45c12d7a7de Mon Sep 17 00:00:00 2001 From: AzureGem Date: Sun, 3 Sep 2023 14:36:29 -0400 Subject: [PATCH] Tell (Incoming) and more colors --- Dalamud/Game/Text/XivChatType.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 89e63a671..46b7facb5 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -43,13 +43,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// The outgoing tell chat type. /// - [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] // Do we want this? + [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] TellOutgoing = 12, /// /// The incoming tell chat type. /// - [XivChatTypeInfo("Tell (Incoming)", "tell", 0xFFFF69B4)] + [XivChatTypeInfo("Tell (Incoming)", "tell_incoming", 0xFFFF69B4)] TellIncoming = 13, /// @@ -169,37 +169,37 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// The system error chat type. /// - [XivChatTypeInfo("SystemError", "system_error", 0x????????)] + [XivChatTypeInfo("System Error", "system_error", 0xFFFF4A4A)] SystemError = 58, /// /// The system message chat type. /// - [XivChatTypeInfo("SystemError", "system_message", 0x????????)] + [XivChatTypeInfo("System Message", "system_message", 0xFFCCCCCC)] SystemMessage = 57, /// /// The system message (gathering) chat type. /// - [XivChatTypeInfo("SystemError", "gathering", 0x ????????)] + [XivChatTypeInfo("Gathering", "gathering", 0xFFCCCCCC)] GatheringSystemMessage = 59, /// /// The error message chat type. /// - [XivChatTypeInfo("SystemError", "error", 0x ????????)] + [XivChatTypeInfo("Error", "error", 0xFFFF4A4A)] ErrorMessage = 60, /// /// The NPC Dialogue chat type. /// - [XivChatTypeInfo("SystemError", "npc", 0x ????????)] + [XivChatTypeInfo("NPC", "npc", 0x ????????)] NPCDialogue = 61, /// /// The NPC Dialogue (Announcements) chat type. /// - [XivChatTypeInfo("SystemError", "npc_dialog", 0x ????????)] + [XivChatTypeInfo("NPC Dialog", "npc_dialog", 0xFFABD647)] NPCDialogueAnnouncements = 68, /// @@ -208,7 +208,7 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// This might be used for other purposes. /// - [XivChatTypeInfo("SystemError", "retainer", 0x ????????)] + [XivChatTypeInfo("Retainer", "retainer", 0x ????????)] RetainerSale = 71, ///