Results: 5Comments by: Farloc
File: Lui Extended06/17/19
Unsure if this has been asked befor...
Posted By: Farloc
Unsure if this has been asked before. Non-threaded comments is a pain to navigate at times. Is there a way to set the background to include the name/rank/shield/role for each group member? That way instead of seeing a gap for the names I can just see full bars for each group member. I am hoping it is something as simple as Backgro...
File: Custom Quality Colors05/30/19
It proved to be a little more diffi...
Posted By: Farloc
It proved to be a little more difficult than I thought but I think I've finally found a solution. It turned out that CQC needs to register tooltip hooks BEFORE TTC does so I had to move the call to HookTooltips function to main file level. It's not pretty but it should work. Please, let me know if version 1.12 works properly....
File: Custom Quality Colors05/29/19
The quest reward and inventory may...
Posted By: Farloc
The quest reward and inventory may use different tooltip screens so it's quite possible that one of them is working just fine and the other runs into problems. CQC works by hijacking the tooltip display functions (there are a few of them) and simply changes the color of the item string a moment before it is displayed. I looked bri...
File: Custom Quality Colors05/28/19
Hello Farloc, Thank you for the...
Posted By: Farloc
Hello Farloc, Thank you for the info and for narrowing it down to one function! I'll try to take a closer look and see what's going on. One more question: when the TTC tooltips are broken - are they missing on all of the items or is it that just only some of them lack the TTC tooltip? From what I can tell all of them. What is...
File: Custom Quality Colors05/28/19
Good evening! I am running into...
Posted By: Farloc
Good evening! I am running into a conflict between Custom Quality Colors and TTC. I am unsure where it could possible be coming from. With a binary search turning off addons it was narrowed to Custom Quality Colors. I commented out ```CustomQualityColors.HookTooltips()``` in OnAddOnLoaded and it looks to be working without is...