Results: 2Comments by: cbcddzhsq
File: lolTip04-12-12
Well, for those who still use this....
Posted By: cbcddzhsq
Well, for those who still use this. 1. Turn off the talent module before anyone works out how the cache should work. From my experience, this is the only thing that causes the fps lag. 2. Search for 'GetDifficultyColor' in tip.lua, substitute it with 'GetQuestDifficultyColor'. This should get rid of most LUA errors. 3. If you ar...
File: lolTip05-02-11
Any one still here? I so love this...
Posted By: cbcddzhsq
Any one still here? I so love this addon... After looking at Tiptac's code I managed to solve the problem of displaying talents info instead of title, just change the first part of the talents module as: local function GatherTalents(inspect) local group = GetActiveTalentGroup(inspect) for i = 1, 3 do local _, _, _, _, po...