Lolcoincoin / tekkub-wow

Automatically exported from code.google.com/p/tekkub-wow
0 stars 0 forks source link

Optional support for !ClassColors #802

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would love to see optional support for !ClassColors.
http://www.wowinterface.com/downloads/info12513-ClassColors.html

I think it would be a very welcome addition to the addon and I hope it
wouldn't be all to much of a problem to implant.

Thank you in advance and keep up the good work!

Original issue reported on code.google.com by see.vita...@gmail.com on 17 Feb 2009 at 9:15

GoogleCodeExporter commented 9 years ago
Sorry if I failed to add this. I was asking for optional support for 
!ClassColors in
teknicolor.

Original comment by see.vita...@gmail.com on 17 Feb 2009 at 9:17

GoogleCodeExporter commented 9 years ago
tekni does everything I need, and I'm not exactly motivated to add stuff to it 
(it's 
a tiny addon).  But I do accept patches.

Original comment by Tekkub on 18 Feb 2009 at 9:14

GoogleCodeExporter commented 9 years ago
Thanks for replying :)
Have been looking at making some patches to it, and just simply editing line 66 
in
teknicolor.lua from 
local c = RAID_CLASS_COLORS[token]
to
local c = CUSTOM_CLASS_COLORS[token] or RAID_CLASS_COLORS[token]
works quite well.
For some reason you need to do a reload of the ui to get the colors to update 
if you
change the color, in contrast to ClassColorsBlizz that comes with !ClassColors.
Will have a look at how to solve that issue :)

Original comment by see.vita...@gmail.com on 20 Feb 2009 at 10:46