this is a heal spell script that uses autoit
1. set heal spell
2. get into combat stance
3. run script
CODE
$while = 2
$winwake=WinExists ( "Darkfall Online" )
if $winwake=0 then
Exit
endif
if $winwake=1 then
WinActivate ( "Darkfall Online" )
While $while > 1
$while = $while
MouseClick("left")
sleep(10000)
WEnd
endif
This post has been edited by tort: Apr 13 2009, 09:03 PM