View Single Post
08-01-14, 07:42 AM   #3
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 210
Hey, thanks for the clean up!

Not sure if the hook is the wrong choice or something but textures only appear after 30 seconds or so, presumably due to the lower intervals at which UpdateBlips runs. I also had to change the initial check for the colouring section of the function to just

Lua Code:
  1. if frame.unit then

for it to start colouring, but even then it updates only sporadically and without the intended flashing updates for dead or in combat blips.
  Reply With Quote