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

Suggestion: default stack size #232

Open tyggyr opened 5 years ago

tyggyr commented 5 years ago

I have items which are in the bag as a stack, and every time I go to post, I have to make certain that I'm posting the right size stack (ie, one scope at a time, not the whole stack of them!). Every. Time.

It would be very nice to have something similar to the existing parameter /aux post duration such as /aux default stacksize

shirsig commented 5 years ago

The reason I haven't done this yet is that I'm not sure how to handle the behavior when you have less than your saved stack size. Currently the slider doesn't allow you to select a larger stack size than you could post and automatically reduces it, but that would be annoying if say you usually wanna post a 20 stack but then it would always save the size of the remainder at the end and not 20.

edit: actually I'm talking about persisting the stack size for each item but anyway I think that would be necessary because a generic setting seems rather useless as it obviously depends on the item what is better.

tyggyr commented 5 years ago

It seems to me that the slider should max out at what you've got - max(amount possessed, saved stack size). However, I don't see this concern as affecting the default stack size as requested because if the default stack size is lower than the default stack size, it shouldn't hit your issue above.