Closed GoogleCodeExporter closed 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
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
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
Original issue reported on code.google.com by
see.vita...@gmail.com
on 17 Feb 2009 at 9:15