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 sushileafbeats:
I've had the FPS problems and the disappearing UI (exactly as you report it - after about 30 mins of play. Reloading seems to reset the "timer".....). I'll try with the latest alpha. You can download BugGrabber & BugSack (you need BugGrabber for BugSack) to grab errors.
EDIT: With the latest Alpha build I'm still getting the UI disappearing after about 30 minutes of play. Also FPS drops by about 25-75% for 3 seconds whenever looting anything except gold. Looting more items causes bigger drops.
In reply to sushileafbeats:
Yesterday i had the same Issue with the disappearing UI, was a little bit confused what exactly going on :D, but it happened only one time.
In reply to sushileafbeats:
Honestly I have been saying the same thing for weeks, but it feels like it is falling on deaf ears due to lack of response from creator.
I understand that they are working on it, but lack of response make me feel unheard.
I have said it before, and i will say it again
"Maybe it needs a build from the ground up?, so many thing have changed over the years, Hell I would be happy to re-write all my rules if it meant a stable addon with the cool features, instead of trying to use another half bland bag addon that has no real control"
i am not rewriting it from the ground up. you have been heard. i just dont take the time to answer the pointless "questions" unless im in a very sarcastic/annoyed mood.
this comments section is also not very helpful with trying to find and reply to posts - i would much prefer people used the github tickets so its more contained and manageable. plus this thing never tells me when someone posts anything new event thought its meant to.
all bag mods are unstable. blizzard changed a tonne of stuff on release day - and yes i had already updated the mods to the new code - and bits broke anyway.
blizzard are still changing things.
if you want to help
* find a repeatable way of triggering the issue - eg swapping the same items in and out of the inventory repeatably was a good one, even i could get that one to duplicate
* ignore the micro stuttering. thats normal from the coroutines yielding every 25ms to make the game playable instead of locking it up. continual stuttering for long periods (expect when you open the pet widow with 1500 pets) shouldnt happen and that can be reported (but you need to know what you did to trigger it, if possible)
* there is debug and thread debug available. enabling it will make it worse but might help you understand where the issue might be coming from so you can repeat it - on the other hand dont read that and guess what you think the issue is, youll be wrong. its just telling you what was happening at the time, not always what triggered it - which is where i need to look.
* dont tell me there are "issues", i already know that, be specific, be singular
* no i dont know why the ui disappears, that should not be possible for an addon to cause unless theres an underlying blizzard issue
* if there is a "memory leak" (there isnt), then i cannot control or fix that, only blizzard can, its their sandbox that is leaking.
* dont back seat drive - unless you want to give me specific code changes that might fix stuff
* please use github tickets to lodge issues - i dont get notifications from these comments (and yes ive enabled them)
* dont make the mistake of thinking i care if you use the mod or not - threatening to leave and use another mod is laughable, go for it, you might like the other mod.
right now i dont really have any idea of what is causing it so i dont know where to look to change things. i have some vague ideas of where it might be but all i can do is tinker with those parts to see if it helps or not. i've been pulling things out that trigger rebuilds and added in extra yielding to stop it running too long, as quick fixes, but these seem to be more of a side effect, not the actual cause, as they only fix that one area. it helps but only slightly.
note that my 7 year old hardware (gtx960) doesnt typically get the issues. i dont know why, its not great but it works. it is annoying as it typically means i cant duplicate most of the lag issues people are reporting to be able to more easily fix them. i have to guess until someone gives me something concrete to look at.
most importantly, dont expect me to be overly nice at the moment, i have a job that pays me, this doesnt. im not getting to play pre-patch except for some testing, and i'll probably miss chunks of release as well, so all i get is frustration when coding for, and playing this game. it will eventually settle down (it better) but its going to be crap until then. if you cant handle that then find another mod or use the default ui (its not completely bad)
In reply to Arkayenro:
at least for me anything who affects the inventory causes lag spikes, including looting, crafting, selling etc. The Bank for me sometimes can even take like 10 secs to respond but normally is just like a 2 secs lag, the UI Crash is not ez to pin point pretty sure has happened even when im not looting and just clicking something. Im gonna disable my bug grabbers so maybe i can pass an specific error codes.
Lastly take ur time and ty for keeping this addon updated and im sure is frustrating what blizzard is doing with this addons. Ur addon is far superior than other i know even bagnon hope u can make it work but ofc i know u need to prioritize IRL and anything who actually earns u money.
If you click on files, then "view all", it will show you alpha and beta versions along with the changelogs for each.
With all the Alpha version being released, is there somewhere we can see the log changes, so we know if the updates are trying to address the issues that it seems that so many of us are having.
on the main website, See ChangeHistory.md for changes to the latest version. See VersionHistory.md for all previous changes.
and both those files are included in the mod, so you can look at them in your addons folder
Thank you for your work on this addon. I've been using it for many years now and can't imagine wow without it :)
I ran into this today after trying to open the mount config from my broker panel. (blank window and this error). I see altaholic in there however this error happens even with altaholic is disabled.
117x ...ceConfig/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua:1599: attempt to index local 'group' (a nil value)
[string "@ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1599: in function `FeedGroup'
[string "@ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1919: in function `Open'
[string "@ArkInventory/Core/ArkInventoryConfig.lua"]:31: in function `Frame_Config_Show'
[string "@ArkInventory/Core/ArkInventoryMenu.lua"]:4424: in function `func'
[string "@ArkInventory/Libs/ArkDewdrop/ArkDewdrop.lua"]:731: in function <...eArkInventory/Libs/ArkDewdrop/ArkDewdrop.lua:670>
Locals:
self = <table> {
ConfigTableChanged = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1816
CloseAll = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1797
Close = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1807
SetDefaultSize = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1827
tooltip = AceConfigDialogTooltip {
}
Open = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1842
AddToBlizOptions = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1974
BlizOptions = <table> {
}
popup = Frame {
}
GetStatusTable = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:401
OpenFrames = <table> {
}
Status = <table> {
}
frame = Frame {
}
FeedGroup = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1587
SelectGroup = <function> defined @ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:431
}
appName = "ArkInventory"
options = <table> {
childGroups = "tab"
type = "group"
name = "ArkInventory"
args = <table> {
}
}
container = <table> {
OnRelease = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:90
OnWidthSet = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:95
SetStatusText = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:120
sizer_se = Frame {
}
sizer_e = Frame {
}
base = <table> {
}
EnableResize = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:132
userdata = <table> {
}
status = <table> {
}
LayoutFunc = <function> defined @Altoholic/Libs/AceGUI-3.0/AceGUI-3.0.lua:619
SetStatusTable = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:140
Hide = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:124
OnHeightSet = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:105
type = "Frame"
AceGUIWidgetVersion = 30
OnAcquire = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:79
children = <table> {
}
SetTitle = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:115
ApplyStatus = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:146
titletext = FontString {
}
Show = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:128
statustext = FontString {
}
events = <table> {
}
frame = Frame {
}
sizer_s = Frame {
}
titlebg = Texture {
}
content = Frame {
}
localstatus = <table> {
}
}
rootframe = <table> {
OnRelease = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:90
OnWidthSet = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:95
SetStatusText = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:120
sizer_se = Frame {
}
sizer_e = Frame {
}
base = <table> {
}
EnableResize = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:132
userdata = <table> {
}
status = <table> {
}
LayoutFunc = <function> defined @Altoholic/Libs/AceGUI-3.0/AceGUI-3.0.lua:619
SetStatusTable = <function> defined @Altoholic/Libs/AceGUI-3.0/widgets/Ace
what broker mod?
In reply to Arkayenro:
I'm using Bazooka
Nope 3.10.07, opened bank, 10FPS, waited till bank loaded. back to 200+FPS, moving things from the bank to the bag
BOOM
UI DISAPPEARED
I love this addon, but it really is making the game unplayable when you are doing the little things.
Maybe it needs a build from the ground up?, so many thing have changed over the years, Hell I would be happy to re-write all my rules if it meant a stable addon with the cool features, instead of trying to use another half bland bag addon that has no real control, but the UI disappearing is OUT OF CONTROL
EDIT updated to 3.10.07 Alpha 2. Still the same, in fact even worse i guess, taking an item out the bank, FPS dropped waited 2 seconds, Item moves, FPS back up to 60 then to 120 - then to 190, move another item, drop to 10FPS. Managed to move 15 items then the UI disappeared again.
Fell the addon is rendered unusable now for me. Will chace back if there is any new development.
So sad :-(
In reply to Draven006:
The same thing happened to me and I thought it was a Bliz bug
In reply to Draven006:
The same thing happened to me and I thought it was a Bliz bug
In reply to Draven006:
yeah im also very sad about this :/
im on standard bags for now because it's unplayable with Arkinventory active but i can't find anything in my inventory :P
In reply to Draven006:
This also happened to me a few times while fiddling with items in the bag / bank.
Also noted micro-stuttering while just doing quests and looting mobs, finally disabled the addon and all went away.
In reply to Draven006:
Yeah I've also noticed the UI just outright disappearing after about 20 minutes in game. It feels like ArkInventory is strangling the memory use or something and crashing the backend that runs the UI as a whole. I've even tried just playing with only ArkInventory running, and eventually the issues arise. (I don't use many addons, but had to make sure it wasn't say Titan Panel, Dominos, or Shadowed Unit Frames. Don't run much else).
Iunno, thats just me as a user not a developer.
Goes hand in hand with ArkInventory lagging at every moment it's used. (opening bags, looting, loading into the game the first time, etc).
is it possible to auto sort items that belong to an equipment set? been using Ark inv for years and have always manually categorised the items but never thought if there was a way to have the addon handle it until now
you can create a rule that uses the outfit( ) function to pick up any items that belong to an equipment set, then enable it and assign it to a bar