Provo training

Don't know how something works? Here you will find some useful links. And if you have a question, feel free to ask.
Locked
tayma
Novice Scribe
Posts: 5
Joined: Sun Jul 03, 2011 4:22 am

Provo training

Post by tayma »

Greetings, can someone explain how to macro train provo without easy uo. i have razor but cant figure the sequence i need to use to train.Provo training has always been a mystery to me on live shard and its the only bard skill im not legendary in on excelsior.Any ideas would be welcome
Jahn
Grandmaster Scribe
Posts: 73
Joined: Wed May 05, 2010 9:48 pm

Re: Provo training

Post by Jahn »

hit record, use provo, target first, target second, hit stop, right click at bottom of macro click special constructs, click insert pause/wait, mark pause for xx milliseconds, fill box with 10000 (10 sec), click ok, mark loop. You will need to reset the abosolute targets when you change targets each time. Or you can use the one i use, you can change the instrument to whatever you like to play ;)

!Loop
Assistant.Macros.UseSkillAction|22
Assistant.Macros.IfAction|4|0|play?
Assistant.Macros.DoubleClickTypeAction|10245|True
Assistant.Macros.EndIfAction
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.AbsoluteTargetAction|0|0|23164|115|1343|-28|155
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.AbsoluteTargetAction|0|0|22047|115|1342|-28|155
Assistant.Macros.PauseAction|00:00:10
Locked