What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[REQUEST] Auto seller

xzhenx

New Member
Joined
Jul 12, 2012
Messages
279
Reaction score
0
How feasible would this be to program some script like this within DB?

0) Stop all profiles
1) Cancel all auctions + send all to stash
2) Sort all items by value
3) Top 10 goes to RMAH (Sort + search RMAH for pricing)
4) Next 20 goes to Gold AH (Sort + search AH for pricing)
5) Resume profile runs

Ideally this cycle should occur every 12 hours or so. I'm assuming it would be some big and tedious job programming how items are valued, but hey, no harm to see if anyone has though/is capable of something like this.
 
Damn, I was thinking about that as well, what an awesome plugin would it be...
I am not a professional programmer but I was thinking, what if it was possible to have this plugin scan auctions for a particular item and have an algorithm derive item price based on stats and market prices and also create a database for previous auctions and have it factor in during appraisal. I guess it would be something like Auctioneer for wow, although all items in wow have static stats, without variation.
I would be willing to work with someone who would like to make such a thing...
 
Last edited:
Easiest way to price an item would be to do a linear regression over items previously sold. Would save a lot of time (even if it would be less effective than manually pricing each item).
 
Is it possible to programm such a plugin? i think there are many botters who would pay for such a plugin :p
 
I think i'd pay for this...lol

So would I, as a starters for financial incentive, I'll donate 50USD to someone who can come up with a version of this which runs reliably ;)
 
I don't think DB can read/detect your stash from the auctions window. I tried getting the code for all the buttons and items/blank spaces in your stash within the auction windows, and all codes are the same. So it wouldn't know where to click or what not.
 
There was a standalone free AH bot that could be "scriptable" (using LUA I think), Happy Auction I think it was called. It had all the necessary functions to scan AH and stash/bag, fairly easy to program. It should be easier to just use a standalone AH bot and run it manually one time a day (or use a script to stop DB and run Happy Auction). The tricky part is to actually design the pricing algorithm
 
Back
Top