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
nearly all of the messages have config options to disable them already - which ones are you still seeing that you do not want?
is there a default "Order" for the default rules?
for example, System -> Equipment (Warbound until equipped)
Cata Classic: ArkInventory is no longer tracking currencies for me.
I've dug through the addon settings, uninstalled, reinstalled, switched to Alpha and back to Release.
Can't see any recent reports of other people experiencing this, perhaps I've done something wrong or another addon has interfered.
Edit November 4 2024: I don't see anything in the changelogs relating to this issue but it appears to have resolved itself recently.
Is there a way to prevent ArkInventory to be used on my bank/warband? It seem that it can't "clean" the slots, nor move stuff over correctly. I have to disable ArkInventory everytime I need to mass move or clean up the warbands..
Or is there a way to actually fix this, so AI will mass move into the correct warbands and clean up?
How would one go about seperating crafting mats by xpac and type? So, a rule for Leather/skins from Dragonflight, for example?? I've spent a bit trying to work it out and struggling :(
In reply to Erpgore: Something like
category( 504 ) and expansion( 9 )
this will take the category of 504 which is Ark inventories Leather set and the expansion of Dragonflight which is expansion 9
In reply to Draven006: thanks, that pointed me in the right direction, sorted :)
I am a little confused, or mybe just more curious.
I have always used Ark for bags, bank, and guild, but never for mounts.
As I normally write my own rules for my layouts, I was wondering if people would mind sharing there mount layouts, or even some rules that they use for the mount section of Ark.
With have 600 mounts, it would be nice to see how others are using this feature.
pets and mounts arent really intended to be used that way. i need the data for cross referencing items to spells for them so the data is there and its just couple more lines of code to let them be viewed like the other windows so i did but i dont expect anyone actually uses them (theres not much functionality in there)
The "item (use) level" sorting property seems to be bugged, it sorts them as [80 -71-72-73-...-79], its almost like its only looking at the last digit of the level.
Is there a way to make a rule to sort Non-Specific/Explorer/Adventurer gear?
i think youd have to use tooltip( text )
or maybe bonus( id ) - you can find those values in the debug menu
hello there,
i got some bug messages that arkinventory tried to execute protected functions
1x [ADDON_ACTION_BLOCKED] AddOn 'ArkInventory' hat versucht die geschützte Funktion 'Frame:SetPassThroughButtons()' aufzurufen.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `SetPassThroughButtons'
[string "@Blizzard_MapCanvas/MapCanvas_DataProviderBase.lua"]:224: in function `CheckMouseButtonPassthrough'
[string "@Blizzard_MapCanvas/Blizzard_MapCanvas.lua"]:209: in function `AcquirePin'
[string "@WorldQuestTracker/WorldQuestTracker_Core.lua"]:1455: in function `ShowLine'
[string "@WorldQuestTracker/WorldQuestTracker_Core.lua"]:1569: in function <WorldQuestTracker/WorldQuestTracker_Core.lua:1550>
Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}
i dont call SetPassThroughButtons so it seems like an issue with WorldQuestTracker
if you disable arkinventory and do whatever you did before it should still error
Hello i have a problème trying to make a rule for an item i tried to do like this:
tt("d'augmenter")
but i think the apostrophe is messing it any solution? Thank you
tt("d%'augmenter")
In reply to Arkayenro: Tried but not working.. :(
Yeah, I've got it set to restack in the warband and it does the same for me. If I right click 5 separate but the same herbs into my warband tab, it doesn't stack them as I as put them in there :^(
I'm fairly new to Arkinventory... probably a stupid question but I've looked for an hour through forums and in the addon grr... how do I get items I right click in my bag/reagents bag to auto stack in a warband bank tab??