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

Listing multiple recipes #271

Closed fgsfdss closed 4 years ago

fgsfdss commented 4 years ago

Attempting to list multiple of the same recipe results in the "You do not have enough items." error each time. Works fine if you reduce stack count to 1 and do it manually.

image

shirsig commented 4 years ago

Strange. I tried it with some other cheap recipe and it worked fine. Also, this error is not from aux directly but from the blizzard api. The only thing that could go wrong on aux' side is that it selects the wrong item for posting but I don't see how it could break only for this specific item ...

fgsfdss commented 4 years ago

Found the same issue when posting Discombobulator Rays. They list in a stack of 5 (5 charges) but always give the error when attempting to list. For this item, in fact, it is impossible to list it as a single stack count, as it will always recognise as a 5-stack. image I have to thus list these via the Blizzard UI.

shirsig commented 4 years ago

Fixed the second issue for charge items but that was something else. Note that aux treats charges the same as stacks in the UI so you have to post as stack size 5 for example if it has 5 charges.