Adibags Legion Filters
Adds AdiBag filters for
- Artifact Power
- Ancient Mana
- Artifact Relics
- Champion Equipment
- Champion Upgrades
- Bait
- Rare Fish
- Legion Reputation items
- Broken Shore items
Adds text to icons for the amount of Artifact Power or Ancient Mana an item gives.
Is an item not in the right section? Have a section you would like to see? Leave a comment below.
I made a new beta version that has rounds the total Artifact Power displayed in the Currency area. If you are using the curse client make sure you have selected to install beta versions for this addon. (Abbreviating is enabled by default but can be disabled under Plugins > Artifact Power Currency > Abbreviate Artifact Power )
I don't have access to a character with Artifact Power tokens so I can't test it 100%, but believe it should be working. Please let me know if you encounter any errors or have any suggestions about how to improve the feature. Thank you.
Hey there, great work on this! Just noticed, that Void-Purged Krokul (item ID 152096) are missing from the Champions Upgrade filter.
Thank you for letting me know these items were missing. I did not have a way to automatically find these items before since they use a generic server side script instead of a unique spell effect. I used wowhead to search for spell descriptions that have the text "to accompany your Champions on missions". Please let me know if I have missed any other items.
The following items have been added:
[138410] Summoning Portal
[139670] Scream of the Dead
[140922] Imp Pact
[140923] Ghoul Tombstone
[140924] Ashtongue Beacon
[140925] Enchanted Bark
[140926] Bowmen's Orders
[140927] Water Globe
[140928] Ox Initiate's Pledge
[140929] Squire's Oath
[140930] Acolyte's Vows
[140931] Bandit Wanted Poster
[140932] Earthen Mark
[140933] Runed Aspirant's Band
[142209] Dinner Invitation
[143849] Summon Royal Guard
[143850] Summon Grimtotem Warrior
[152096] Void-Purged Krokul
[152097] Lightforged Bulwark
Argussian Reach Insignia and Greater Argussian Reach Insignia are missing from the Reputation filter.
Thank you for letting me know. I added Argussian Reach (faction 2170) to the export script and added the following items to the item table.
[152954] = 750, -- Greater Argussian Reach Insignia
[152959] = 250, -- Argussian Reach Insignia
[152960] = 250, -- Argussian Reach Insignia
[152961] = 750, -- Greater Argussian Reach Insignia
22x AdiBags\core\Filters-Filters.lua:128: Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Legion' already exists.
[C]: ?
...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0-12.lua:270: in function `NewModule'
AdiBags\core\Filters-Filters.lua:128: in function `RegisterFilter'
...ns\AdiBags_Legion_Filters\AdiBags_Legion_Filters-1.6.3.lua:27: in main chunk
Locals:
(*temporary) = "Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Legion' already exists."
This addon, AdiBagsLegionFilters, and a different addon AdiBagsLegion are not compatible with each other. They both try to register a filter called "Legion" and that is why you are getting an error. You can solve this by uninstalling one of the addons.
Legendaries don't seem to have their own section anymore.
Legendaries being sorted into their own section was an experimental feature that I forgot to add to the main version. Thanks for letting me know that it slipped through the cracks.
I have now included that that feature as part of the core addon and should be available in version 1.6.2.
Thanks for putting it back in! Very helpful, and was wondering if I was just seeing things when it vanished...
Appreciate you keeping this up to date!
A few new items can be added to the data\itemtables.lua:
[152928] = 924, -- Archaic Seerstone
[152437] = 925, -- Viscid Demon Blood
[152438] = 926, -- Krokul Sledgehammer
[152439] = 927, -- Pit Lord Tusk
[152440] = 928, -- Void-Touched Arinor Blossom
[152441] = 929, -- Satchel of Lucidity
[152443] = 930, -- Sanctified Arms
[152444] = 931, -- Exalted Hammer
[152445] = 932, -- Memento of Light
[152446] = 933, -- Writ of Holy Orders
[152447] = 934, -- Lightburst Charge
[152448] = 935, -- Praetorium Tome
[152449] = 936, -- Azurelight Candelabra
[152450] = 937, -- Censorite Staff
[152451] = 938, -- Stygian Scroll
[152452] = 939, -- Wrathguard Skull
[152453] = 940, -- Fel-Infused Effigy
[152454] = 941, -- Darklost Claw
[152929] = 942, -- Pronged Ridgestalker Spear
[153132] = true, -- Coffer of Argus Champion Equipment
I added the token for the Krokul Ridgestalker as well:
[152095] = true, -- Krokul Ridgestalker
I did some more background work for the data export and dumped a new version of DataTable.lua. This new version should include the new garrison items and reputation tokens. Champion Equipment like Archaic Seerstone (all of the items you included a number for) should be automatically included now. Items like Coffer of Argus Champion Equipment and Krokul Ridgestalker I added manually. Thanks for letting me know about all of these items. If I am missing other items please let me know.
A few more for ItemTables.Reputation:
[152955] = 1500, -- Greater Army of the Light Insignia (BoA)
[152956] = 1500, -- Greater Army of the Light Insignia (BoP)
[152957] = 250, -- Army of the Light Insignia (BoA)
[152958] = 250, -- Army of the Light Insignia (BoP)
Thank you for your continued efforts to help update for patch 7.3. I added Army of the Light (Faction #2165) to the export list. All Army of the Light reputation items should now be automatically be included in ItemTables.lua.
Welcome! Glad you are still working on it as well. It's really appreciated.
Somehow, it seems the armor upgrade sets got dropped (or maybe I am remembering incorrectly) from the champion equipment table:
[136412] = 1004, -- Heavy Armor Set
[137207] = 1005, -- Fortified Armor Set
[137208] = 1006, -- Indestructible Armor Set
[147348] = 1001, -- Bulky Armor Set
[147349] = 1002, -- Spiked Armor Set
[147350] = 1003, -- Invincible Armor Set
Thanks for letting me know these items were missing. I looked into it an the armor sets (the items that change a followers item level) are now using a different spell effect (EffectID 80). I added the new EffectID to the data export and it added the following items to ItemTables:
[136412] = 5, -- Heavy Armor Set
[137207] = 10, -- Fortified Armor Set
[137208] = 15, -- Indestructible Armor Set
[147348] = 5, -- Bulky Armor Set
[147349] = 10, -- Spiked Armor Set
[147350] = 15, -- Invincible Armor Set
[151841] = 850, -- ???
[151842] = 900, -- Krokul Armor Set
[151843] = 925, -- Mac'Aree Armor Set
[151844] = 950, -- Xenedar Armor Set
[153005] = 880, -- Relinquished Armor Set
This add-on is the most useful one I have ty. I used to hate going into my bags even with other add-ons and search. Well done!!!
I love the legendary equipment filter, is there any chance this will be added to the release version or perhaps as an updated beta for 7.3?
Hello!
Looks like the Artifact_Power_PLugin module is not calculating artifact power right.
Could be an older version of AK41? Couldn't find where the table values are held.
The AP chip I'm looking at is calculating to 31.2M but the tooltip says 96M.
Patch 7.3 changed the way Artifact Knowledge works. Unfortunately I no longer have an active account to test with.
Now that everyone has the same AK I assume they are no longer encoding that information into the item strings like they were before and that is why the addon is no longer calculating the multiplier correctly. Maybe using the API function GetArtifactKnowledgeMultiplier should be used if there is no ArtifactKnowledge level found in the item string. (I believe in earlier testing GetArtifactKnowledgeMultiplier wouldn't return results until the artifact window had been opened at least once in the current session)
The bug could also be that the Artifact Power table now has incorrect values. The table can be found in data\ArtifactPowerTable.lua