guild chat with item, spell and class icons enabled
ChatIcons options
ChatIcons
Rate:
ChatIcons adds item, spell and player class icons to the chat frames next to player, item and spell links.
Q. Why is the vertical alignment in the chatframes not exactly like it is in the example text?
A. I dunno. Just play with it until you find something you like.
[Note: It can only add player icons to Party, Raid and Guild messages because I refuse to use the ugly SendWho hacks.]
Change Log - ChatIcons
2008-3-28 Version 0.91 beta
Fixed a bug that caused the vertical offset to only be applied after opening the options.
2008-3-26 Version 0.9 beta
Added an option to use the Autosize feature of texture links
Optional Files - ChatIcons
Sorry, there are currently no optional files available.
Originally posted by Fritos I really have come to enjoy this addon immensely. Being a visual person, seeing those Icons attached with text, I can easily identify them without even having to read what it pertains. Well some of it, you know what I mean.
One thing, I'm not sure if it is/is not possible is putting icons associated with money loot like they are when you sell things to the vendor, i.e.:
I really have come to enjoy this addon immensely. Being a visual person, seeing those Icons attached with text, I can easily identify them without even having to read what it pertains. Well some of it, you know what I mean.
One thing, I'm not sure if it is/is not possible is putting icons associated with money loot like they are when you sell things to the vendor, i.e.:
Originally posted by Jerricka Using this mod as of the rolling restart this morning makes the chatbox show small lines and specks around the icons and all text.
actually this started with 2.4.2 for me. But that's rather a Blizzard bug I'd say...
Originally posted by Nathanyel Bleh, it is really hard to search for "|T"... I know I once read something about those texture links, but can't find anything atm.
Do you think it is possible to mask the textures used, to make black parts transparent? Various non-square (especially round) item icons have a black background, which looks really fugly in the chat, small and against a shifting background color.
Sorry, that's not possible. Even if we had access to the texture objects themselves when embedded into text (which we don't), we don't have the ability to mask textures in WoW.
Bleh, it is really hard to search for "|T"... I know I once read something about those texture links, but can't find anything atm.
Do you think it is possible to mask the textures used, to make black parts transparent? Various non-square (especially round) item icons have a black background, which looks really fugly in the chat, small and against a shifting background color.
Originally posted by tardmrr Item icons should always appear regardless of channel. This is either a conflict with another addon or a bug in my code. I haven't heard of this issue before so my guess leans towards a conflicting addon.
Found it ... sorry to be a pain but I should have checked my addons first. I know better than that.
FYI it was an old addon I still had and forgot to remove Item Link Recolor
Originally posted by Sepioth I see the icons in trade channel only usually.
Once in a while they work when I loot mobs but not usually.
I don't really care about the class icon which I only see in Guild chat ... just the item icons.
My options look exactly like your screenshot here.
Also I saw the note on the info page and I assume that Player Icons is referencing the Class icons next to name. Almost missed it it was so small.
If it is another addon causing this then I might try to figure it out.
Just was not too sure if the item icons only appeared in certain chat channels.
Thanks for the help
Item icons should always appear regardless of channel. This is either a conflict with another addon or a bug in my code. I haven't heard of this issue before so my guess leans towards a conflicting addon.
Originally posted by Sepioth How come I don't always see icons??
Is it only used during certain chat??
Can it be enabled to show on all Item Links??
You're going to have to be more specific about your problem if I'm going to be able to help you. If I had to guess, though, I'd say you either haven't installed the addon properly or another addon is conflicting with it.
Do you see the ChatIcons options in the Addons tab of the Interface Options?
What options do you have enabled? (a screenshot of your options panel would probably be easiest)
Do you never see icons or only sometimes?
Did you forget to read the fine print in the addon's description?
Originally posted by GrissomXIX Yeah, works nice now...one request. Can you make it work for Officer chat please? I get all the guild and party stuff scrolling up my window, but when someone talks in Officer chat it looks odd now. Thanks. =D
Edit:
Nevermind, changed line 98 to the following and it works fine.
Code:
if example or event == "CHAT_MSG_PARTY" or event == "CHAT_MSG_RAID" or event == "CHAT_MSG_GUILD" or event == "CHAT_MSG_OFFICER" then
Ah, yeah. It's been a long time since I've used officer chat so I forgot it was a seperate event. Thanks, I'll make this change in the next release.