anhility / BestInSlotRedux

A fork and continuation of the BestInSlot WoW addon.
MIT License
2 stars 15 forks source link

Suggestion: BiS Legendary items should be 1000 ilevel #34

Open Grumsta opened 6 years ago

Grumsta commented 6 years ago

Where a Legendary is chosen as BiS could we please always see the 1000 ilevel version? Otherwise it doesn’t look like the slot is filled simply because my equipped item is > ilevel than the original item when it dropped.

anhility commented 6 years ago

Working on this. Trying to find out where in the code the item link is created so I can apply the correct bonusId. It does work fine though if you pick a low ilevel leggo. The BiS tooltip will show up in the ilvl 1000 item.

jazz836062 commented 6 years ago

For what it is worth, I got the tooltip to show the correct ilvl. But it still shows that I have not obtained legendaries that I have. Probably another reference somewhere. If I find it I will post again.

For the tooltip, line 380 in Core.lua should be: _, link, _, _, _, _, _, _, equipSlot = GetItemInfo(("item:%d::::::::::::2:1811:3630"):format(itemid))