UO Lost Lands Forum
Macro: Magic Trap - Printable Version

+- UO Lost Lands Forum (https://uolostlands.com/forum)
+-- Forum: General (https://uolostlands.com/forum/forumdisplay.php?fid=24)
+--- Forum: Guides (https://uolostlands.com/forum/forumdisplay.php?fid=13)
+--- Thread: Macro: Magic Trap (/showthread.php?tid=1169)



Macro: Magic Trap - Swunk - 10-02-2016

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