Skip to content

v0.2.3 - Report-accurate tooltips and sources

Latest

Choose a tag to compare

@Skayles Skayles released this 05 Sep 21:44

Tooltips now show the item at the level from your report. Every item has a source.

Download

File Use
WoW-Reroll-Hub-Setup-0.2.3.exe Installer. No admin rights needed.
WoW-Reroll-Hub-portable-0.2.3.exe Portable. One file, no installation.

Windows will warn you on first launch because the executable is not code-signed. Click More info then Run anyway.

Correct item level in tooltips

0.2.2 claimed this was not possible. That was wrong.

A Raidbots report carries simbot.meta.itemLibrary, which holds each item's real bonus ids, enchant, gems, item level and source. The value I had been reading out of the profile name was the enchant id, not a bonus id, which is why it looked identical between a heroic and a mythic report and led me to the wrong conclusion.

Bonus ids are what carry item level. The addon now builds the full item link from them, plus the enchant and gems, so hovering an item shows the piece from your report at its real level with its real effects. The Wowhead links from the app carry the same data.

Every item has a source

Sources now come from the report itself, which names the instance and the encounter. That covers Mythic+ dungeons from older expansions and trash drops, both of which were previously blank.

Measured on four real reports: 225 items, none without a source, none without bonus ids, none without an item level. Previously 73 of those 225 had no source.

The loot index built from Blizzard's adventure journal is now only a fallback, built if an item is missing from the report's own library rather than indexing 18,000 items up front. Item names come from the report too, which removes a large number of API calls.

Upgrading

Install over your current version, then export again from the Addon export tab. Your stored reports are re-downloaded once at startup to pick up the new data.


Source and issue tracker: https://github.com/Skayles/WoW-Reroll-Hub