Download
(2Kb)
Download
Updated: 08-11-19 09:08 PM
Pictures
File Info
Compatibility:
Rise of Azshara (8.2.0)
Updated:08-11-19 09:08 PM
Created:unknown
Downloads:27,109
Favorites:153
MD5:

Friend Color  Popular! (More than 5000 hits)

Version: 80200
by: Awbee [More]

Lightweight add-on that colors your friend list based on raid colors.

Classic Version: https://www.wowinterface.com/downloa...orClassic.html

80200
- Updated for 8.2.0

70000
- Updated TOC for 7.0

60204
- Updated for 6.2.4

60000
- Updated TOC for 6.0

50001
- Updated TOC for 5.0.4

40300
- Updated TOC for 4.3.0

40200v3
- Fixed a bug

40200v2
- Removed Class text

40200
- Updated TOC for 4.2.0

40100
- Updated TOC for 4.1.0

40000
- Updated for 4.0.1

30300v7
- Changed getglobal to _G

30300v6
- Fix for errors on login.

30300v5
- Update for RealID.

30300v4
- Simplified addon structure.

30300v3
- Fixed for other languages.

30300v2
- Attempt to fix for other languages.

30300
- TOC updated for 3.3
- Fixed taint issue.
Post A Reply Comment Options
Unread 06-26-10, 09:15 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
yeah i'll try to figure it out soon
Report comment to moderator  
Reply With Quote
Unread 06-27-10, 01:31 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
ok, the friends list has gotten pretty convoluted with the new real ID stuff but it's fixed now afaik.
Report comment to moderator  
Reply With Quote
Unread 06-27-10, 09:30 PM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
I receive two errors upon login:

Code:
41x FriendColor\FriendColor.lua:23: attempt to index local 'classc' (a nil value)
<in C code>: in function `FriendsList_Update'
Interface\FrameXML\FriendsFrame.lua:1199: in function `FriendsFrame_OnEvent':
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

Locals:
(*temporary) = <function> defined =[C]:-1
 = <function> @ Interface\FrameXML\FriendsFrame.lua:345:
 = <function> @ FriendColor\FriendColor.lua:1:

  ---
Code:
1x FriendColor\FriendColor.lua:3: attempt to perform arithmetic on local 'friendOffset' (a nil value)
<in C code>: in function `FriendsList_Update'
Interface\FrameXML\FriendsFrame.lua:1199: in function `FriendsFrame_OnEvent':
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

Locals:
(*temporary) = <function> defined =[C]:-1
 = <function> @ Interface\FrameXML\FriendsFrame.lua:345:
 = <function> @ FriendColor\FriendColor.lua:1:

  ---
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Report comment to moderator  
Reply With Quote
Unread 06-27-10, 10:04 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
k I uploaded a fix. didn't catch those cause it only happens when you first log in to a fresh wow client for some reason.
Report comment to moderator  
Reply With Quote
Unread 07-04-10, 12:45 PM  
Starinnia
Ninja Code Monkey
AddOn Author - Click to view AddOns

Forum posts: 84
File comments: 41
Uploads: 5
You may want to change your calls to getglobal() (which is depreciated now) to a normal lookup to the global table. getglobal() simply wraps that lookup in a function call.

I.E.
Code:
local nameString = getglobal("FriendsFrameFriendsScrollFrameButton"..(i-friendOffset).."Info");
to

Code:
local nameString = _G["FriendsFrameFriendsScrollFrameButton"..(i-friendOffset).."Info"];
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 03:17 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
ok, i'll change that in the next version, which will be when I am able to test that SC2 doesn't break anything.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 07:48 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
doesn't work in 4.0 and causes errors, sth with the scrollfunction
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 01:31 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
should be fixed now
Last edited by Awbee : 10-14-10 at 04:32 PM.
Report comment to moderator  
Reply With Quote
Unread 06-30-11, 12:31 AM  
Soulecho
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I love this addon, ive tried finding how to fix to work with 4.2, anyway this can be updated?
Report comment to moderator  
Reply With Quote
Unread 06-30-11, 12:37 PM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
Seems to be having some odd sort of effect on RealID whispers that contain itemlinks.

I can't quite explain it perfectly well, but it doesn't color the person's name on the RealID panel and also adds the green itemlink color to their name in whispers.

Possibly a conflict with another chat mod, I'll keep looking into it.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Last edited by Moxie : 06-30-11 at 01:44 PM.
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 11:13 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
im not sure what the problem is so far
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 12:33 PM  
Soulecho
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is it other chat mods working, cause ive turned em off, changed the toc and that didnt do anything just make it not appear on out of date addons.
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 12:39 PM  
Soulecho
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
The thing that drives me crazy is it was working with real id til this patch, and I dont believe they changed anything with real id to cause that.
Report comment to moderator  
Reply With Quote
Unread 07-15-11, 07:12 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
I don't have an active wow account atm so let me know if this update works or not
Report comment to moderator  
Reply With Quote
Unread 07-16-11, 11:15 AM  
Nidra
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
Class remove

Hi, thanks for the add first and yes it goes again.
It's built like this: Rl Name - Charname - level and Class. And the class I would like to get rid of.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: