provo/razor question

genetic

New Member
hey folks, sorry but here's another razor/provo question. i've scoured the boards for an answer but alas, i must make my own thread.
i'm trying to macro provo by provo-ing(?) a skele knight on myself and looping it. for some reason it gets hung up on the line when i target myself and gets stuck there. i tried inserting .5 second and second long pauses as well to see if that made a difference but no
dice. just wondering if i'm missing an easy fix or something.
any advice would be appreciated!
cheers!
 
h4936Ra.png


Code:
!Loop
Assistant.Macros.IfAction|4|0|what instrument
Assistant.Macros.DoubleClickTypeAction|3762|True
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|22
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|149858|1871|891|26|791
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.EndIfAction

Copy to notepad, save as provo.macro click windows/open "run"/write %appdata% and enter/Razor/Macros/Paste
there.

Then, Right click to "Absolute Target" and target ur new mob (Skeletal etc.) and play. GL
 

Dwyane Wade

Grandmaster
double click by type (instrument)
use skill provo
wait for target (set timeout to 1)
target mob
wait for target (set timeout to 1)
target self

loop

Simple, attempts to provo non stop. Of course you could just set a 10 second pause after. I like to do it this way just in case the server saves mess up the timing somehow
 

Cheapsuit

Master
As gay as this may sound im trying to make a macro where all I have to do is hit a hotkey and run....without clicking and I need some help please. I need to tweak this macro and could use some help ......

!Loop
Assistant.Macros.UseSkillAction|22
Assistant.Macros.PauseAction|00:00:01
// Target Closest Grey
Assistant.Macros.PauseAction|00:00:09
// Target Next
// Target Closest Red Human
// Last Target

this is suppose to be a farming macro that's capable of turning into a panic macro once the goons come in. The problem is I'm still having to target and click and that's hard to do when you have 8 reds chasing one bard.
 
Top