Thread Tools Display Modes
05-03-12, 02:37 PM   #1
eomer
A Theradrim Guardian
 
eomer's Avatar
Join Date: Jan 2007
Posts: 69
AH sells/returns tracking addon

Hello!
Can someone tell if there is an addon that can track how many times I posted a certain item on AH, how many times it returned and how many times it sold. Preferably showing it in item tooltip.
I'm trying my luck in recipe selling and it would be nice to know when you're at vendor if this particular one is going good or selling once per month.
__________________
May the Light be with you!


Last edited by eomer : 05-03-12 at 02:49 PM.
  Reply With Quote
05-15-12, 05:41 AM   #2
Philburt63
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 7
Abigail is an Auction House addon that show in an items tooltip the selling ratio. This is the number of times you have placed the item for auction, and the number of times it has been bought from you. Not a lightweight addon, with many other functions, but you could probably get away with using it just to monitor your selling success. And since it uses the Mailbox to record sold and unsold auctions, you can use any other addon to do the actual auctioning if you so wish.

Last edited by Philburt63 : 05-15-12 at 11:03 AM.
  Reply With Quote
06-17-12, 07:23 AM   #3
eomer
A Theradrim Guardian
 
eomer's Avatar
Join Date: Jan 2007
Posts: 69
Sorry for seeing your reply so late. It was actually Abigail that prompted the question. I use it and while price recording works very well, the selling rate still remains 0-0. Tried to manually take unsold recipes and gold from sold ones out, but still the same. Do I need to list recipe from it's own selling interface for it to be recorded?
Using AuctionLite, Postal, Tiptac and a lot of other addons.
__________________
May the Light be with you!

  Reply With Quote
06-17-12, 09:43 AM   #4
Philburt63
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 7
Abigail will record items in the mailbox that have come from the Auction House. These items will be either:

1) A returned item that did not sell, in which case the number of times the item has been put up for auction will be increased by 1

or

2) Cash from a successful auction, in which case the number of times the item has been sucessfully sold is increased by 1.

I noticed however, that when an item has been sold at the Auction house, the number of times it has been put up for auction should also be increased by 1, and this is currently not happening. This has now been fixed for the next release, but if you are feeling brave you can fix it yourself by:


1) Open C:\World of Warcraft\Interface\Addons\Abigail
2) Right click on the file Abigail.lua - it should be the first one, and select Open With and then Wordpad.
3) Click on Edit at top of screen, then click Find.
4) Enter Rat1=Rat1+1 in the text box and press Find Next
5) Immediately after the Rat1=Rat1+1 line, enter a new line that reads Rat2=Rat2+1
6) Make no other changes! (This is really important)
7) Click on File at the top of the screen, and select Save from the menu
8) Close all windows and reboot WoW - everthing should now work correctly.

Note that Abigail only records putting items up for sale and sucessful sales by monitoring the Mailbox. This is so that Abigail can keep track of auctions made by other addons. Also, Abigail will only record the result of auctions made by yourself, it does not scan the AH and keep track of the auctions posted by other people.

Hope this helps.

Last edited by Philburt63 : 06-17-12 at 09:56 AM. Reason: More info to add
  Reply With Quote
06-17-12, 10:26 AM   #5
eomer
A Theradrim Guardian
 
eomer's Avatar
Join Date: Jan 2007
Posts: 69
Thanks a lot Going to see if that help. Will keep you informed.
__________________
May the Light be with you!

  Reply With Quote
06-17-12, 02:26 PM   #6
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Philburt63 View Post
<snip>
8) Close all windows and reboot WoW - everthing should now work correctly.
<snip>
All you need to do is type "/console reloadui". The only time it is necessary to completely exit from WoW is when you are adding new files to an AddOn.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote
06-17-12, 10:39 PM   #7
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Torhal View Post
All you need to do is type "/console reloadui". The only time it is necessary to completely exit from WoW is when you are adding new files to an AddOn.
/reload is a built-in handle.
  Reply With Quote
06-17-12, 10:49 PM   #8
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Aah, so that's why it hadn't been working for me. I'd been typing "/reloadui" without success.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote
06-18-12, 01:29 AM   #9
Philburt63
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 7
Console Reloadui

I'm perfectly aware of the /console reloadui command, but I couldn't be certain the file was been changed whilst running WoW, which is why I gave the instructions as I did.

All you need to do is type "/console reloadui". The only time it is necessary to completely exit from WoW is when you are adding new files to an AddOn.
Not strictly correct, as /console reloadui doesn't work if you make changes to the TOC file. In that case you would still have to exit WoW and re-login.
  Reply With Quote
06-18-12, 06:31 AM   #10
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Philburt63 View Post
Not strictly correct, as /console reloadui doesn't work if you make changes to the TOC file. In that case you would still have to exit WoW and re-login.
A /reload works as long as you dont add files.
As long as you just modify or remove them, it works, even for textures and sounds (replacing them that is)!

I can't recall if this works with XML files aswell, as I have never tested it with them.
  Reply With Quote
06-18-12, 07:08 AM   #11
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Torhal View Post
All you need to do is type "/console reloadui". The only time it is necessary to completely exit from WoW is when you are adding new files to an AddOn.
Originally Posted by Philburt63 View Post
Not strictly correct, as /console reloadui doesn't work if you make changes to the TOC file. In that case you would still have to exit WoW and re-login.
That's the same thing Torhal was saying ..
  Reply With Quote
06-18-12, 12:15 PM   #12
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Originally Posted by Ketho View Post
That's the same thing Torhal was saying ..
No, not at all.

Torhal is saying that you must exit and restart WoW WHEN YOU ADD NEW FILES for those changes to take effect.

Philburt63 is saying that you must still re-log when you make changes to a .toc file.

Definitely not the same thing

However, I must add something after doing a small test of my own on a .toc from my own "Masque_ClassButtons" plug-in. I changed the version number in the TOC file, did a "/rl" and then checked it. It persisted through several UI reloads, and exiting the game. Maybe it depends what the changes are that are made to a TOC file as to whether or not you have to re-log for said changes to take effect.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote
06-18-12, 01:21 PM   #13
wowunderachiever
A Deviate Faerie Dragon
 
wowunderachiever's Avatar
Join Date: Jan 2012
Posts: 17
I am shooting from the hip here so take this with a grain of salt - but I believe with TradeSkillMaster you can set it to keep a particular number of a vendor item on hand and then automatically purchase what you need when you visit a vendor. That will accomplish the same end result you are looking for.

You can also go into TSM's accounting options and see a table of all items you have sold, how many, how long ago, etc. and remove the poor sellers from your buying routine.
  Reply With Quote
06-19-12, 03:11 AM   #14
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You can freely add/remove/comment/uncomment file references from a TOC file while WoW is running, as long as any added/uncommented file references point to files that existed when WoW launched.

However, additions/changes/deletions to any of the "special" lines in a TOC file (eg. ## Interface or ## SavedVariables) will not be recognized until you restart WoW.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
06-19-12, 02:03 PM   #15
eomer
A Theradrim Guardian
 
eomer's Avatar
Join Date: Jan 2007
Posts: 69
2wowunderachiever
Well that's not quite what I'm looking for. I'm looking for addon that will help me determine and remember which recipes do sell and which I should avoid. So I need sales statistics and I don't need automatic relisting and keeping stock.

2Philburt63
It does work. Got almost all my listings back, and it added 1 in number of tries and on successful ones added 1 to number of successful sales. It even seems to remember numbers between different chars.
Seems strange, but on one of the chars it was not showing any info on some of the items I listed and got back, but after I scanned the AH and then said Abigail to use other addon scan data that items did get info, though unsuccessful sale attempt wasn't shown (0 sold from 0 auctions).
Thanks a lot for the fix Going to use it and see how it all goes. So far it seems exactly what I was looking for.
__________________
May the Light be with you!

  Reply With Quote
06-20-12, 09:43 AM   #16
Philburt63
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 7
a quick reply

Not sure why you should be having trouble on another character. The data that Abigail creates is realm-specific, not character specific. This means that all characters on one realm will share the same data, even Horde and Alliance characters, which should probably be made to be separate, but that's for another day.

Why one character wouldn't show the data is a bit of a mystery until after a scan, but i'll try using Abigail on several characters, and see if I can duplicate the problem.
  Reply With Quote
06-20-12, 12:16 PM   #17
eomer
A Theradrim Guardian
 
eomer's Avatar
Join Date: Jan 2007
Posts: 69
Thanks for the reply.
I'll be using Abigail anyway and that's not a big problem for me now.
The most strange thing was that some items for that char had full info (even number of times I listed them) and others had no info even on prices. Maybe I didn't see them on AH before.
Maybe that's not important, but I have EU account and that char is on Russian server. Others are on English ones and I tested about 6-7 of them all had all info working well, even shared data on number of listings of the same items. So maybe just an issue with Russian server or odd bug with one char.
__________________
May the Light be with you!

  Reply With Quote
06-20-12, 12:50 PM   #18
Philburt63
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 7
Data created on one server will not be available to characters on other servers, as each server will have its own economy, and what may be cheap on one may be expensive on another.

Having said this, all servers should work in the same way, They'll just need to have at least one character to take a snapshot.

Glad you like Abigail, and I hope to keep adding new features that may be useful. Please feel free to add any feature suggestions on the feedback or comments page of the Abigail website at http://www.abigail.webeden.co.uk/

Last edited by Philburt63 : 06-21-12 at 01:12 AM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » AH sells/returns tracking addon


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off