Corruption Tooltips

Corruption Tooltips

661k Downloads

Corruption name is not displayed in Encounter Journal loot tooltip

RainmakerUA opened this issue ยท 4 comments

commented

I guess it is pretty clear from the screenshot (sorry for Russian client, was too lazy to restart it in English):
image
Short investigation showed that you need to catch ADDON_LOADED event for Blizzard_EncounterJournal addon and hook somewhere inside EncounterJournalTooltip global (it has tooltip as property inside)

commented

I actually already followed this route to try and figure out why, but the code is already running. The normal GameTooltip code runs, and the check if the item is corrupted is fine.

The reason it can't get the applied corruption is because the itemLink has an incomplete set of bonus IDs (1 rather than 6). Missing is the bonus IDs for the relevant corruption.

Any further ideas? I'll see today if anyone else has documented a solution to that, but all examples I've seen only care about the itemid.

commented

Ok, I have a fix for this. It'll be in the next version 1.6.6

commented

Pretty straightforward approach. But it did the thing ๐Ÿ‘
Thank you

commented

Please check if 1.6.6 fixes this issue for you. Thanks in advance.