Download
(15Kb)
Download
Updated: 07-28-18 11:07 PM
Pictures
File Info
Updated:07-28-18 11:07 PM
Created:02-13-09 03:58 PM
Downloads:33,213
Favorites:160
MD5:

Class Colors  Popular! (More than 5000 hits)

Version: 8.0.0.1
by: Phanx, Akkorian

I am no longer developing or maintaining World of Warcraft addons. I haven't played in years, and don't have the time or interest to continue working on addons for a game I don't play anymore. If you are an addon author interested in continuing one of my addons, please see https://phanx.net/addons/. If you are an addon user, sorry, but there won't be any more fixes or updates from me.
Class Colors lets you change class colors without breaking parts of the Blizzard UI.
Class Colors erlaubt das Ändern der Klassenfarben ohne Interferenzen mit dem Blizzard UI.
Cambiar los colores de clase sin romper la interfaz de usario de Blizzard.
Mudar as cores de classes sem quebrar a interface do usuário da Blizzard.
Изменение цветов класса не вмешиваясь в Blizzard UI.

It is supported by many popular addons, and also applies your custom colors to all parts of the Blizzard UI that are normally class-colored. If you want to colorize more parts of the Blizzard UI, check out yClassColors by yleaf.

Type “/classcolors” for options, or open the Class Colors panel in the Interface Options window.

Language Support

Works in all languages. The options panel is completely translated into English, Deutsch, Español, Português, and Русский; and partially translated into Français, Italiano, 한국어, 简体中文, and 繁體中文. You can add or update translations for any language on the CurseForge project page.

Feedback

Post a ticket on GitHub or post a comment on this page.

Reporting a bug? Please make sure you have the latest version of the addon from this page, and then include detailed instructions I can follow to reproduce the bug myself, whether the bug still happens when all other addons are disabled, and the exact text of the accompanying error message, if any.

How to make your addon support Class Colors

Basically, any time your addon would read a value from the RAID_CLASS_COLORS table, just look for a CUSTOM_CLASS_COLORS table and read from it instead.

If your addon uses a local upvalue for RAID_CLASS_COLORS, or builds a local cache table of class colors, you should update your upvalue or cache in response to the PLAYER_LOGIN event, and register for a callback to be notified when the user changes a class color.

Please do not check for the !ClassColors addon by name — eg. with GetAddOnInfo or IsAddOnLoaded — or set !ClassColors as a dependency for your addon. Use the methods described above.

See the CUSTOM_CLASS_COLORS documentation for more details!

Version 8.0.0.0
  • Updated default UI coloring module to remove code for parts of the UI removed in BFA.

Version 7.3.5.1
  • Removed debug messages

Version 7.3.5.0
  • Fixed an error when showing nameplates on enemy players
  • Moved the default UI coloring to a separate module that can be enabled or disabled independently of the main addon

Version 7.2.0.0
  • Updated for WoW 7.2

Version 7.1.0.0
  • Updated for WoW 7.1

Version 7.0.3.4
  • Fixed an error when opening the Mythic Dungeons window

Version 7.0.3.3
  • Fixed an error when opening the Mythic Dungeons window
  • Fixed enemy NPC nameplates using the warrior class color

Version 7.0.3.2
  • Fixed the appearance of the color swatches in the options panel

Version 7.0.3.1
  • Fixed an error when opening or changing the class filter in the heirloom journal

Version 7.0.3.0
  • Updated for WoW 7.0 (Legion)
Post A Reply Comment Options
Unread 10-18-20, 05:53 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
need update for 9.0
Report comment to moderator  
Reply With Quote
Unread 11-05-18, 09:58 AM  
Moosetrax
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 124
Uploads: 1
Is there a way to get this to work with SLData Text?
Report comment to moderator  
Reply With Quote
Unread 08-28-18, 06:54 AM  
Raeli87
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Is it possible to change the colour of minimap icons now? I haven't kept track of this, but I know it used to use one texture that would have each dot pre-colored in it, whereas now it uses one white dot that is coloured by the RAID_CLASS_COLORS table.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 08-26-18, 10:10 PM  
ThalliaGreystorm
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Can't seem to get this to work with Chatter. I'm going to post on their site, as well. Because I assume it's on their end and not yours. But just wanted to send out an fyi to ya.
Report comment to moderator  
Reply With Quote
Unread 07-29-18, 09:46 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Originally Posted by Mordre
Got this error when opening up the heirloom journal.
Thanks, I'll look into it once I'm done updating the rest of my addons that are still broken. As far as I can see the heirloom journal still works, there's just no class coloring, so it's not going to be a top priority.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 07-25-18, 05:29 PM  
Mordre
A Kobold Labourer
 
Mordre's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 18
Uploads: 1
Got this error when opening up the heirloom journal. Tried a few things from wowpedia and github, but wasn't really able to make it work.

Code:
Message: Interface\AddOns\!ClassColors\ClassColorsBlizz.lua:89: attempt to call global 'GetClassInfoByID' (a nil value)
Time: Wed Jul 25 19:28:49 2018
Count: 1
Stack: Interface\AddOns\!ClassColors\ClassColorsBlizz.lua:89: attempt to call global 'GetClassInfoByID' (a nil value)
[C]: in function `GetClassInfoByID'
Interface\AddOns\!ClassColors\ClassColorsBlizz.lua:89: in function `UpdateClassFilterDropDownText'
...Blizzard_Collections\Blizzard_HeirloomCollection.lua:43: in function <...Blizzard_Collections\Blizzard_HeirloomCollection.lua:19>
[C]: in function `SetShown'
...AddOns\Blizzard_Collections\Blizzard_Collections.lua:53: in function `CollectionsJournal_UpdateSelectedTab'
...AddOns\Blizzard_Collections\Blizzard_Collections.lua:86: in function <...AddOns\Blizzard_Collections\Blizzard_Collections.lua:80>
[C]: ?
[C]: in function `Show'
Interface\FrameXML\UIParent.lua:2611: in function `SetUIPanel'
Interface\FrameXML\UIParent.lua:2456: in function `ShowUIPanel'
Interface\FrameXML\UIParent.lua:2317: in function <Interface\FrameXML\UIParent.lua:2313>
[C]: in function `SetAttribute'
Interface\FrameXML\UIParent.lua:3138: in function `ShowUIPanel'
Interface\FrameXML\UIParent.lua:955: in function `SetCollectionsJournalShown'
Interface\FrameXML\UIParent.lua:945: in function `ToggleCollectionsJournal'
[string "TOGGLECOLLECTIONS"]:1: in function <[string "TOGGLECOLLECTIONS"]:1>

Locals:
Report comment to moderator  
Reply With Quote
Unread 04-24-17, 07:39 PM  
Celador
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
After 7.2 update i seem to be getting two errors. One right after opening mythic dungeons tab:

https://pastebin.com/48kLUtUG

And one when i hover over the top score for this week which doesn't even show up:

https://pastebin.com/7pYJRHZH

Any ideas?

Without class colors everything seems to be fine.
Last edited by Celador : 04-24-17 at 08:43 PM.
Report comment to moderator  
Reply With Quote
Unread 09-21-16, 04:31 PM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
no more error
Report comment to moderator  
Reply With Quote
Unread 09-18-16, 06:07 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Grab this file and replace the ClassColorsBlizz.lua file in the !ClassColors addon folder:

https://raw.githubusercontent.com/Ph...olorsBlizz.lua

Does the mythic dungeons window work correctly with that?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 09-11-16, 06:44 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
still get a error

Report comment to moderator  
Reply With Quote
Unread 09-11-16, 02:51 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Mythic dungeon window and NPC nameplates should both be fixed in 7.0.3.3, but my trial account character can't actually test that the coloring in the mythic dungeon window works as intended, so please let me know (preferrably with a screenshot of the class colored things) if it does not.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 09-09-16, 05:59 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
get this error while open mythic dungeons window

Report comment to moderator  
Reply With Quote
Unread 08-15-16, 08:10 AM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Also having the issue of the Warrior class color being used for NPC nameplates, except it persists even when using a nameplate addon. In this case, nPLates is the one being used.

Commenting out lines 97-112 obviously fixes it.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 08-12-16, 08:21 AM  
Voyager
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 31
Uploads: 9
There's a bug with the Blizzard_RaidUI where classes don't always get recolored.

The issue is at line 594:
Code:
	if class and online and not dead and _G["RaidGroup"..subgroup].nextIndex <= MEMBERS_PER_RAID_GROUP]] then
_G["RaidGroup"..subgroup].nextIndex is 6 whenever a 5th person joins a subgroup, changing it to the following fixes it.

Code:
	if class and online and not dead then
Report comment to moderator  
Reply With Quote
Unread 08-02-16, 06:52 PM  
Päron
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Okay, aye tried out various nameplate changing addons such as kui nameplates,tidyplates and elv ui. And the issue is not present there, it's seems to only be with default ones. If that's to any help.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: