| enum | gmChatTextType : uint {
gmChatTextType.Fellowship = 0x00000009
,
gmChatTextType.Guild = 0x0000000A
,
gmChatTextType.Officer = 0x0000000B
,
gmChatTextType.Advancement = 0x0000000C
,
gmChatTextType.Auction = 0x0000000D
,
gmChatTextType.LFG = 0x0000000E
,
gmChatTextType.Advice = 0x0000000F
,
gmChatTextType.OOC = 0x00000010
,
gmChatTextType.General = 0x00000011
,
gmChatTextType.Challenge = 0x00000012
,
gmChatTextType.Death = 0x00000013
,
gmChatTextType.UserChat1 = 0x00000014
,
gmChatTextType.Dice = 0x00000015
,
gmChatTextType.DMText = 0x00000016
,
gmChatTextType.NPC = 0x00000017
,
gmChatTextType.Hint = 0x00000018
,
gmChatTextType.Broadcast = 0x00000019
,
gmChatTextType.Loot = 0x0000001A
,
gmChatTextType.Glossary = 0x0000001B
,
gmChatTextType.Warning = 0x0000001C
,
gmChatTextType.WorldEvent = 0x0000001D
,
gmChatTextType.UserChat2 = 0x0000001E
,
gmChatTextType.UserChat3 = 0x0000001F
,
gmChatTextType.UserChat4 = 0x00000020
,
gmChatTextType.GlobalAnnouncement = 0x00000021
,
gmChatTextType.Achievement = 0x00000022
,
gmChatTextType.Effect = 0x00000023
,
gmChatTextType.Permadeath = 0x00000024
} |