Download
(65Kb)
Download
Updated: 03-03-11 08:03 PM
Pictures
File Info
Updated:03-03-11 08:03 PM
Created:07-28-10 10:43 PM
Downloads:3,639
Favorites:14
MD5:

Automated Cross Realm Inventory Tracker

Version: 2.1.0
by: adinhb [More]

Current Features
Scan:

  • Equipped
  • Bags
  • Bank
  • Keyring
  • Mail
Filter by:
  • Realm
  • Faction
  • Character / Guild
  • Location (bags, etc)
  • Quality
  • Item Class
  • Item Subclass
  • Equipment Slot (work in porgress)
  • <Keyword>
Reset button resets the Locations, Quality, Item Class, Item Subclass, and Equipment Slot filters.

Displays Character / Guild gold.
Display total gold if "All" characters are selected.

Displays available bag and bank space for each character / guild.

Check Mail Status for characters in each realm / faction.
Hint, set faction to "All", and you need to only cycle through the realms menu to check all of your character's mail expirations.

Mail Expirations for current realm / faction reported at login.

Vendor trash automatically sold when visiting a merchant.

Armor repaired automtically when visiting a merchant that can repair.

Tooltips list locations and amounts of items for the active character, and the amounts other characters on the current realm / faction possess.

Memory foot print has been significantly reduced.

Right Click To Withdraw: When the inventory browser is open, and your bank / mailbox / guild bank is open, you may right click on an item in the inventory browser, and the item will be placed in your bags. In the case of the bank or guild bank, the first item / stack found is what will be withdrawn. In the case of the mail, the oldest item will be withdrawn.

Not yet implemented
  • Extended trash list
  • Merchant resupply
  • Bank / Mail resupply

2.1.0
Right Click To Withdraw enabled.

2.0.1
Tooltips now use the built in hooking feature instead of the old style (manual) function hooking.

2.0.0
Heavy rewrite.

1.1.6
Marked as compatible with WoW 4.0
Currencies not being tracked for the time being
The main window is now treated as a single graphics element, thus eliminating severl ui issues
Built in support for LDB

New Features 1.1.5
Refactored a fair bit of underlying code
Tooltips now has its own options panel, including an ignore list
By default, hearthstones are in the ignore list
Currencies with a zero count are no longer displayed
The Mail Status / Inventory toggle button has been replaced with a menu, which is better UI design
Bag shading / highlighting is no longer active when viewing Mail Status
Window Scaling now works correctly

New Features: 1.1.4
/autocrit opens the Inventory Browser
/autocrit <itemname> opens the Inventory Browser and fills in the search field
The Mail Catalog has been merged into the Inventory Browser, thus significantly reducing screen use

Bug Fix: The open bags button in the options panel is diabled when Bagnon or Combuctor is active.
This is to prevent a conflict between the addons.

New Features: 1.1.3
Added a UI Scale option in the AutoCRIT GEneral Options Pane.
Long Guild Names are gracefully handled in the Inventory Browser.
The mail status is not updated unless the mail catalog window is open.

New Features: 1.1.2
When sending mail to alts, the alt's mail status list is automtically updated.
Tooltips will show the locations of items when holding down alt-key.
Empty bag and bank slots are tracked.
Escape key now closes AutoCRIT windows.
Mail Status list is now in a scrollable window.
Mail Status list is now affected by the realm / faction buttons
You can now log into one character, and view the mail expirations for all of your characters.
Post A Reply Comment Options
Unread 08-27-10, 10:18 PM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Originally posted by Malthus
Thank you! Should be easy to add. In fact, I added it to my own copy, by creating an extra function in your MinimapButton.lua file, and reusing your MMBOnClick() function:
Thank you for the help. Not only does AutoCRIT have LDB support built in, but I changed my library so any add-on I make will have it built in.

Another enhancement would be if the AutoCRIT window could remember its position! The default one doesn't fit well into my UI, so I have to drag it all the time.
Are you talking about whenever you log into a character and use AutoCRIT the first time, or whenever you log into any character? I am asking this since I use the default move window code that WoW supplies. It should be keeping your window placed on a per character basis.
Report comment to moderator  
Reply With Quote
Unread 08-27-10, 02:19 PM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Originally posted by MartinL
NICE addone, will come in handy

Thx a lot!!


Edit:
It do not include all items, it dont include weappons that is equipped, is that a known problem ?
I am glad you like it.

I checked on the copy I am running on my machine, as well as the copy on my fiancé's machine, and the equipped weapons are showing up for us. Have you tried putting the weapon in the character's bag, and then re-equipping it?
Last edited by adinhb : 08-27-10 at 02:44 PM.
Report comment to moderator  
Reply With Quote
Unread 08-27-10, 01:55 PM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Re: A further suggestion

Originally posted by Theondry
It's occurred to me in recent days while using your fine addon that I wonder how you store the data.

Would it be possible for a more fluid categorization? So that I might not just look and see what items have first by character, then equipped (going by the tree on the left) but also to see First what is equipped on all characters, and then specify the toon?

(I specifically am interested in seeing currency on a global scale and then seeing it divided by toons, but an abstracted layer seems more elegant.)
The locations could be made into a separate filter. I am looking at making the data filters to be more menu driven, as a way reduce screen real estate. When I get to that, I will move the locations to their own filter menu.

Edit: 08-28-2010 at 11:55 PM:
For the next release, I added a "Money" category to the item class filter. This will let you see all the currencies in a global scale... except Arena Points. For some reason, Blizzard decided Arena Points are of class Misc/Junk, and not Money. For now, Arena points will have to be searched via the search box, as I find throwing in special case code to be remiss.
Last edited by adinhb : 08-28-10 at 10:56 PM.
Report comment to moderator  
Reply With Quote
Unread 08-27-10, 06:45 AM  
Malthus
A Murloc Raider
 
Malthus's Avatar

Forum posts: 8
File comments: 47
Uploads: 0
Originally posted by adinhb
I will look into LDB.
Thank you! Should be easy to add. In fact, I added it to my own copy, by creating an extra function in your MinimapButton.lua file, and reusing your MMBOnClick() function:

Code:
function AutoCRIT.CreateLDBLauncher()
	if LibStub then local ldb = LibStub:GetLibrary("LibDataBroker-1.1", true)
		if ldb then local dataobj = ldb:NewDataObject("AutoCRIT", {type = "launcher", icon = "Interface\\Icons\\INV_Misc_Book_08", OnClick = function(clickedframe, button) MMBOnClick(clickedframe, button) end,}) end
	end
end
(Idea and code borrowed from comments to Possession.)

Another enhancement would be if the AutoCRIT window could remember its position! The default one doesn't fit well into my UI, so I have to drag it all the time.
Report comment to moderator  
Reply With Quote
Unread 08-25-10, 09:29 PM  
MartinL
A Deviate Faerie Dragon

Forum posts: 16
File comments: 28
Uploads: 0
NICE addone, will come in handy

Thx a lot!!


Edit:
It do not include all items, it dont include weappons that is equipped, is that a known problem ?
Last edited by MartinL : 08-25-10 at 09:43 PM.
Report comment to moderator  
Reply With Quote
Unread 08-24-10, 09:45 AM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
A further suggestion

It's occurred to me in recent days while using your fine addon that I wonder how you store the data.

Would it be possible for a more fluid categorization? So that I might not just look and see what items have first by character, then equipped (going by the tree on the left) but also to see First what is equipped on all characters, and then specify the toon?

(I specifically am interested in seeing currency on a global scale and then seeing it divided by toons, but an abstracted layer seems more elegant.)
__________________
Theondry of Perenolde
Report comment to moderator  
Reply With Quote
Unread 08-23-10, 02:31 AM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Originally posted by Malthus
This addon is great! As one who uses the mail system as a secondary storage, I really like the "Mail Status" view. Helps a lot in distributing the mails among alts optimally.

I have a couple of small feature requests though (I hope you will find them reasonable):
  • An LDB (LibDataBroker) launch icon. (The same purpose as the minimap icon, but would be much more convenient for us LDB users.)
  • Resize capability, at least in height. I have a lot of free space on the screen, I could use a few more lines in the list.
  • Optionally more columns (either as a config parameter, or resize in width and new columns appear). Since many of us have wide diplays, we could use the screen estate for displaying more stuff.

I will look into LDB.

As for resizing the inventory screen... I am using a faux scroll window to display the inventory, so, that would require a significant rewrite in that section of code. I will keep it in mind though.

Overall an awesome work, thank you!
Thank you, I am glad to see you enjoy my work.
Report comment to moderator  
Reply With Quote
Unread 08-23-10, 02:19 AM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Originally posted by moldavia
If you want to clear the search box, hit enter, then click on it. This will selectall the text in the search box.

LOL ok never even thought to hit enter after typing something out thanks for the info. This is perfectly fine I'm used to hitting enter after typing so scrap the delete button its obviously not necessary.

One thing maybe though is to remove well fed food from the sell list for anything under 10 levels because sometimes when you just change from say 65 to 66 your still using 65 food well getting cooking up. Be nice for well fed food to maybe be on its own check box because an all or none system to me does not seem to efficient. My opinion anyways either way is still good if that is to much of a hassle
The game doesn't easily allow me to see if a food gives a buff or not. However, as a work around, put any food you want to keep in the bank resupply list. The auto-vendor feature checks to see if any item is in the bank or merchant resupply lists, and will skip any such items. (I put that feature in to avoid someone going to a merchant, buying a stack of <whatever> and then selling it again.)
Report comment to moderator  
Reply With Quote
Unread 08-22-10, 05:30 AM  
Malthus
A Murloc Raider
 
Malthus's Avatar

Forum posts: 8
File comments: 47
Uploads: 0
This addon is great! As one who uses the mail system as a secondary storage, I really like the "Mail Status" view. Helps a lot in distributing the mails among alts optimally.

I have a couple of small feature requests though (I hope you will find them reasonable):
  • An LDB (LibDataBroker) launch icon. (The same purpose as the minimap icon, but would be much more convenient for us LDB users.)
  • Resize capability, at least in height. I have a lot of free space on the screen, I could use a few more lines in the list.
  • Optionally more columns (either as a config parameter, or resize in width and new columns appear). Since many of us have wide diplays, we could use the screen estate for displaying more stuff.

Overall an awesome work, thank you!
Report comment to moderator  
Reply With Quote
Unread 08-18-10, 12:37 PM  
moldavia
A Defias Bandit

Forum posts: 2
File comments: 31
Uploads: 0
If you want to clear the search box, hit enter, then click on it. This will selectall the text in the search box.

LOL ok never even thought to hit enter after typing something out thanks for the info. This is perfectly fine I'm used to hitting enter after typing so scrap the delete button its obviously not necessary.

One thing maybe though is to remove well fed food from the sell list for anything under 10 levels because sometimes when you just change from say 65 to 66 your still using 65 food well getting cooking up. Be nice for well fed food to maybe be on its own check box because an all or none system to me does not seem to efficient. My opinion anyways either way is still good if that is to much of a hassle
Report comment to moderator  
Reply With Quote
Unread 08-17-10, 08:57 AM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Originally posted by moldavia
very nice mod. I switched from possessions to check this out because possessions for 4 users is no longer working correctly anymore. Nice layout and I like the sell vendor and buy features. The combuctor problem is kind of annoying however its not like I have to constantly click on open bags in the options window all the time so its still minor. Pretty impressed so far my only concern is that you do not go adding a ton of stuff to it just keep it simple as it is.


Edit: Just one thing maybe I can think of is a clean button beside the search box making it a little easier to change search word (yes im lazy lol)
Thank you for the compliments. I do try to keep the interface as simplistic as I can. I take the view, that if I have to think about the interface, then it was designed wrong. I am planning on one major new feature, and possibly a few minor ones. And I am working to make sure that it fits within the already existing work frame of the game.

If you want to clear the search box, hit enter, then click on it. This will select all the text in the search box.
Report comment to moderator  
Reply With Quote
Unread 08-10-10, 08:31 PM  
moldavia
A Defias Bandit

Forum posts: 2
File comments: 31
Uploads: 0
very nice mod. I switched from possessions to check this out because possessions for 4 users is no longer working correctly anymore. Nice layout and I like the sell vendor and buy features. The combuctor problem is kind of annoying however its not like I have to constantly click on open bags in the options window all the time so its still minor. Pretty impressed so far my only concern is that you do not go adding a ton of stuff to it just keep it simple as it is.


Edit: Just one thing maybe I can think of is a clean button beside the search box making it a little easier to change search word (yes im lazy lol)
Last edited by moldavia : 08-11-10 at 04:26 PM.
Report comment to moderator  
Reply With Quote
Unread 08-06-10, 12:01 PM  
break19
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 116
File comments: 99
Uploads: 3
I vote you change the name of the addon to:
Acrimony
Automated
Cross
Realm
Inventory and
MONEY.

woot for acronyms.
Report comment to moderator  
Reply With Quote
Unread 08-06-10, 05:55 AM  
adinhb
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Re: feature request

Originally posted by Theondry
I really like the way you've set up your addon's UI. It's quite neat and very intuitive.
Thank you.

I have two feature requests:
Command line parsing like
/autocrit <item I want to search for>
and it pops the window up with the search term already in and searched for.
I planned on adding a /autocrit command to open the browser.
Thank you for giving me the suggestion for /autocrit <search string>. I will add that in too.

Also:
scale the size of the icons in the inventory browser. Even on a 27" screen, it fills up the whole thing
When 1.1.3 posts, you will be able to set the whole UI scale for AutoCrit in the options panel.

I've found that this addon is not very friendly with other bag addons (specifically Combuctor) requiring a /reloadui, as autocrit forces bag frames to display.
I will look into seeing what the interaction issues with Combuctor are. Thank you for the heads up.

I'm also not clear on how to open Autocrit if I don't have the minimap button showing. (Do you have plans for an LDB feed?)
It occurred to me if a bit silly to be able to turn off the mini-map button, and not have another way to open AutoCRIT ;-)
This will be taken care of with the /autocrit command


in all, thank you for this addon.
You are very welcome, I am glad to see people finding AutoCRIT useful.
Report comment to moderator  
Reply With Quote
Unread 08-05-10, 12:36 PM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
feature request

I really like the way you've set up your addon's UI. It's quite neat and very intuitive.

I have two feature requests:
Command line parsing like
/autocrit <item I want to search for>
and it pops the window up with the search term already in and searched for.

Also:
scale the size of the icons in the inventory browser. Even on a 27" screen, it fills up the whole thing

I've found that this addon is not very friendly with other bag addons (specifically Combuctor) requiring a /reloadui, as autocrit forces bag frames to display.

I'm also not clear on how to open Autocrit if I don't have the minimap button showing. (Do you have plans for an LDB feed?)

in all, thank you for this addon.
__________________
Theondry of Perenolde
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: