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
In reply to Arkayenro:
Yeah sorry, I wanted to reply and I pressed Quote instead.
But I've reverted to the previous version now and it's fine.
Did you need more information about the problems?
In reply to mintik:
I am having the sam issue with new items only appearing as a glowing square, no item icon. I turned off all addons and it seems to be Details and Recount meters that cause the problem. When they are both off it doesn't happen.
There are a ton of issue son the last release... items don't even load properly on the inventory anymore, it displays a glowing empty frame instead of the item icon, and if you move something into the 'empty' slot where the new item is, it doesn't change the icons, current slow remains with a empty icon while previous slot remains with previous item icon, even though there is a different item there.
Also, when you sell something on a vendor with another addon, I used scrap for years without issue, it doesn't remove the item from the bag.
To solve both issues I need to reload my entire interface, Sir, I'm afraid this is extremely frustrating, please, either revert to the previous version until you're able to fix, or work on a solution as soon as possible.
Thank you
you think its frustrating. you do know that you can roll back to any version you like at any time?
if you looked at the issues page youd notice there are a lot of them. theres also several alpha version, so what exactly do you think ive been doing???
A couple issues with the last update. First, items I've assigned custom settings to are randomly resetting to their default. This happens when I've first logged into the game. Second, when I switch out gear, an item I've put on shows that it's still in my bags, and the other item doesn't show at all in my bags. An example is putting my 1h mace on and taking off my fishing pole. The mace is on my character, but still shows in my bags and the fishing pole is nowhere. A reload is required to fix. Love the addon, would be lost without it!
when you enter the game for the first time can you open the bag and turn on edit mode, then click on one of the items that should be in your custom category and let me know what categories does it have as assigned and default? then do a reload and let me know what the two categories are after that.
In reply to Arkayenro:
One thing that I saw happen while playing: I received "Letter From Shattrath" in the mail for a quest. It's default setting is System>(0403) Bound. I changed it to System>(0411) Quest and it moved to the appropriate place. Sold at a vendor, went to the bank, and it had reverted to System>(0403) Bound. Once I switched it again it seems to be keeping the setting I want. I'll watch for what comes up when I log on tomorrow or even later.
The last update kills "ArkInventoryRules_MoreRules".
2x ArkInventory\ArkInventory-30955.lua:11338: ...rfaceArkInventoryRules\ArkInventoryRules-30951.lua:259: ...ntoryRules_MoreRules\ArkInventoryRules_MoreRules-901.1.lua:104: attempt to call field 'ObjectInfoArray' (a nil value)
[string "=[C]"]: ?
[string "@ArkInventory\ArkInventory-30955.lua"]:11338: in function `ThreadResume'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>
Locals:
(*temporary) = "...rfaceArkInventoryRules\ArkInventoryRules.lua:259: ...ntoryRules_MoreRules\ArkInventoryRules_MoreRules.lua:104: attempt to call field 'ObjectInfoArray' (a nil value)"
"ArkInventoryRules_MoreRules" uses this "ObjectInfoArray" multiple times
info = ArkInventory.ObjectInfoArray( ArkInventoryRules.Object.h )
Has the "ArkInventory.ObjectInfoArray" been changed?
yes, that got changed. they shouldnt need to call it. they can just use ArkInventoryRules.Object.info instead as its already filled with that data
In reply to Arkayenro:
I posted the fix for ArkInventoryRules_MoreRules in the comment section of that mod. Anyone can see what adjustments must be made to make that mod functional.
Thanks for the fast reply.
Icon for Keystones missing with latest updateupdate
In reply to Doctorio:
Same problem here. Also have the problem that the keystone doesnt get sorted in my custom rules anymore. I usually used "tooltip("Mythic difficulty")" which worked perfectly, but now it doesnt anymore.
In 3.09.55-tbc I cannot change the background color of my bars. After choosing a color I press [OK] and the color is reset to white. After a downgrade to 3.09.52-tbc I can change the color and it works.
Apart from that error this addon is wonderful, thanks for your work!
[Edit] I found another problem in 3.09.55-tbc:
1. open bank+bag
2. shift-click on a stacked item in the bank
3. press [2]
4. press [Return]
5. click in empty slot in bag
expected result: 2 items appear in bag slot
observed result: no items appear, but they are subtracted from the bank. closing and repoening the bag does not help. After downgrading to 3.09.52 the 2 items appeared in the bag and it is working again.
i cant duplicate either of those in tbc, or retail?
if you split the stack in the back and put into another bank slot, then right click on it does it move to the bags?
In reply to Arkayenro:
I can reproduce the bag slot problem only sometimes. When I copy into another bank slot and then move to bag it works most of the time but sometimes the item disappears on right click - relog helps, but not reopening bag.
I deleted all other addons (after doing the above tests) and the WTF-settings, same problem with the white background color. I am using a german client, maybe it's a locale issue?
My steps:
1. go to "Optionen - Designs - Leisten - Style - Hintergrund" (Options - Designs - Bars - Style - Background)
2. click on the small rectangle right of the arrow
3. choose any color (the rectangle I just clicked on changes its color but not the background of the bag)
4. hit [OK]
5. now the little rectangle reverts to white, bag background (bagground? :-D ) is also white.
does the bar background change colour as you go through different colours in the config? if it doesnt then you might be changing it in a layout that isnt being used by the bag
In reply to Arkayenro:
as I wrote in "3." the background does not change color - I'll open an issue at github. I realized the comment section is a bad place for bug reports.
sorry about teh locale issue, therell be another update as the russian client doesnt have any thousands separators set which i wasnt handling so it broke for them
[09:13:50] ArkInventory: Ошибка> Interface\AddOns\ArkInventory\ArkInventoryConst.lua:1224: malformed pattern (ends with '%')
Russian locale
## Version: 30954
The new version is buggy. I see phantom items, means the mouseover is different to the symbol, eg Manapot is a Healthstone.