Corruption Detailed Item Overlay

Corruption Detailed Item Overlay

0 Downloads

Description

This WeakAura adds an icon and text overlay indicating the Corruption bonus, rank, and cost for all corrupted gear in your bags, in your bank, and equipped on your character.

You can customize the appearance of the icon and texts under the "Display" settings.

For AdiBags Support

Use instead: https://wago.io/ViiuziT0D

For the time being, this WeakAura works only for default Blizzard UI and ElvUI.

This is because this WeakAura anchors these overlays to UI Frame elements by name in your inventory, bags, and bank. These UI Frame names will differ across addon implementations (e.g., bag addons). This WeakAura should, however, be compatible with skins (e.g., ElvUI skins).

If you are a developer and specialize the aura_env.getSlotFrameName function for an addon that you use, I ask that you post it in the comments for others to use. I may then pull it into the WeakAura and, of course, give you credit for the implementation.

This command/macro prints the name of the frame over which your mouse is hovering:

/run print(GetMouseFocus():GetName())

You may also find /framestack useful.

Additional Notes

  • This does not currently support the EquipmentFlyout* frames when looking at gear options for a specific slot in the Equipment Manager. I need to do more research into how to/whether I can correlate those frames to their items.
  • I stole the aura_env.corruption constants table from https://wago.io/rRenhVWuP, which then cites the Corruption Tooltips addon from suspctz (https://www.curseforge.com/wow/addons/corruption-tooltips)