aux

aux

1M Downloads

Listing multiple recipes

fgsfdss opened this issue ยท 3 comments

commented

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

commented

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 ...

commented

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.

commented

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.