ls_Toasts icon indicating copy to clipboard operation
ls_Toasts copied to clipboard

Bug: iLVL display wrong number on toast

Open Ghaan opened this issue 1 year ago • 5 comments

bild

As you can see here it is displaying the wrong ilvl on the toast itself vs what ilvl the item actually has.

Ghaan avatar Aug 21 '24 15:08 Ghaan

Just here to confirm this. image

Taizunz avatar Sep 01 '24 21:09 Taizunz

It's a known bug. Blizz have 3 APIs that can return an item level, I use the second best one, but I can't use the most precise one. Potentially, I could scan tooltips, but it can be rather laggy and that's not something I'm fond of, some people with weaker machines already complain about stutters when a bunch of toasts spawn, but I may change my mind later.

ls- avatar Sep 02 '24 12:09 ls-

I reported this issue to Blizz yet again, but this time around via a trusty comrade who has contacts inside Blizz, so maybe they'll finally fix this bs 😅 For now we can only hope because it's been broken for years at this point 🙏🏼

ls- avatar Sep 12 '24 10:09 ls-

If that lead doesn't pan out, I know the addon Baganator had a similar issue that ended up being resolved. Can't say in which way, but may be worth looking into if the report to Blizz doesn't work out.

https://github.com/Baganator/Baganator/issues/169

Ghaan avatar Sep 12 '24 12:09 Ghaan

Yeah, I'm aware of that API, that's what I meant when I said that I was using the second best option. The best option is what baganator uses, at least when it can, but it's not something that can be used for toasts.

The only accurate alternative to that is parsing tooltips which I'd like to avoid because it comes with its own host of issues.

ls- avatar Sep 12 '24 12:09 ls-