You know it, I know it - Anima is big time clutter in your bags when your out doing your thing. Is there an addon to hide anima in your bags, or make all anima icons same color etc?
You know it, I know it - Anima is big time clutter in your bags when your out doing your thing. Is there an addon to hide anima in your bags, or make all anima icons same color etc?
Last edited by Djuntas; 2021-01-14 at 12:53 AM.
Youtube channel: https://www.youtube.com/c/djuntas ARPG - RTS - MMO
NZXT H440 - Asus Z97 A Mobo - Corsair RM 850 - Intel I5 4590 CPU - Evo TX3 Cooler Master - Asus 970 Strix - 250GB SSD 850 Evo - Seagate Barracuda 1TB HDD - Windows 10
Well it appears that you could write an addon where:
function animaalert(button, itemID)
---write code to add the words "anima" to the icon of the item if it is an anima item
end
hooksecurefunc("ContainerFrame_Update", function(self)
for i=1, self.size do
local button = _G[self:GetName().."Item"..i]
local itemID = GetContainerItemID(self:GetID(), button:GetID())
function animaalert(button, itemID)
end
end)
Also, TinyInspect is an addon that adds ilvl and words to items in your bags. But I don't think it checks for anima. Maybe there is no way to determine if an item is an anima item but I would think you could check the tooltip.
It also appears that such a function has been interfering with other addons that hook the ContainerFrame_Update function.
Last edited by Kokolums; 2021-01-06 at 12:04 AM.
Youtube channel: https://www.youtube.com/c/djuntas ARPG - RTS - MMO
NZXT H440 - Asus Z97 A Mobo - Corsair RM 850 - Intel I5 4590 CPU - Evo TX3 Cooler Master - Asus 970 Strix - 250GB SSD 850 Evo - Seagate Barracuda 1TB HDD - Windows 10
Bump, hope an addon will come for it.
Youtube channel: https://www.youtube.com/c/djuntas ARPG - RTS - MMO
NZXT H440 - Asus Z97 A Mobo - Corsair RM 850 - Intel I5 4590 CPU - Evo TX3 Cooler Master - Asus 970 Strix - 250GB SSD 850 Evo - Seagate Barracuda 1TB HDD - Windows 10
Ok, so I noticed this thread some days ago, wanted to mention my "hack" of AdiBags to filter Conduits and Anima items (basically creating a custom category and then altering the SavedVars to include more items) but that was too crude to share, too cumbersome to recreate.
So tonight, I said down to write a plugin for this stuff... and while researching, I stumbled upon this plugin: AdiBags - Shadowlands.
If you're willing to use this bag addon, this plugin is perfect.
But your duty to Azeroth is not yet complete. More is demanded of you... a price the living cannot pay.