Addon not working
Zimormiz opened this issue · 14 comments
Moepman, that's due to a bug from Blizzard - they made a bluepost about it, think it's fixed now and should be updated daily.
Bluepost is a separate issue.
I found that if you call HasInspectHonorData in the INSPECT_HONOR_UPDATE event, you can check if the data is loaded and ignore that event. A second event is fired with the true data available. You can see there's a 0.5s update lag in the InspectUI when you show the HonorTab.
if(not(HasInspectHonorData())) then
return;
end
@JYF still have a bug with copying another guys honor. Probably because HasInspectHonorData()
reports true
cause of old data still is there when you started inspecting new player
Same issue. Same attempted resolutions. Character name 'Restoshaman' nothing special about my name.
I'm in the process of investigating all of this problems, addon just asks the server about honor of players, it didn't estimate honor.
Still Blizzard delays the process, cause honor started to appear on Honor tab for players just 6 hrs ago.
GetInspectHonorData seems to return data for the last player you manually inspected instead of the one you mouseover
@JYF true, and thats seems bugged to me, also players reporting that their "Honor" tab also reports strange values and messy HKs/honor for today and yesterday.
Either I need to adopt to this conditions or wait for Blizzard to fix this issues.
The "Honor" tab displays the last result it got back from the server and then after some delay updates (with what seems to be the right value).
Also: My Character still has all of its HKs listed under the today heading and nothing for yesterday/this week (which is really weird).
Some entrys have exactly double the amount of honor points than they realy have when inspected.
Even after the fix, it's still not tracking everyone. I've been inspecting about 80 people in Hillsbrad but my it only shows 35 people right now.
Tried reproducing it, had one occurence of duplicate but then I tried inspecting manually and they had also duplicate in the Inspect GUI. Inspect API is a mess.
It takes ~1 second for the honor data to be retrieved, so mouseover is not very efficient for mass inspection if the mouse only stays on target a fraction of a second.