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 got to have it kind of automatically "fixing" the issue using a small ahk script:
Assuming 'F10' is the default hotkey for opening / closing bags.
Using a function key to avoid those keys being added to input fields like the chat dialog for instance.
As it would happen if using a letter hotkey like 'b', you'd constantly get 'bb' added wherever you click.
#IfWinActive ahk_exe Wow.exe
^F10:: FixEnabled := !FixEnabled
#if FixEnabled
~RButton Up::
SetTimer, CloseReopenBag, -50
return
~LButton Up::
SetTimer, CloseReopenBag, -50
return
CloseReopenBag() {
Send {F10}
Send {F10}
}
#if
#IfWinActive
It's pretty bare but at least it does the job ^^
The 50ms delay is to give enough time so the window position is saved before we close / reopen it.
It was jerking the window back where it came from when I tried to send the b/b right away...
You would also likely want to mute those two sound IDs: 567461 and 567512 (bag open and close)
using MuteSounfFile addon to avoid having those constantly triggered with every mouse clicks:
Edit:
It's a crappy fix tbh, better not use it, you'd have trouble with every drop down menu that would close on button release.
Or you'd have to have another hotkey just to disable it, that's way too much bother for what it is, better wait for 3.10.12 alpha 1 :)
I edited it to use Control+F10 as toggle to enable disable the fix, you can edit the hotkeys I use as it suits you better...
there might be a fix for it in 3.10.12 alpha 1
i'd noticed before that the default blizzard frames had something that extended well past the item border and overlapped with everything around it, which with a lot of items all overlapping probably caused the render engine some issues trying to work out what frame levels they should all be on.
i'd cut down on the ones i knew about but missed the flash one. its now constrained with the item borders and none of the frames have any overlap so hopefully that should help.
In reply to Arkayenro:
Awesome
In case people end up using my temporary "fix"
They'll likely have to mute those two sound files IDs: (open and close bags)
567461 and 567512
With the MuteSoundFile addon.
And they'll also have to cope with 'bb' adding whenever they click an input box :)
same for me
With some fussing about with my rules, it appears anything referring to q0/poor breaks everything. changing it to anything BUT 0 functions properly.
Rules have stopped working since the latest update
In reply to tommosaurusrex:
Rules still work, I believe certain ones or perhaps certain strings dont?
All of my previous rules still seem to be functioning except the one I made to catch grey equipment.
type(2,4) and q(0,1) and not q(2,3,4,5)
Even with this enabled in its own bar and set to order like, 10, it's not pulling anything in. All grey gear is being marked as junk.
My rule to pull specific greys - the shadowlands greys and some from DF used for pets, also broke.
name("Ground Gear","Robble's Wobbly Staff","Very Unlucky Rock","Rotting Bear Carcass","Dark Iron Baby Booties","The Stoppable Force","Rabbit's Foot","Large Slimy Bone","A Frayed Knot","Pristine Beast Fur","Aeriform Speck") and q(0)
Removing the q(0) fixed it.
I had to alter my boe rules to specify qualities 2 3 and 4, instead of not q(0,1) as it was before - it started pulling greys into the boe bags with the "not q(0,1)" but works if i specify for 2,3,4.
I just updated to the new release on curse like 5 minutes ago.
In reply to resikagames:
Again; rules don't work. I have my bags organised with quality by column, all of which no longer work:
In reply to tommosaurusrex:
remove anything that refers to quality 0 and see if it functions.
In reply to resikagames:
I don't use quality 0....
Hmm, anyone else havind problem with the "
soulbound( )" ?
Even some thing like "
equip( ) and not soulbound( )" still just put every thing in it, regardless if its soulbound or not.
Even if i disable every other rules, and then take the build in "[416] Equipent (Soulbound)" it does nothing, seems like the Soulbound function is not working, i even tried to get a older version of the addon.
[EDIT 1]
Yeah and i ofc tested with ONLY ArkInventory enabled.
[EDIT 2] Hmm, not sure why, moving the items to the bank, and back, it sorts it out until next reload.
Some times after a reload it works fine, other times i have to do the bank trick, or i can take a soulbound item equip it, equip my old item again, and it then sorts every SB items as it should, but it is not last, reload again back to the problem.
Am I to understand autosell junk is no longer possible unless you use a keybind?
no, auto junk sell still works. auto destroy is no longer possible.
manual destroy can be done via a keybinding (or right clicking on the item when at a vendor)
In reply to Arkayenro:
Ok it stopped working since xpac launch and I couldn't find the setting. But I've found it now and re-enabled.
DL'ed newest Alpha -no errors
WOTLK just now-messing with bags
Date: 2022-12-01 18:30:36
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua line 33:
Attempt to register unknown event "WEAR_EQUIPMENT_SET"
Debug:
[string "=[C]"]: RegisterEvent()
[string "@Ace3\AceEvent-3.0\AceEvent-3.0.lua"]:33: OnUsed()
[string "@Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:137: RegisterEvent()
[string "@ArkInventory\Core\ArkInventory.lua"]:3120:
ArkInventory\Core\ArkInventory.lua:3050
[string "=[C]"]: ?
[string "@Ace3\AceAddon-3.0\AceAddon-3.0.lua"]:66:
Ace3\AceAddon-3.0\AceAddon-3.0.lua:61
[string "@Ace3\AceAddon-3.0\AceAddon-3.0.lua"]:523: EnableAddon()
[string "@Ace3\AceAddon-3.0\AceAddon-3.0.lua"]:626:
Ace3\AceAddon-3.0\AceAddon-3.0.lua:611
Locals:
None
AddOns:
Swatter, v3.4.6837 (SwimmingSeadragon)
Ace3, vRelease-r1294
ACP, v3.5.7
ArkInventory, v31010
ArkInventoryRules, v31010
ArkInventoryRulesExample, v3.10.10
ArkInventorySearch, v31010
Atlas, vv1.52.04
AtlasTransportation, vv1.52.01
AucAdvanced, v3.4.6844 (SwimmingSeadragon)
AucFilterBasic, v3.4.6803 (SwimmingSeadragon)
AucStatHistogram, v3.4.6805 (SwimmingSeadragon)
AucStatiLevel, v3.4.6809 (SwimmingSeadragon)
AucStatPurchased, v3.4.6806 (SwimmingSeadragon)
AucStatSimple, v3.4.6807 (SwimmingSeadragon)
AucStatStdDev, v3.4.6808 (SwimmingSeadragon)
AucUtilFixAH, v3.4.6810 (SwimmingSeadragon)
Auctionator, v10.0.16
AutomaticTrackingSwitcher, v1.0.0
BeanCounter, v3.4.6811 (SwimmingSeadragon)
CensusPlusWotlk, vv0.9.17
DataStore, v2022.10.25
DataStoreAchievements, v2022.10.25
DataStoreAgenda, v3.4.001
DataStoreAuctions, v3.4.001
DataStoreCharacters, v2022.10.25
DataStoreContainers, v3.4.001
DataStoreCrafts, v3.4.001
DataStoreInventory, v3.4.001
DataStoreMails, v2022.10.25
DataStoreQuests, v3.4.001
DataStoreReputations, v3.4.001
DataStoreSpells, v2022.10.25
DataStoreTalents, v3.4.001
Dominos, v10.0.12
DominosCast, v
DominosProgress, v
DominosRoll, v
ErrorFilter, vv3.7
ExtVendorUIClassic, v1.0.5
GatherMate2, v1.46.3-classic
GTFO, v4.69.2
HandyNotes, vv1.6.13
HandyNotesFlightMastersClassic, v1.12b
HandyNotesNPCsClassic, v1.32c
HandyNotesTravelGuide, vv1.2
LeatrixMaps, v3.0.62
MacroManager, v0.0.7
MikScrollingBattleText, v5.8.1
MissingTradeSkillsListTBC, v2.5.1
MissingTradeSkillsListWOTLK, v2.5.1
NeatPlates, vv427
NeatPlatesAlvara, v5a
NeatPlatesBlizzardPlates, v2.0
NeatPlatesClassicPlates, v
NeatPlatesGraphite, v
NeatPlatesGrey, v
NeatPlatesNeon, v
NeatPlatesQuatre, v
NeatPlatesRenaitre, vv7.0.3
NeatPlatesRoth, v
NeatPlatesSimple, v7.3.0
NeatPlatesSlimHorizontal, v2.2
NeatPlatesSlimVertical, v2.2
NeatPlatesHub, v
NeatPlatesWidgets, v
OmniCC, v10.0.2
Pawn, v2.7.13
Postal, vv3.9.2
Prat30, v3.9.13
Prat30Libraries, v
Questie, v7.4.5
RareScanner, v3.4.0.3
SexyMap, vv10.0.7
ShadowedUnitFrames, vv4.3.3-classic
SimpleRaidTargetIcons, v2.1.8-Classic
SkilletClassic, v1.57
Stubby, v3.4.6816 (SwimmingSeadragon)
TipTac, v22.09.02
TipTacItemRef, v22.09.02
TomTom, v3.3.5-release
TrinketMenu, v9.0.8
tullaRange, v10.0.3
VendorPrice, v1.6.2
WhatsTraining, v4.0.5
XLoot, v9.2.7-1
XLootFrame, v9.2.7-1
XLootGroup, v9.2.7-1
XLootMaster, v9.2.7-1
XLootMonitor, v9.2.7-1
ZygorGuidesViewerClassicTBC, v2.1
BlizRuntimeLib_enUS v3.4.0.30400 <none>
(ck=a49)
Hi, multiple people in my guild that use Ark (Wrath) are reporting that items they loot are not showing up in their bags. This just happened to me as well. I unloaded Ark, and the items show up normally using other bag addons. I think something is broken.
EDIT - I just vendored all my gray items, but they still appear in Ark Inventory.
In reply to Volo_Gaming:
having same issue to in wrath classic. had to uninstall. hope there is a fix soon
In reply to Volo_Gaming:
having same issue to in wrath classic. had to uninstall. hope there is a fix soon
try 3.10.10 alpha 2 - it looks like blizzard removed an event from wrath, but not classic or retail.
code has been updated to spit out a warning now, instead of failing (and loading the rest of the events its meant to listen for, like bag updates)