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
sorting by ilvl seems to be working fine on my machine, does any sorting work?
I lost all my subgroups too, but going into edit mode and back out brought them back
Since I updated I've been having weird behavior. Besides a blank artifact box opening each time I load the game, I was getting the "error on line 3510" issue that others did. When this happened my inventory was just a black box and I was unable to do anything at all. I tried Kumi123's fix without success, as the error just occurred a few lines later.
I managed to 'fix' this myself, but before I describe how I would like to say that I've never seen LAU code in my life before today. Also, my fix is not really a fix. It's more of a "avoid the error and return null data". It will almost certainly break the function in question in some cases. When those cases are or whether it matters I really have no idea. But my interface seems to be working again so I can at least get to raid tonight.
Here is the fix:
1) Find the function "ArkInventory.ItemCategoryGetDefault". It begins with the line "function ArkInventory.ItemCategoryGetDefault( i )" and includes everything up until the non-indented line "end". Or if you prefer line numbers: 3507-3523
2) Now delete that function and replace it with:
This seems to work for me, thanks :-)
ive added a workaround to 30709 until i can work out how the data is nil
Idk what's been going on, but the last two updates have been getting worse and worse.
In .07, the artifact weapon bonus items wouldn't get sorted into a category.
In .08, the addon is stuck at the top left of the screen and is completely unusable.
Going back to .06 fixes all problems btw.
How exactly to you go back? I'm having the same problem you are, stuck in the left hand corner, can't move it, errors all over the place and total black window.
Use the "other downloads" tab at the top and install a previous version
i feel the same, but wont give up :< i love this addon too much
3.07.08 completely broken. Tried going back to 3.07.07 and it still breaks. I don't want to delete my cache/settings, as I have way too many rules, but deleting the addon itself isn't currently working. Totally broken :(
I went back to 3.07.01 I believe that was the one and it works fine
I love your addon, but the deafult 'classifications' are very frustrating.
Specifically the catchall "soulbound". This is a very frustrating classification and I want to know how to set 'soulbound' as the lowest priority for what the classification off an item is. Consumable buffs, pets, Class Hall Champion equipment, artifact power
These are all things that I would want to use, but I can't figure out how to turn the default to those things instead of this, at least to me, useless 'soulbound' tag.
Assign them to different categories or create custom ones. Then you can sort those all day. If the default classification doesn't work for me, I just reassign, it's simple to do and allows really finite control.
the defaults are blizzards, and soulbound is pretty much the last part of the code.
custom categories and rules exist so you can put things where ever *you* want them to go, the defaults will never work for everyone.
Can confirm -- addon completely unstable in latest update.
FIX PLEASE!!! ERROR 3510!!
Latest version 100% unusable :(
You fixed the lag! Thanks!
I got a temporary fix for the error in the current version.
Go into ArkInventory.lua line 3510.
Change
to
Does this work? Yes. Are you a God? Probably.