Download
(16Kb)
Download
Updated: 07-21-08 01:22 PM
Addon for:
Auctioneer.
Pictures
File Info
Updated:07-21-08 01:22 PM
Created:unknown
Downloads:8,043
Favorites:46
MD5:

Auc-Util-BigPicture Beta  Popular! (More than 5000 hits)

Version: Beta 13
by: dracos99 [More]

This is a beta version of a module I am creating for Auctioneer Advanced.

Warning: This addon will only work with Auctioneer Advanced at this time. Auctioneer Advanced can be found http://auctioneeraddon.com/dl/

This addon is designed to give you the Big Picture view of your resources for auctioning.

It keeps track of the following
1. Bids out on the Auction House
2. Bid/Buyout of posted items
3. Raw value of items in bags (doesnt take deposit into account)
4. Raw value of items in bank (doesnt take deposit into account)

It has the option of showing these totals for the current character, by faction and realm

There are still a couple of bugs to work out, and the code definately needs to be optimized, but give it a try and let me know what you think

Beta 2
Cleaned up text bleading into other frames
simplified frames
cleaned up function calls - Hopefully it is less process intensive now
added detail info option for global frame - doesnt scroll yet, so multiple realms will be cut off with this option enabled
cleaned up the code in general

Beta 3
Updated the Scan Bags button to update the Frames when it finished calculating the bag value
Finished up the delete character data function in the config. This allows you to remove old character data from calculations without having to edit the saved file or delete and restart

Beta 4
Added Sub-Type filtering - Note a check mark at a higher level will override lower level choices
Bag scans shold be less frequent, but catch bag inventory at needed moments
The data captured can now be viewed away from the AH. Type /bp to open the frame. All my inspiration and most of my code for this feature came from beancounter and the devs that coded it.

Beta 5
The frames are now scrollable for larger sets of data
Font size increased slightly
The ability to choose a pricing module has been added

Beta 6
The Character frame is now drop down selectable. This will allow you to view the details for any character you have scanned data for. This will not change the info in the global frame. This setting will not be saved and defaults back to Current when the window is closed.

Beta 6a
Bug fix - The default setting for the pricing module selected was not correct, leading to 0 values when scanning bags and banks.

Beta 7
Bug fix - Deleting character info should work again
added an option to add bids character has out to totals - off by default

Beta 8
Fixed the textures so that clicking on the default AH tabs do not interfere or corrupt the display of BigPicture tab
Added a slidebar icon and linked it to show the stand alone frame.

Beta 9
Fixed a small bug that either the latest dev version or 2.3.2 patch uncovered with the scroll window.

Beta 10
Added an option to override the chosen pricing model and use Appraiser instead to calculate bags/bank item value. Please note, enabling this option introduces a slight delay in switching to the BigPicture tab. This seems to be the same delay that is seen switching items in appraiser with a large volume.

Beta 11
I added a function to return the current total wealth of the current character to other addons.
This will not trigger any new calculations, so it will be as of the last snapshot of the data saved.
The proper way to get to it is to call AucAdvanced.Modules.Util.BigPicture.API.GetWealth()
This will return the total wealth of the character in copper
alternatly, you can also call it with AucAdvanced.Modules.Util.BigPicture.API.GetWealth('split')
this will return 3 values, gold, silver, copper

I may expand this function in the future to include other chars and/or global totals, but this should do for now

The next beta file should be available soon at the link at the top

Beta 12
Added the option to scan Guild banks. This will display the guild bank total of the current character seperately under everything else in the global side of the window.
Also updated the Appraiser price grabbing code based on the changes RockSlice made to the code.

Beta 13
Just a TOC update

To Do: (in no order)
1. ignore list for characters you still log into but dont want to have their wealth added to your global wealth
2. add an option to subtract the bid from the sale value of the item, and use this in place of bids out in totals
9. Whatever soulds good/enhances the module

Beta 13
Toc update to 20400
Post A Reply Comment Options
Unread 12-17-07, 02:16 PM  
Elmseeker
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
Great!

I've been thinking AA needed something like this, excellent work!
Report comment to moderator  
Reply With Quote
Unread 12-19-07, 12:33 AM  
niennasill
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
well i like it .. pls keep update
Report comment to moderator  
Reply With Quote
Unread 12-31-07, 02:09 AM  
niennasill
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
bag - bank scan seems bugged on beta5... i have not tested beta 6 yet..
Report comment to moderator  
Reply With Quote
Unread 01-01-08, 05:26 AM  
niennasill
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
thx fo fix ...

when i try 2 delete char info from config :

[2008/01/01 13:39:04-1406-x1]: Auc-Util-BigPicture\BigPicture.lua:247: attempt to index field '?' (a nil value)
Auc-Util-BigPicture\BigPicture.lua:160: in function `Processor'
Auc-Advanced\CoreSettings.lua:249: in function `setter'
Auc-Advanced\Libs\Configator\Configator.lua:1539: in function `ChangeSetting'
Auc-Advanced\Libs\Configator\Configator.lua:1106: in function `onsel'
Auc-Advanced\Libs\Configator\SelectBox.lua:301: in function <...ce\AddOns\Auc-Advanced\Libs\Configator\SelectBox.lua:296>
Last edited by niennasill : 01-01-08 at 05:37 AM.
Report comment to moderator  
Reply With Quote
Unread 01-02-08, 04:29 PM  
dracos99
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 15
Uploads: 3
Originally posted by niennasill
thx fo fix ...

when i try 2 delete char info from config :

[2008/01/01 13:39:04-1406-x1]: Auc-Util-BigPicture\BigPicture.lua:247: attempt to index field '?' (a nil value)
Auc-Util-BigPicture\BigPicture.lua:160: in function `Processor'
Auc-Advanced\CoreSettings.lua:249: in function `setter'
Auc-Advanced\Libs\Configator\Configator.lua:1539: in function `ChangeSetting'
Auc-Advanced\Libs\Configator\Configator.lua:1106: in function `onsel'
Auc-Advanced\Libs\Configator\SelectBox.lua:301: in function <...ce\AddOns\Auc-Advanced\Libs\Configator\SelectBox.lua:296>
I am aware of this, and a fix is in the works...should be out with the next beta
Report comment to moderator  
Reply With Quote
Unread 01-03-08, 08:33 PM  
Jaim Sandar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 357
Uploads: 1
If I understand what this does, there used to be a FuBar plugin that did something similar, and I was sad when it was broken by one of the WoW updates. I will take a look at it, and hope the bugs are worked out soon.
Report comment to moderator  
Reply With Quote
Unread 01-04-08, 12:58 AM  
niennasill
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
which addon Jaim, im usin fubar 'n fubar profit addons but all them still working.. Can u send error log or spesific detail ?
Report comment to moderator  
Reply With Quote
Unread 01-04-08, 02:17 PM  
Jaim Sandar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 357
Uploads: 1
Originally posted by niennasill
which addon Jaim, im usin fubar 'n fubar profit addons but all them still working.. Can u send error log or spesific detail ?
FuBar_AuctionsFu, which I see is still available to download at http://wow.curse.com/downloads/details/3754/
I downloaded it just now and tried it again... incompatible. Changed the TOC so it would load, and it does but keeps getting errors, seems to have trouble registering auctions and bids, and the tooltip when moving the cursor over it does not appear.
Report comment to moderator  
Reply With Quote
Unread 01-04-08, 07:22 PM  
dracos99
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 15
Uploads: 3
I had never seen that plugin before. looking at th code, it looks like it kept detailed info about your current auctions.

My addon only keeps the $$ about the auctions, and bags and bank. I thought about keeping detailed info about all the items, but the size would be an issue for me.

I had thought about adding a fubar plugin to my addon, but didnt give it much priority since i added a stand alone frame.

I will look into what it would take to add this functionality, but probably only display the totals like the addon currently does, not details on specific items. I just dont want to add alot of dependancies (other than Auctioneer) because I dont want to have to worry about keeping them up to date, or them breaking my code
Report comment to moderator  
Reply With Quote
Unread 01-07-08, 04:41 AM  
niennasill
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
FuBar - AuctionsFu
Last Update 1 year

leave it jaim..

also B.P. dont need any fubar plug-in i thnk...
Last edited by niennasill : 01-07-08 at 04:43 AM.
Report comment to moderator  
Reply With Quote
Unread 01-07-08, 01:53 PM  
Jaim Sandar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 357
Uploads: 1
Originally posted by niennasill
FuBar - AuctionsFu
Last Update 1 year

leave it jaim..

also B.P. dont need any fubar plug-in i thnk...
I know... I was just re-testing it for the benefit of dracos99, to answer his query.
Report comment to moderator  
Reply With Quote
Unread 03-07-08, 07:31 AM  
Aylissa
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Suggestions

Just a few things you may wish to add:

- It did not seem to be valuing any of the grey vendor trash in my inventory - perhaps an option to use vendor prices for items below a certain quality?

- It also doesn't seem to pick up on items waiting in the mailbox (eg. from a friend/alt)

- An option to value soulbound gear that you're not wearing at vendor prices, or the worth of what it DE's to, would also be useful, for all those quest rewards to be vendored/ DE'd, and probably also green items for which auctioneer doesn't have any data for, eg. most outland greens



Feel free to ignore this if you want, just a few suggestions
Last edited by Aylissa : 03-07-08 at 07:46 AM.
Report comment to moderator  
Reply With Quote
Unread 03-21-08, 01:05 PM  
RockSlice
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
New GetPrice() in Appraiser

I've noticed that BigPicture uses AucAdvanced.API.GetAppraiserValue()

I've just added the function AucAdvanced.Modules.Util.Appraiser.GetPrice(), which should be used instead. (please note that the arguments it takes and returns are slightly different)
Report comment to moderator  
Reply With Quote
Unread 07-31-08, 08:18 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Good addon, but here is a problem I have noticed:
When you have AH window opened and calling BigPicture from a slidebar, it pops up within it's own frame, closing AH window.
Bad, very bad behaviour.
Report comment to moderator  
Reply With Quote
Unread 08-02-08, 05:21 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Another problem is that this addon slows WoW down to hell.
I barely can use auction if it installed.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: