Macro: Provocation

Playguides written by Staff and Players.
Much more information on specific skills can be found in our T2A wiki.
Post Reply
User avatar
Swunk
Posts: 79
Joined: Tue Aug 04, 2015 11:28 pm

Macro: Provocation

Post by Swunk »

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. The instrument part is in there because I've been forgetful in the past, plus it flows well with the rest of the macro and doesn't mess anything up.
UseSkill Provocation
If ( SysMessage "instrument" )
Wait for Target
Target by Type tambourine (0E9D)
End If
Wait for Target
Target by Type 217
Wait for Target
Exec: Target Self
Pause 1.00sec
If ( SysMessage "succeeds" )
Pause 9.00sec
End If
If ( SysMessage "fails"
Pause 4.00sec
End If

Code: Select all

!Loop
Assistant.Macros.UseSkillAction|22
Assistant.Macros.IfAction|4|0|instrument
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|3741
Assistant.Macros.EndIfAction
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|True|217
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|succeeds
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|fails
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.EndIfAction
Last edited by Swunk on Thu May 05, 2016 12:07 pm, edited 1 time in total.

User avatar
Drunk'n Disorder
UOSA Donor!!
UOSA Donor!!
Posts: 1010
Joined: Sat Nov 29, 2014 8:01 pm

Re: Macro: Provocation

Post by Drunk'n Disorder »

just an FYI, macro with your pack empty as you always should. Someone can easily have that animal kill you.
PM on Discord - Nordic-IceMonkey

User avatar
Drunk'n Disorder
UOSA Donor!!
UOSA Donor!!
Posts: 1010
Joined: Sat Nov 29, 2014 8:01 pm

Re: Macro: Provocation

Post by Drunk'n Disorder »

also if you have any kind of weapon skill, you should equip that weapon while macroing.
PM on Discord - Nordic-IceMonkey

User avatar
Swunk
Posts: 79
Joined: Tue Aug 04, 2015 11:28 pm

Re: Macro: Provocation

Post by Swunk »

Provocation takes awhile and the above tips can really help cut down on some of the grief or accidents that come along with training this skill outside of a house.

Post Reply

Return to “Guides”