Download
(5Kb)
Download
Updated: 04-08-13 04:26 AM
Pictures
File Info
Updated:04-08-13 04:26 AM
Created:12-10-09 09:32 AM
Downloads:19,823
Favorites:71
MD5:

yClassColors  Popular! (More than 5000 hits)

Version: 5.2.0
by: yleaf [More]

  • colorize player names by their class in friend list, who list, guild list, etc..
  • support customization via Class Colors by Phanx

5.2.0
Toc bump

5.0.1
update for 5.0.4
Post A Reply Comment Options
Unread 06-27-10, 01:56 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
Originally posted by ichik
[11:35:58] Interface\AddOns\yClassColors\yClassColors.lua:152: hooksecurefunc(): FriendsFrame_SetButton is not a function
[C]: ?
[C]: in function `hooksecurefunc'
Interface\AddOns\yClassColors\yClassColors.lua:152: in main chunk
Don't update until you get 3.3.5 patch
Report comment to moderator  
Reply With Quote
Unread 06-27-10, 01:41 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
[11:35:58] Interface\AddOns\yClassColors\yClassColors.lua:152: hooksecurefunc(): FriendsFrame_SetButton is not a function
[C]: ?
[C]: in function `hooksecurefunc'
Interface\AddOns\yClassColors\yClassColors.lua:152: in main chunk
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 05:26 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
Awesome. Your work is appreciated.
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 01:58 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
Here's the fix for 3.3.5: yClassColor.lua
Report comment to moderator  
Reply With Quote
Unread 06-25-10, 04:29 PM  
Kudane
Co-Founder
 
Kudane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 215
File comments: 79
Uploads: 2
getting this error on a few of my characters ... no idea why not on all of them

Date: 2010-06-25 15:28:03
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\yClassColors\yClassColors.lua line 134:
attempt to index local 'nameText' (a nil value)
Debug:
(tail call): ?
[C]: ?
yClassColors\yClassColors.lua:134:
yClassColors\yClassColors.lua:121
[C]: FriendsList_Update()
..\FrameXML\FriendsFrame.lua:1193: FriendsFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
maybe it's only one's that have a friend online when I login?
Report comment to moderator  
Reply With Quote
Unread 06-25-10, 02:24 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
Thanks for the reply. I'm not from the US, but Wednesday I'll get the patch too, should you need any testers.
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 09:18 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
@Haleth:
I'll look into it this weekend. But taiwan's still under 3.3.3, and we're not able to merge wow account with BN account. So I need someone to test the new fixed version before release it.
Last edited by yleaf : 06-24-10 at 09:59 AM.
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 09:08 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
Will you be updating this for 3.3.5 soon?
Report comment to moderator  
Reply With Quote
Unread 05-16-10, 12:03 PM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
More people should know of this addon, it's amazing.
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 12:52 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Submitted bug reports, completely unusable with ruRU locale.
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 11:49 AM  
Æxò
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 73
Uploads: 1
I've modified your addon a little bit:

line 245:
Code:
-- emphasized player name in the list
-- and easier faction recognition

local playerName = UnitName("player");

if n == playerName then
	k = "> "
else
	k = "    "
end
n = k .. classColorHex[classToken] .. n .. '|r'
if r then
	local color
	if inArena then
		if faction == 1 then
			color = '|cffffd100'
		else
			color = '|cff19ff19'
		end
	else
		if faction == 1 then -- changed colors to maintain focus on names rather than on realms
			color = '|cff003f5b' -- darker blue
		else
			color = '|cff551919' -- darker red
		end
	end
	r = color .. r .. '|r'
	n = n .. '|cffffffff |r' .. r -- no dash
end


Last edited by Æxò : 12-20-09 at 01:16 PM.
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 06:51 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
Great addon! Finally a class color addon that colors everything.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: