anyone know of a way to autostack stuff in non-main inventory slots?
Trying to get itemizer to sort certain things into certain spots with my job change lua, but idk how to get stuff to stack up afterwards?
or maybe totally coming at this with the wrong approach?
atm i have it execute a .txt script to pull all collectable stuff out of main inventory and put it into certain areas, if there is a sort all storage command i can tack onto the end of it that would be cool. even if it's a sort safe;sort safe2;sort storage;etc sort of deal would work?
Any suggestions would be appreciated.
Also still cant get //qtr to work >.< which would be a godsend.
edit: was thinking i could get organizer to sort stuff and auto stack, but seems not. Neither does treasury seem to do it.
the only way i can figure to do it, would be to pull all items out of their respective hidy holes, the have em all put back, which should stack em up in main inv, the put em all back prestacked, but.... if ive got too many stacks of stuff already stored, and attempt that, may not catch all the stuff, because it may fill up inventory, unless i add some pauses, and have it go in a series of gets and puts?
which would be time consuming for sure, but at least automated.
So yea, tried doing the above. Long *** script with all the stuff I want to save. For some reason it likes to skip a stack when putting stuff back sometimes. And it took 5 minutes to parse it all. There has to be a better way?!?
My script looked something like this
get "red curry bun" all
pause 2 (to allow it to autostack with leftovers in inv)
put "red curry bun" sack all
pause 1
get "next item" all.... Etc etc.
The pause to allow the vanilla auto stack to work, ended up at 4 with it still deciding to skip ***on the return.
So, I am really surprised that this sort of feature isn't already built into itemizer/treasury/gearswap/light luggage(non existent anyway)
Anybody have a solution to this? The goal is to stash stuff like Cor cards, and grab stuff like ninja tools upon swapping jobs.
And before anyone says just use itemizer to pull straight from other bags when needed, I don't want to, it's got too much delay for things like utsusemi, and it won't pull cards out for quick draw. So I'd rather the items be in main inventory for appropriate jobs.
But I also want unneeded items to be put away, and stacked so that my other inventories don't end up full with partial stacks of stuff.
I know I could manually sort, but the goal is to make it a smooth transition and not forget anything.