Results: 3Comments by: iambRad
File: TipTac for Classic+TBC09-18-19
I also changed another line in ttCo...
Posted By: iambRad
I also changed another line in ttCore.lua: if (cfg.hidePvpText) and (text == PVP_ENABLED) or (cfg.hideFactionText) then Which seems to make the Faction Text properly hide. Would love an updated version with some of these suggested fixes :) The problem with the latter change you made is that tooltips for hunters pets, tote...
File: TipTac for Classic+TBC09-16-19
Also, any idea on how to get the to...
Posted By: iambRad
Also, any idea on how to get the tooltips to work with Questie showing which mobs to kill for quests, etc?
File: TipTac for Classic+TBC09-15-19
Hi, I got bothered by the seemingly...
Posted By: iambRad
Hi, I got bothered by the seemingly empty line that was created on all tooltips so I looked into it.Seems the SetPadding on line 833 was commented out. self:SetPadding(tt.xPadding,tt.yPadding);Uncommenting it fixes the issue of the tooltip looking wack all the time. Also uncommenting the block on line 651 for works just fine.if (fir...