UO Lost Lands Forum

Full Version: Macro: Magic Trap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is really useful if you generally always stock the same amount of trapped pouches. If you use less or more than 10 trapped pouches then just right-click the "For ( 1 to 10 )" and edit it to what is needed. Enjoy.

Quote:For ( 1 to 10 )
Set Last Target
Exec: Magic Trap
Wait for Target
Exec: Last Target
Pause .50sec
Exec: Add to UseOnce
Wait for Target
Exec: Last Target
End For
Code:
Assistant.Macros.ForAction|10
Assistant.Macros.SetLastTargetAction
Assistant.Macros.HotKeyAction|3002023|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1058|
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.HotKeyAction|1394|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1058|
Assistant.Macros.EndForAction