UO Lost Lands Forum
Macro: Provocation - 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: Provocation (/showthread.php?tid=406)



Macro: Provocation - Swunk - 08-07-2015

With this macro I use Target by Type in case the original target is killed by other players. I choose a type of animal that seems to be spawning inside the pen but not outside of the pen so I don't kill myself.

Quote:Exec: Provocation
Wait for Target
Target by Type 203
Wait for Target
Exec: Target Self
Pause 1.00sec
If ( SysMessage "succeeds" )
Pause 9.00sec
Else
Pause 4.00sec
End If

Code:
!Loop
Assistant.Macros.HotKeyAction|1044082|
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.TargetTypeAction|True|203
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|succeeds
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.EndIfAction



RE: Macro: Provocation - manto - 09-12-2015

thanks very useful! 


RE: Macro: Provocation - Swunk - 10-03-2016

I fixed this up some as well as a few other of my guide and macro threads. I also added some new ones.