ArkInventory
ArkInventory (for The War Within)
:boom: Please ensure you are using the latest alpha version if you have the War Within client.
ArkInventory (for Retail, Classic, and Cataclysm)
ArkInventory's display windows are built from "virtual bars", you assign categories to bars so that items in that category are displayed on the specific bars you want. There is no limit to the number of bars you can have inside a window but obviously you only have so much screen real estate before it becomes "too many".
ArkInventory uses several methods to assign a default category to an item such as what professions you have, tooltip scanning, basic type/subtype and PeriodicTable. You then assign those categories to a virtual bar.
You can also over-ride the default category by creating a rule that matches either a single or multiple items.
Overview:
- user configurable window width and height
- separate keybindings for each location for easy viewing
- assign items to a category of your choice (overrides the default assignment)
- assign categories to the bar of your choice
- unlimited number of bars (there are practical limits though before your screen becomes full)
- sort each bar differently if required
- user configurable bars per row
- sell junk items automatically or manually (delete available via a keybinding or right clicking when at a vendor)
- random pet and mount summons. can also assign a group of them to select from
Key Bindings:
- Press ESCAPE to bring up the blizzard menu
- click on Key Bindings
- scroll down to AddOns > ArkInventory
- bind the keys you want to use
Need Help?
:memo: Wiki
:memo: Frequently Asked Questions
:memo: Sorting
:memo: Rules
:memo: If you are having an issue the first step is to disable all other mods and test with only ArkInventory loaded
:memo: If the issue is still there, please check for an existing issue and create a new issue if required.
:memo: If the issue is gone, re-enable your other mods one by one until the issue comes back, then note the last mod you enabled in your issue as well as notifying the author of the other mod
See ChangeHistory.md for changes to the latest version. See VersionHistory.md for all previous changes.
:boom: The NoLib variant
it seems quite a few people are somehow getting the NoLib variant from their download client when they didn't specifically ask for it, instead of the full variant, and its causing issues as they don't have the required libraries installed separately. Please ensure you are downloading the full. if you see nolib in the filename then its the wrong variant, unless you are actually installing all of the required libraries separately as well. If you have to you can manually download the full variant from CurseForge, WoWInterface, or Wago.
:boom: Junk Sell getting blocked
While auto-destroy remains blocked, From 30960 onwards you can setup a Key Binding to manually sell and destroy your items. Note that blizzard require one keypress per item deletion, so if you have multiple items that need to be deleted you will need to press the Key Binding multiple times. A message will be output if you have remaining items that can still be deleted.
:warning: Ensure you have backup copies of your saved variables file
Sometimes you cannot revert back to a previous version without a backup, especially alpha or beta versions, so before upgrading please make sure you have made a backup of your saved variables file
Your saved variables file is normally located at ...\World of Warcraft\_client_\WTF\Account\yourwowaccountname\SavedVariables\ArkInventory.lua
It is your responsibility to ensure you have adequate backups of your saved variables file. You dont have to do them frequently, just after you've made major changes to your config is probably fine for most people, but you should get into the habit of making backups because when it does corrupt you wont have to reconfigure everything from scratch.
If you have your download client set to automatically download alpha/beta versions you should definitely have backups.
A simple way to back up the saved variables file is to just do a copy and paste then rename the new file (using the version number of ArkInventory or the date is a good idea), eg ArkInventory-30900.lua, or ArkInventory-20191228.lua
I just updated the newest version, and am having problems when I go to insert a bar - it gets stuck in edit, you cannot move anything in or out of the bag, and it makes the row headers before it disappear. A reload UI seems ti fix it, but it will repeat if you try it again.
fixed in the next release
Awesome! I was just coming here to report what I think is the same bug. Mine occurs when I delete a bar.
The bag bars background colour picker does not seem to work. It just shows the colour of what i have my border selected as. Changing the colour does not do anything atm. I went back & the last version that this seems to work fine in was 3.05.00. I reported this for the beta version but thought it might just be a glitch with it being a beta but is still the same on this release.
Amazing addon, wouldnt know what to do without it. Many thanks for your time spent on this,
set it and do a uireload, it should pick up the new colour then. (i know swapping between textures and a solid colour has issues that resolve on a uireload)
Does not work sadly. Deleted my saved variables but still no luck. I set my window background to parchment then change the bag bars background in 3.05.00 & it works with no problems. Any version after that the bag bars background will not change colour. Sorry i cant give you anymore information as there is no error or anything. The colour picker square shows the colour you have selected but the bag bars background does not change to that colour. Uireload or logging out & back in still does not change it.
are you getting either of the "LibDataBroker-1.1 requires LibStub" or "LibDataBroker-1.1 requires CallbackHandler-1.0" error messages? if not then its dependencies are loaded.
I'd look at the source for the Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
as I would guess that is got some dependency that is calling in more of the libraries than you think..... Just a guess, but from a 30 year software developer.....
All, I had the same errors when opening the bags. Finally after trying everything to fix, I right mouse clicked in the curse client over arkinventory and told it to install libraries separately. This then installed the lib referenced below, but also installed two Ace libraries which I didn't have. Obviously the author is using Ace and doesn't realize not all of us have it. After exiting Wow and restarting, I now have my original functions back.
BTW, I've always loved this addon which i've used since Wrath..... Thanks!
arkinventory has been ace based since inception, you all have the ace libraries as part of the download, or at least you should.
which libraries specifically did it install?
Ace3, AceGUI-3.0-SharedMediaWidgets, CallbackHandler-1.0
I've never had Ace installed, ever, btw....
Maybe not the calback handler, as it was just recently updated and I can't tell by who.... But LibItemUpgradeInfo-1.0. It also loaded several other libs like libDialog, LibPeriodicTable, LibSharedMedia and LibStub.... Hopefully this helps....
open the arkinventory.toc file and look for this chunk of code
#@no-lib-strip@
# ArkInventoryExternals.xml
#@end-no-lib-strip@
do you have the # in front of all three lines, or just the no-lib-strip ones? if you have it on all three lines youve downloaded the no-lib variant
not seperately no because all the ace libraries arkinventory needs are embedded as part of the mod (when you download the full version), they are not included in the no-lib variant curse creates
I've got the # on all three lines...
btw, All the libraries it loaded are in the optionaldeps line which should not be needed as I have no lib needed version. However, maybe the following line is calling in some of the other lines Sorry for including this all here, but it seems the most expedient. The following is from the Arkinventory.toc file:
#@no-lib-strip@
# ArkInventoryExternals.xml
#@end-no-lib-strip@
Libs\ArkDewdrop\ArkDewdrop-3.0.lua
Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
Locale\locale.xml
ArkInventoryExternals.lua
ArkInventory.lua
ArkInventoryCompanion.lua
ArkInventoryStorage.lua
ArkInventoryRestack.lua
ArkInventoryUpgrades.lua
ArkInventoryMenu.lua
ArkInventoryRules.lua
ArkInventorySearch.lua
ArkInventorySync.lua
ArkInventoryPetJournal.lua
ArkInventoryMountJournal.lua
ArkInventoryToybox.lua
ArkInventoryTooltip.lua
ArkInventoryMoney.lua
ArkInventoryMedia.lua
ArkInventory.xml
ArkInventorySearch.xml
ArkInventoryConfig.lua
ArkInventoryLDB.lua
ArkInventoryStaticPopups.lua
ArkInventoryTranslate.lua
ArkInventoryRealms.lua
which means that somehow youve downloaded the no-lib variant instead of the full one, and if you have the no-lib variant then you must download the libraries serparately (which you have now done)
try copying LibItemUpgradeInfo-1.0 from the optdeps line to the x-embeds line, eg;
the ## X-Embeds: Ace3, AceGUI-3.0-SharedMediaWidgets, LibPeriodicTable-3.1, LibSharedMedia-3.0, LibDataBroker-1.1, LibDialog-1.0, LibItemUpgradeInfo-1.0
actually that wont help you at all, ill need to do it and upload it
I moved it as follows (and saved) and deleted all the libs and the two ace addons then tried to come up again and again get an error on loading and my bag is only the single bag. BTW it quit Wow and restarted after doing the before mentioned deletes and save.
## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibPeriodicTable-3.1, LibSharedMedia-3.0, LibDataBroker-1.1, LibDialog-1.0, Masque, BattlePetBreedID
## X-Embeds: Ace3, AceGUI-3.0-SharedMediaWidgets, LibPeriodicTable-3.1, LibSharedMedia-3.0, LibDataBroker-1.1, LibDialog-1.0, LibItemUpgradeInfo-1.0
right click on the restack icon to bring up the restack menu
restack is a work in progress, there will be more options next release (and fixes)
Did I miss something or I have broken LUA stored variables? Previous version when I did click "Cleanup" button my "Crafting Reagents" did move into bank "Reagents tab" when I have open bags and bank. In latest version reagents stay in my bags. I must go on bank tab enable "bags changer" and then from reagent bag menu I must pick store reagents to achieve same functionality as in previous version. In previous version that choice in reagent bag menu was toggle action now is immediate execute of store reagents.
TIA