Thread: AuctionLite
View Single Post
03-20-09, 06:55 PM   #14
Merial
A Murloc Raider
 
Merial's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2009
Posts: 8
Originally Posted by Nakari View Post
The problem: AuctionLite won't let me start auctions with a buyout price lower than the vendor price, even after fiddling with some of the settings for minimum profit and vendor price. I guess it's nice to be warned if you are selling something way too cheap, but you should at least be able to do it intentionally (and putting up ~100 pets manually just plain sucks ).
Interesting--I hadn't thought of that. I'll add an option to disable this check in a future version.

For the time being, you can work around this problem by filling out the form as usual and then typing:

/script AuctionLite:CreateAuctions()

That's what clicking the button would do anyway if it weren't disabled, and from a quick glance at the code, it looks like it should work just fine from that point onward.
  Reply With Quote