UO Lost Lands Forum

Full Version: Macro: Provocation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
thanks very useful! 
I fixed this up some as well as a few other of my guide and macro threads. I also added some new ones.