06-19-2011, 05:12 PM
This is my own version. This and more can be installed through the Tools menu in the IN Patcher.
Code:
!Loop
// Attack a Sparring Partner, then hit Play. Needs: A supply of weapons, shields and bandages.
// Stand near a water trough as well.
Assistant.Macros.HotKeyAction|1196|
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.IfAction|0|0|70
Assistant.Macros.HotKeyAction|1025|
Assistant.Macros.PauseAction|00:00:03
// Change the Target on the Lines Below to the shield/weapon type you are using.
Assistant.Macros.DoubleClickTypeAction|7030|True
Assistant.Macros.DoubleClickTypeAction|5049|True
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|3|Bandages
Assistant.Macros.DoubleClickTypeAction|3616|True
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.TargetTypeAction|False|2883
Assistant.Macros.EndIfAction
