Page 3 of 6

Posted: Fri Jul 07, 2006 4:56 pm
by Agripa
StackSize will tell me how many items can fit in a stack. I also know how many items are in a stack so for any given stack I know how many items can be added before it is full. So comparing every stack to every other stack before the actual sort and knowing when I can move items is not a problem. I just can not use FindItem for FindBankItem to automate it. My question is, what is the desired outcome?

What should happen when I leave an empty slot behind after a combine? Moving the empty slot to the beginning or end seems best but which one?

If I can increase the size of a stack should I do it even if the old stack will not be emptied?

Stacks

Posted: Fri Jul 07, 2006 6:58 pm
by achra
I don't think it matters where the empty slot ends up... That is, I wouldn't put any effort into that part of the sort, since I envision the macro arbitrarily combining as many stacks as possible - and then running the rest of your macro as written. Perhaps this would be more easily implemented as a separate macro, even... Run combine.mac to arbitrarily do the combines, and then CSORT.mac afterwards. (shrug)
I think that it should attempt to fill as many stacks as possible. I think most people would rather see 2 stacks of 20, and a stack of 12 than three stacks of 17 (or whatever).

Posted: Fri Jul 07, 2006 7:05 pm
by Agripa
Should be relatively easy to add and test. I will try to get to it this weekend.

Posted: Fri Jul 07, 2006 8:57 pm
by achra
Wow, thanks!

Doggone it, now to repay your generous effort I'm going to have to become a productive member of this scene.
:)

armor

Posted: Sat Jul 08, 2006 12:12 pm
by nyghteyes
I like this mac but was wondering if there anyway for this mac to sort by tradeskill ?

Re: armor

Posted: Sat Jul 08, 2006 12:39 pm
by JimJohnson
nyghteyes wrote:I like this mac but was wondering if there anyway for this mac to sort by tradeskill ?
Wouldnt that be hard being alot of stuff is used by more then 1 ts?

was thinking more like

Posted: Mon Jul 10, 2006 6:09 pm
by nyghteyes
was thinking more like just sort by tradeskill part of tag and the stack option would be nice to get all combinable stuff together

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:36 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:37 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:38 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:39 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:41 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:42 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 2:43 am
by xyilla

Re: CSORT - Sort items inside bags

Posted: Mon May 19, 2025 3:20 am
by xyilla