Originally Posted by Klaud
I managed to pick up both Deaths verdict normal and heroic this week. Is there any way to make Heatsink show them as seperate cooldowns ? Now I only see one bar and theres no difference for the heroic or normal one. Don“t know if its even possible since the gained buffed is called the same for both trinkets tho.
|
You will need to edit the lib-internalCooldowns\Data.lua file to have the correct item and spell IDs for this, since heatsink relies on it for cooldown info:
[67703] = {47303, 47115}, -- Death's Choice, Death's Verdict (agi)
[67772] = {47464, 47131}, -- Death's Choice(H), Death's Verdict(H) (agi)
[67708] = {47303, 47115}, -- Death's Choice, Death's Verdict (str)
[67773] = {47464, 47131}, -- Death's Choice(H), Death's Verdict(H) (str)
Which should work whether you're an agi class or a STR class - I've only tested it with Agi though, and with the heroic alliance version of the trinket.
Supposedly there is a new version of the lib which does this already though, which you may be able to just download and use.
Note: I've read reports that heatsink and some bar mods still fail to distinguish between the normal and heroic cooldowns even with the edit - other cooldown displays (like your character screen, or TrinketMenu) distinguish between them correctly though, so if you still have issues after the edits, you may look into an alternative mod till the issue is fixed.