Sometimes new aura doesnt get added correctly if it's over max auras number
void-ow opened this issue ยท 3 comments
Hi, it's me again.
Unfortunately, I've ran into a minor issue with the new max number of auras functionality.
Sometimes, when the nameplate already has a max number of auras allowed, when a new, high-priority aura is added, it is not shown:
The settings for aura sorting is to sort based on icon size.
Here, warlock had Dark Soul, Rapid Contagion up on him. (sizes 35 and 34 respectively)
Then, he gets sheeped (size 36). Sheep, as expected, takes priority and gets to the top of the 3 aura queue.
After that, I fear him (size 36) (You can see that the fear is active since my nameplate addon shows the fear).
Expected: Three auras: Fear, Sheep, Dark Soul
Actual: Three auras: Sheep, Dark Soul, Rapid Contagion
Thank you for your time! Sorry if I'm being too annoying with this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
I think that happens because sorting system doesn't know anything about icons limit. Please try using custom sorting function. Maybe it will be need to change 'Icon grow direction', too.
function(aura1, aura2) return not sort_size(aura1, aura2); end