Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion
You last visited: Today at 06:30

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

Advertisement



[AutoIt] Resource Gathering Script w/ Rest

Discussion on [AutoIt] Resource Gathering Script w/ Rest 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] Resource Gathering Script w/ Rest

Code:
; Simple Harvesting related AutoIt script by TeabagGus
; This script will equip a weapon first and then your harvesting tool. This makes sure you always have the tool equiped.
; It runs 2 loops of 50 attempts
; Rest is Slot 5
; Tool is slot 3
; Weapon is slot 0
Global $Paused
HotKeySet("`", "TogglePause")
HotKeySet("{DEL}", "Terminate")
WinActivate ("Darkfall Online")
Sleep (2000)
$i = 0
While $i <= 2
EquipWeapon()
Sleep (1000)
Harvest()
Sleep (1000)
Rest()
Sleep (1000)
$i = $i + 1
Wend
 
Func Harvest()
$m = 0
Send ("3")
Sleep (1000)
Send ("R")
Sleep (1000)
Send ("{DOWN Down}")
Sleep (1000)
Send ("{DOWN Up}")
Sleep (1000)
While $m <= 50
MouseClick ("Left")
Sleep (11500)
$m = $m + 1 
WEnd
Send ("R")
Sleep (1000)
EndFunc
 
Func Rest()
Send ("5")
Sleep (1000)
MouseClick ("left")
Sleep (120000)
Send ("w")
Sleep (1000)
EndFunc
 
Func EquipWeapon()
Sleep (1000)
Send ("0") ; Weapon
Sleep (1000)
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
[SHARE] 'JataGatha' Autoit Gathering Bot (major upgrade)
04/29/2011 - Aion Hacks, Bots, Cheats & Exploits - 483 Replies
http://imgur.com/TMHo6.png Hi guys! Here is my long lasting FREE! Aion gathering bot! +Gathers anything & everything! +Aether Gathering & Flight Enabled! ;) +Still supports older versions if your private server is compatible!! +MUCH MUCH MUCH MUCH MORE!
[AutoIt] Resource Gathering Macro with Mana->Stam
08/14/2009 - General Gaming Discussion - 0 Replies
Make sure you have some resin in your bag. Adjust the globals at the top to suit the amount of stam your toon has, your keybindings and if you have a gathering mastery etc.... You can also add or remove calls to the mana->stam routine as needed or break it down into three harvest segments. It's flexible like that. Start it with your gathering tool unsheathed. HotKeySet("`", "Terminate") Global $reps = 41 Global $wait = 10700 Global $rest = "0" Global $sheath = "R"
Simple ACTool Gathering Script
08/14/2009 - General Gaming Discussion - 0 Replies
Save the following code as a .mac file. // Very Simple Gathering script written by TeabagGus // This simple script will unsheath your harvesting tool and harvest 50 times, rest and then harvest 50 more times // This should allow you to completely exhaust all the resources with failures. // Feel free to change the Loop number in the Harvest procedure if your stamina can or can't handle that many attempts // This version will equip your weapon first and then your pickaxe incase your...



All times are GMT +1. The time now is 06:30.


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.