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'm having this problem as well, but some of the toons were showing values. I logged into all of my toons to try to force an update. That didn't work, but what I discovered is that the few who had values reported are being reported correctly, and they are all less than 500g. All of the other toons show the silver/copper values only. I don't know if that might help solve the problem or not, but I thought I'd share just in case it sheds some light.
It's the same English client I've been using for years :)
I found out the problem is in line 419:
txtGold = string.format( "%d%s", BreakUpLargeNumbers( numGold ), GOLD_AMOUNT_SYMBOL )
As it is, the tooltip doesn't show the gold amount if it's 1000g or more. E.g. if I have 1010g 57s 62c then the tooltip shows 0g 57s 62c.
If the amount is, say, 666g 57s 62c, then it shows correctly.
If I get rid of the breakUpLargeNumbers() then it works correctly for any amount:
txtGold = string.format( "%d%s", numGold, GOLD_AMOUNT_SYMBOL )
If I can do any tests please let me know.
if you can try the folllowing (blizzard added this recently so maybe it works everywhere instead)
/dump FormatLargeNumber( 1010 )
do this as well, just to confirm
/dump BreakUpLargeNumbers( 1010 )
Both return "1,010"
I believe the problem is that this is a string but in line 438 you use %d as placeholder, instead of %s
I changed it to %s and now works :)
For those who post before reading!
From the author:
Legion changes are here https://github.com/arkayenro/arkinventory/wiki/LegionChanges(please read them first)
From a user:
If you have problems with sorting your bags, bank, void storage and so on:
1. Go to Config >> Controls.
2. On every tab change the dropdown menus Style, Category Set, and Layout to the names you'd been using before patch 7.0.
3. The dropdown menus Style, Category Set, and Layout MUST NOT contain the word Default. If it does, assigning categories to items will not work.
PICTURES http://imgur.com/a/N41au
SHORT VIDEO
if you are on a German server, you may have a different problem.
https://github.com/arkayenro/arkinventory/issues/768
Oh Thank you so much!! :D
Thank you! More than I can express, thank you! I read everything and thought I'd figured it out but was still banging my head. It was the bold in #3 "MUST NOT contain the world Default" that was killing me. After correcting that, everything but the gold issue mentioned above is awesome again.
Logged in just to tell you THANK YOU SO F***NG MUCH!!! :)))
I cant seem to find options for width and height. Is it gone or moved to other place in settings that eludes me?
lol I was just going to ask the same thing .. need to make my bank bag wider. it will not fit on my screen. any help would be wonderful. Thanks
Config >>> Settings >>> Designs >>> YourProfileNameBank[1002] and edit to your heart's content.
If that helps:
fr_FR version
Message: Interface\AddOns\ArkInventory\ArkInventory.lua:7916: attempt to index field 'style' (a nil value)
Time: 07/20/16 19:31:01
Count: 3
Stack: (tail call): ?
Interface\AddOns\ArkInventory\ArkInventory.lua:7916: in function `Frame_Status_Update_Empty'
Interface\AddOns\ArkInventory\ArkInventoryLDB.lua:60: in function `Update'
...nterface\AddOns\ArkInventory\ArkInventoryStorage.lua:380: in function <...nterface\AddOns\ArkInventory\ArkInventoryStorage.lua:345>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?
...Externals\curse\svn\Ace3-AceBucket\AceBucket-3.0.lua:116: in function `func'
...y\Externals\curse\svn\Ace3-AceTimer\AceTimer-3.0.lua:55: in function <...y\Externals\curse\svn\Ace3-AceTimer\AceTimer-3.0.lua:48>
Locals: <none>
this should get fixed in .13
still getting locked when trying to make a new section
"This Location is using a system layout so some of the options are hidden" ?
I'm also having the same problem :(
So far its working pretty good. The issue I am having is that the font inside the bag window got really big and it wont change at all no matter how big or small i make it. I can change the font but not the size.
I'm playing around with the settings and even reinstalled the addon and the font size is still not changing.
I just installed Arkinventory for the first time since 7.0.3 and am having a problem in edit mode where every bar, sort method, and assignable category is designated "locked". There is an additional tooltip that says it is locked due to being assigned a system category, but I cannot seem to make any changes at all.
Read the Post at the top of the page. there is a work around for that problem.
Thanks. All good =)