Thread Tools Display Modes
12-10-16, 02:21 AM   #1
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
simple auction addon

I really like to use a simple addon to manage auction.

Basically it should do only a couple of things:

- suggest the price (lowest) for the auction based on the existing ones
- if not found any similar auction it suggest a price like (vendor price x custom multiplicator chosen by the user).


The others addon for auctions are great but probably are too big for a casual user.

Thanks.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote
12-10-16, 11:55 AM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Probably better options, but two I can think of:
  • Zygor (way overkill with its other features) but its AH functionality is what you describe
  • TradeSkillMaster with its AH module, just skip the other modules
  Reply With Quote
12-10-16, 12:41 PM   #3
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
I don't play the AH at all, but I'm a fan of Auctionator.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
12-10-16, 03:51 PM   #4
tonyis3l33t
A Cyclonian
 
tonyis3l33t's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 47
http://www.wowinterface.com/download...ftAuction.html
  Reply With Quote
12-10-16, 06:26 PM   #5
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Thanks for your addon.

It is exactly what I was looking for

The only changes I did is:

Lua Code:
  1. -- PRICE BY VENDOR, where formula is vendor price * number
  2.     local POOR_MULTIPLIER = 200
  3.     local COMMON_MULTIPLIER = 320
  4.     local UNCOMMMON_MULTIPLIER = 450
  5.     local RARE_MULTIPLIER = 600
  6.     local EPIC_MULTIPLIER = 700

to be a little more greedy

Thanks again.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote
12-10-16, 10:02 PM   #6
tonyis3l33t
A Cyclonian
 
tonyis3l33t's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 47
yep, its there to make customizing easy
  Reply With Quote
12-11-16, 05:03 AM   #7
Grumpyrowley
A Wyrmkin Dreamwalker
Join Date: Oct 2009
Posts: 59
http://www.wowinterface.com/download...uctioneer.html
Is easy and user friendly
  Reply With Quote
12-11-16, 08:13 AM   #8
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Or, if you want to visit their website: http://auctioneeraddon.com/
__________________
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
12-11-16, 08:56 AM   #9
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
As I wrote I'd like (and need) only a minimal set of features and daftAuction is perfect ...

The only things that make me ignored it when I checked auction addons were:

- it was not checked in vranx site
- the picture displayed in the project page is "terrible" that I don't figure what the addon does at first glance

Thanks anyway for tips
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote
12-11-16, 06:55 PM   #10
tonyis3l33t
A Cyclonian
 
tonyis3l33t's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 47
ha, im open to suggestions as to what to use as a photo on the daftAuction addon
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » simple auction 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