Register for your free account! | Forgot your password?

You last visited: Today at 17:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[AutoIt] Archery

Discussion on [AutoIt] Archery within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 113
Received Thanks: 56
[AutoIt] Archery

Start with your bow equipped and sheathed.

~ Toggles pause and DEL exits the script.

Code:
Dim $a, $b, $c, $d, $e
Global $Paused
HotKeySet("`", "TogglePause")
HotKeySet("{DEL}", "Terminate")
$a = InputBox( "Question", "How many times to shoot before resting?", "55" )
$b = InputBox( "Question", "Delay between shots?", "2000" )
$c = InputBox( "Question", "Hotbar for Rest?", "0" )
$d = InputBox( "Question", "How long to Rest?", "230000" )
WinWaitActive( "Darkfall Online" )
Sleep( 2000 )
While 1
	$e = 0
	Sleep( 2000 )
	Send( "R" )
	Sleep( 500 )
	Do
		MouseClick( "Left" )
		Sleep( $b )
		$e = $e +1
	Until $e = $a
	Sleep( 500 )
	Call ( "Rest" )
WEnd
	
Func Rest( )
	Sleep( 2000 )
	Send( "R" )
	Sleep( 500 )
	Send( $c )
	Sleep( 500 )
	MouseClick( "Left" )
	Sleep( $d )
	Send( "{SPACE}" )
	Sleep( 500 )
EndFunc

Func TogglePause( )
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc

Func Terminate( )
    Exit 0
EndFunc
Penakle is offline  
Reply


Similar Threads Similar Threads
Archery leveling exploit
09/03/2009 - General Gaming Discussion - 1 Replies
unequipping the bow before the arrow hits the target makes it deal 2-5 damage, just like the very last shot before you run out of arrows (it deequips bow auto) This way you can shoot way more. from ChubtoadSUN, thx!
[AC Tool] Archery macro - lasts 9 times longer
08/14/2009 - General Gaming Discussion - 0 Replies
to get this to work: Put your weapon that won't lose durability in slot 1. Then replace slots 2 - 9 with bows. Hit go. //HOTBAR/// //Slot 1 = Weapon that won't lose durability //Slot 2-9 = Bows //Slot 0 = Rest



All times are GMT +2. The time now is 17:47.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.