Pierre-Sassoulas / grey-handling

Helps you get rid or exchange the right objects when your bags are full in World of Warcraft
https://www.curseforge.com/wow/addons/greyhandling
MIT License
3 stars 2 forks source link

Make glowing work with ArkInventory #7

Closed Pierre-Sassoulas closed 5 years ago

Pierre-Sassoulas commented 5 years ago

Right now we have a permanent white glow used for action suggestion by Blizzard. Everything happens in the SetBagItemGlow function, where we need to better get the item for arkinventory.

We had some help from the arkinventory maintainer here : https://github.com/arkayenro/arkinventory/issues/1193#issuecomment-523785016

Pierre-Sassoulas commented 5 years ago

The temporary glow only works with wow retail.

Xatrith commented 5 years ago

Hello,

Not sure you've seen this, but the current glow is permanent and not temporary.

Xatrith

Pierre-Sassoulas commented 5 years ago

I'm aware but this is a low priority enhancement right now because you can remove the glow by relaunching when there is no grey left.

Pierre-Sassoulas commented 5 years ago

The glow is permanent and never removed unless you reload on classic, that's an annoying bug especially because when you reload you loose your teammate's bag content information.