﻿Description:

ArkInventory (AI or ARKINV) is an inventory mod that was based off EngInventory when the BtS 2.0.0 patch came out and I needed a working replacement.

AI'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".

AI allows you to view all your Inventory locations, eg the Bank or Vault, without having to be there (offline mode).  It will also allow you to view the Inventory of your other characters as well.

AI 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.






to see how you need to setup sorting go here https://github.com/arkayenro/arkinventory/wiki/UserGuide_HowTo_Sorting
to see how to setup rules go here https://github.com/arkayenro/arkinventory/wiki/RuleFunction
the FAQ is https://github.com/arkayenro/arkinventory/wiki/FAQ
the wiki is here https://github.com/arkayenro/arkinventory/wiki

please ensure you have read those before you lodge a ticket at https://github.com/arkayenro/arkinventory/issues


General:

    * home page - https://github.com/arkayenro/arkinventory/wiki
	
	* faq - https://github.com/arkayenro/arkinventory/wiki/FAQ

	* betas;
		* backup your saved variables file for arkinventory
		* when installing a new beta always restore a copy of your saved variabes from the backup you made (so it's starts clean - theres usually no automatic upgrade between beta versions)

	* example rules - https://github.com/arkayenro/arkinventory/wiki/ExampleRules
	
	* download from;
		* curse gaming - http://wow.curse.com/downloads/wow-addons/details/ark-inventory.aspx
		* wow interface - http://www.wowinterface.com/downloads/info6488
		
	
	


Overview:

    * unlimited number of bars (there are practical limits though before your screen becomes full)
    * assign items to a category of your choice (overrides the default assignment)
    * assign categories to the bar of your choice
    * configurable bars per row
    * configurable width
    * display bank, bag, keyrings for current and alts across all realms
    * separate keybindings for bag, keyring and bank viewing
    * /arkinv ui reset (puts the windows back in the centre of the screen)
    * /arkinv db reset confirm (resets all user options back to defaults)
    * /arkinv cache erase confirm (erases all cached data - not options)

	
Key Bindings (How To):

	Press ESCAPE to bring up the blizzard menu
	click on Key Bindings
	scroll down to ArkInventory
	bind the keys you want to use to specific functions
	
	
Known Issues:
	* the background can appear in front of the items rendering them unuseable - note this is not an ai code problem, it would appear to be an issue with blizzards CreateFrame api function.  a workaround for this issue is included in the addon config menu.
	* moving an item from one guild bank tab to another will leave a ghost item behind until you view that tab again (it also increases the tooltip count for that ghost item).
	* caged battle pets cannot be seen when placed in the guild bank, they appear as pet cages instead (api issue, default ui has same issue)
	* your legion class tier set bonus for out of combat regeneration is triggering a bag_update_cooldown event for all bags every 5 seconds
	* broken shore tower buffs are triggering a bag_update_cooldown event multiple times per second.

Bugs:
	* guild bank (vault) can have display issues on first open, just change tabs or refresh
	
To Do:
	* mail items expiry date/time

Change History:
	* see Changes-Current.txt and Changes-History.txt or https://github.com/arkayenro/arkinventory/wiki/VersionHistory

Wiki Pages
	* main wiki page - https://github.com/arkayenro/arkinventory/wiki
	* faq - https://github.com/arkayenro/arkinventory/wiki/FAQ
