shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

Stack size slider broken #235

Closed Eric-Johnston closed 5 years ago

Eric-Johnston commented 5 years ago

Splitting stack size is broken, for some reason when I try to change stack size at all it says "Couldn't split those items". Not sure why the slider is trying to split the items before I post an auction.

Eric-Johnston commented 5 years ago

Edit - Also if I manually split the items into single it doesn't allow me to post multiple single auctions in one click like the 1.12 version allows

shirsig commented 5 years ago

Well, it has to happen either before or after you click post. The blizzard API doesn't stack them for you. The advantage to doing it before clicking post is that you will only have to click once, because otherwise you would have to click again for the posting because the API requires a hardware event.

The classic API doesn't allow fully automated posting.