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,101
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-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 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 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 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 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 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 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 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, 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-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-23-10, 09:05 AM  
NiQil
A Deviate Faerie Dragon

Forum posts: 13
File comments: 56
Uploads: 0
This addon no longer appears to work with patch 3.3.5. Any chance for an update?
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 08:44 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
lol, hi

ZA prolly.
Report comment to moderator  
Reply With Quote
Unread 04-07-10, 12:43 PM  
Blassphamy
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I'm famous! I see my shamans name on that friends list!


but wtf am I doing in ghostlands...
Last edited by Blassphamy : 04-07-10 at 12:43 PM.
Report comment to moderator  
Reply With Quote
Unread 12-25-09, 07:07 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
hopefully the lack of replies means it's working ok now for everyone, although maybe everyone is just busy with the holidays.

anyway, thank you for the help Katae.
Report comment to moderator  
Reply With Quote
Unread 12-23-09, 12:25 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
interestingly enough I somehow forgot to do the changes I thot I had to do. which is good cause it would have just broken the mod.

new version is up, I think it's right this time.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: