archery macro
Posted: July 13th, 2009, 3:26 pm
use with auto hot key
copy paste the following in notepad and save as archery.ahk
ingame Equip your Bow before you start (don't unsheathe it)
dbl click it to run , use End key to Pause and Del Key to Exit Application
;-------------------------
WinWaitActive, Darkfall Online
IfWinActive, Darkfall Online
Sleep, 1000
Click right
Sleep, 1000
Loop
{
Send R
Sleep, 550
Click
Sleep, 1750
;Send {R 4}
Send R
Sleep, 550
}
End::Pause
Delete::ExitApp
;-------------------------
hope it works for u all , it does for me .
it is good for a blood wall as it only does 3 damage and if target is resting u can hit forever until you run out of stamina.
took idea from following link
Register to unlock hidden link
copy paste the following in notepad and save as archery.ahk
ingame Equip your Bow before you start (don't unsheathe it)
dbl click it to run , use End key to Pause and Del Key to Exit Application
;-------------------------
WinWaitActive, Darkfall Online
IfWinActive, Darkfall Online
Sleep, 1000
Click right
Sleep, 1000
Loop
{
Send R
Sleep, 550
Click
Sleep, 1750
;Send {R 4}
Send R
Sleep, 550
}
End::Pause
Delete::ExitApp
;-------------------------
hope it works for u all , it does for me .
it is good for a blood wall as it only does 3 damage and if target is resting u can hit forever until you run out of stamina.
took idea from following link
Register to unlock hidden link