aftt_color_chart_name = "Simple Hostility"; aftt_color_chart_author = "AquaFlare7 (AquaFlare7@comcast.net)"; --[[ This color chart colors the name and background based on unit's hostility to you --]] aftt_background_color = { ["Player_Friendly"] = { ["red"] = 0.0, ["green"] = 0.0, ["blue"] = 0.5, }, ["Player_Friendly_PvP"] = { ["red"] = 0.0, ["green"] = 0.0, ["blue"] = 0.5, }, ["Player_Neutral"] = { ["red"] = 0.5, ["green"] = 0.5, ["blue"] = 0.0, }, ["Player_Caution"] = { ["red"] = 0.5, ["green"] = 0.0, ["blue"] = 0.0, }, ["Player_Hostile"] = { ["red"] = 0.5, ["green"] = 0.0, ["blue"] = 0.0, }, ["Mob_Friendly"] = { ["red"] = 0.0, ["green"] = 0.0, ["blue"] = 0.5, }, ["Mob_Friendly_PvP"] = { ["red"] = 0.0, ["green"] = 0.5, ["blue"] = 0.0, }, ["Mob_Neutral"] = { ["red"] = 0.5, ["green"] = 0.5, ["blue"] = 0.0, }, ["Mob_Hostile"] = { ["red"] = 0.5, ["green"] = 0.0, ["blue"] = 0.0, }, } aftt_color_name_hostile = "FF0000"; aftt_color_name_neutral = "FFCC00"; aftt_color_name_friendly = "0088FF"; aftt_color_name_caution = "FF0000"; aftt_color_name_pvp = "00FF00"; aftt_color_name_tapped_by_me = "FF0000"; aftt_color_name_tapped_by_other = "888888"; aftt_color_description_hostile = "FFFFFF"; aftt_color_description_neutral = "FFFFFF"; aftt_color_description_friendly = "FFFFFF"; aftt_color_description_caution = "FFFFFF"; aftt_color_description_pvp = "FFFFFF"; aftt_color_description_tapped_by_me = "FFFFFF"; aftt_color_description_tapped_by_other= "FFFFFF"; aftt_color_level_impossible = "FFFFFF"; aftt_color_level_hard = "FFFFFF"; aftt_color_level_normal = "FFFFFF"; aftt_color_level_easy = "FFFFFF"; aftt_color_level_trivial = "FFFFFF"; aftt_color_level_same_faction = "FFFFFF"; aftt_color_class_mage = "FFFFFF"; aftt_color_class_warlock = "FFFFFF"; aftt_color_class_priest = "FFFFFF"; aftt_color_class_druid = "FFFFFF"; aftt_color_class_shaman = "FFFFFF"; aftt_color_class_paladin = "FFFFFF"; aftt_color_class_rogue = "FFFFFF"; aftt_color_class_hunter = "FFFFFF"; aftt_color_class_warrior = "FFFFFF"; aftt_color_elite_elite = "FFFFFF"; aftt_color_elite_rare = "FFFFFF"; aftt_color_elite_rareelite = "FFFFFF"; aftt_color_elite_worldboss = "FFFFFF"; aftt_color_corpse = "888888"; aftt_color_unknown = "FFFFFF"; aftt_color_guildmate = "FFFFFF";