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,108
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 04-11-08, 12:43 AM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Very handy, this is something that should and may eventually be a core part of the game, just like notes.
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 08:06 AM  
apally
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Patch 2.4.3 Breaks Mod

I really love this mod, but it seems that it stopped working with the New patch, anyway we can see an update?



Thanks
Report comment to moderator  
Reply With Quote
Unread 07-21-08, 10:26 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Patch 2.4.3 Breaks Mod

ok I'll look into it.
Report comment to moderator  
Reply With Quote
Unread 07-21-08, 10:40 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Re: Patch 2.4.3 Breaks Mod

ok fixed
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 04:19 PM  
LordZiru
A Kobold Labourer
 
LordZiru's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Re: Patch 2.4.3 Breaks Mod

Originally posted by Awbee
ok fixed
dont work in 3.0
__________________
...
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 04:40 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Re: Re: Re: Patch 2.4.3 Breaks Mod

Originally posted by LordZiru
dont work in 3.0
did you get the wotlk version of this mod? it's working for me.

the zip should be named FriendColor-2.0.zip
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 09:05 AM  
weiyo
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 5
Uploads: 1
Great addon working great, however it ain't localized and can cause errors on other language clients than enGB/enUS
Report comment to moderator  
Reply With Quote
Unread 02-12-09, 07:29 PM  
Faerina
A Defias Bandit

Forum posts: 2
File comments: 27
Uploads: 0
Guild Pane?

Does this work with the Guild List also?
__________________
Skinners, Janitor of Skinnable Creatures
Report comment to moderator  
Reply With Quote
Unread 02-13-09, 08:57 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Guild Pane?

Originally posted by Faerina
Does this work with the Guild List also?
just friends. doesn't the guild list already have colors?
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 10:44 AM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
Code:
Interface\AddOns\FriendColor\FriendColor.lua:18: attempt to index field '?' (a nil value)
Count: 1

Call Stack:
[C]: ?
Interface\AddOns\FriendColor\FriendColor.lua:18: in function `FriendsList_Update'
Interface\FrameXML\FriendsFrame.lua:824: in function `FriendsFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
ruRU Locale
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 01:30 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
The problem is GetFriendInfo(i); returns the value "class" as you see it on the friend window, but RAID_CLASS_COLORS[class] takes arguments that are a little different for some classes.

I'm going to try another method for fixing this, and hope it works for all locals.
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 01:51 PM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
I have established last version with corrections under different languages.
But such sensation that is the same version. And compare a code from previous I cannot because of absence on a site of last versions.
The same error:
Code:
Interface\AddOns\FriendColor\FriendColor.lua:16: attempt to index field '?' (a nil value)
Count: 1

Call Stack:
[C]: ?
Interface\AddOns\FriendColor\FriendColor.lua:16: in function `FriendsList_Update'
Interface\FrameXML\FriendsFrame.lua:824: in function `FriendsFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
P.S.: Thanks for possible corrections.
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 06:51 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
ok, the problem is RAID_CLASS_COLORS only takes English arguments, while GetFriendInfo(i) returns localized class names.

I've asked blizzard on the UI forums to make GetFriendInfo(i) to return another value, englishClass
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 07:17 PM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
Originally posted by Awbee
ok, the problem is RAID_CLASS_COLORS only takes English arguments, while GetFriendInfo(i) returns localized class names.

I've asked blizzard on the UI forums to make GetFriendInfo(i) to return another value, englishClass
Thanks
Report comment to moderator  
Reply With Quote
Unread 05-21-09, 08:32 AM  
Maziel
A Deviate Faerie Dragon
 
Maziel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 152
Uploads: 7
Awesome mod, simple and effective.

Only one request I would ask. Anyway you can put their Guild Name under or beside the friend's name?

I used to have an addon that did this a few patches ago, did the Guild name in green beside the name and the players name as you now have them.

Thanks for the addon, I hope there's a way you can do this, and I hope there's a way to include a /who on each of the friends to update their current guilds etc.

Thanks for reading.

The add on that used to do what I'm after:
http://www.wow.com/tag/auld-lang-syne/
Last edited by Maziel : 05-21-09 at 08:35 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: