
Show ilvl of items in bank for example
scalp42 opened this issue ยท 1 comments
What version(s) of WoW are you using?
Retail
What problem are you experiencing that led to you asking for this feature?
While I love the addon so I can see at a glance where I have my items, there's one issue for items that are duplicated but with different ilvls.
For example, you may have item foo
in your bank with ilvl 100 but if you have a 2nd one with ilvl 200, it'll just show 2 items in the tooltip.
My use case is for the catalyst charges where it's nice to know you have a different copy with lower/high ilvl (depending on what's needed) so you don't waste a charge.
What solution would you like?
I'd love if there was an option to allow showing the ilvl for an item at a glance, instead of:
XYZ Bags: 0, Bank: 2
it could show:
XYZ Bags: 0, Bank: 2 (ilvl 100, 200)
Any alternatives you can think of?
No response
Anything else?
Thank you for the great addon, I'm planning to start learning writing addons this year and I added yours to study.
I have an unrelated question: where do you go to find the WoW UI APIs you're interacting with? Any useful link on the dev side that you'd recommend? Thanks again!