12-28-2011, 06:59 PM
A few people have trouble placing the logs in the pack horse / llama..
This is the macro i use to do so..
in the lines of for, you put the ammount corresponding to the different kinds you can harvest.. for example, if you have 65 lumberjacking you can harvest normal and oak log, so you should put 2.
Also you have to create a counter for regular logs, boards and an organizer for boards, in this case is the organizer 2.
You may want to increase the pause to 2secs if you notice you're lagging and its bypassing the macro...
I hope it helps people ;D
This is the macro i use to do so..
Quote:!Loop
Assistant.Macros.IfAction|50|1|97|Logs
Assistant.Macros.ForAction|2
Assistant.Macros.DoubleClickTypeAction|3907|True
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.TargetTypeAction|False|7133
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|1|1|Boards
Assistant.Macros.ForAction|2
Assistant.Macros.HotKeyAction|0|Organizer Agent-2
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction
in the lines of for, you put the ammount corresponding to the different kinds you can harvest.. for example, if you have 65 lumberjacking you can harvest normal and oak log, so you should put 2.
Also you have to create a counter for regular logs, boards and an organizer for boards, in this case is the organizer 2.
You may want to increase the pause to 2secs if you notice you're lagging and its bypassing the macro...
I hope it helps people ;D