This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Looking for a simple functionality that exists in a lot of other MMO's, but never has existed in wow.
Looking for some kind of addon that, via configurable mouse or keybind, picks up a single item from a stack.
I'm looking into how to do it myself, but figured someone out there might have the knowledge to make it significantly faster.
You mean besides Shift-Left Click?
Author probably meant Shift-Click w/o the prompt, but i don't think that is possible since it's probably a protected function.
https://wow.gamepedia.com/API_SplitContainerItem
It doesn't appear to be protected, but I haven't looked too deeply into the cursor or inventory functions.
I have quite a bit of knowledge of the bag so far. I will take a crack at it. If I do produce results, it won't support one-bag or ui changing interfaces.
Not sure how robust it is, but this works and is dynamic with button and amount to be picked up https://github.com/tilkinsc/KiwiQuickPick ... now available on curseforge https://www.curseforge.com/wow/addons/kiwi-quick-pick
Looking for a simple functionality that exists in a lot of other MMO's, but never has existed in wow.
Looking for some kind of addon that, via configurable mouse or keybind, picks up a single item from a stack.
I'm looking into how to do it myself, but figured someone out there might have the knowledge to make it significantly faster.
You mean besides Shift-Left Click?
Author probably meant Shift-Click w/o the prompt, but i don't think that is possible since it's probably a protected function.
https://wow.gamepedia.com/API_SplitContainerItem
It doesn't appear to be protected, but I haven't looked too deeply into the cursor or inventory functions.
I have quite a bit of knowledge of the bag so far. I will take a crack at it. If I do produce results, it won't support one-bag or ui changing interfaces.
Not sure how robust it is, but this works and is dynamic with button and amount to be picked up https://github.com/tilkinsc/KiwiQuickPick ... now available on curseforge https://www.curseforge.com/wow/addons/kiwi-quick-pick