07-21-2008, 03:51 AM
Darklink Wrote:If you made bloody bandages stack when droped, why not take it further.. I shoot a lot of arrows that fall and sometimes there are stacks of 100's individual arrows at our hq. Luckily my razor picks it up but it can't be good for the server. Wool is another thing that won't stack when drpoped. Too bad the server didn't have a general option that stacked anything stackable when dropped in the same location.
For the wool problem:
Code:
!Loop
Assistant.Macros.DoubleClickAction|1076444211|3780
Assistant.Macros.TargetTypeAction|True|207
Assistant.Macros.IfAction|5|1|400
Assistant.Macros.HotKeyAction|0|Organizer Agent-2
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.EndIfAction
Double click dagger/whatever, target unsheared sheep.
If weight > 400, executes organizer agent 2. Set it up to move wool to a box.
Also, you might need to retarget the double click action.