Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion
You last visited: Today at 10:40

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

Advertisement



[AutoIt] Resource Gathering Macro with Mana->Stam

Discussion on [AutoIt] Resource Gathering Macro with Mana->Stam 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 Macro with Mana->Stam

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.

Code:
HotKeySet("`", "Terminate")

Global $reps = 41
Global $wait = 10700
Global $rest = "0"
Global $sheath = "R"
Global $manatostam = "2"
Global $wand = "1"
Global $tool = "4"

WinWaitActive("Darkfall Online")

Sleep(2000)

Harvest()
Cast()
Cast()
Harvest()
Rest()

Func Harvest()
	Send($tool)
	Sleep(2000)
	
	$i = 0
	while ($i < $reps)
		$i = $i + 1
		MouseClick("Left")
		Sleep($wait)
	WEnd
EndFunc

Func Cast()
	Send($wand)
	Sleep(2000)
	Send($manatostam)
	Sleep(250)
	MouseClick("Left")
	Sleep(8000)
EndFunc

Func Rest()	
	Send($sheath)
	Sleep(2000)
	Send($rest)
	Sleep(500)
	MouseClick("Left")
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!
[REQUEST] GCPH Mana Valley Macro File
02/13/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 0 Replies
Just requesting `cause any of the other macro files are not compatible w/ Jin...
[AutoIt] Resource Gathering Script w/ Rest
08/14/2009 - General Gaming Discussion - 0 Replies
; 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")
Tao mana regeneration macro/bot
07/14/2008 - CO2 Bots & Macros - 16 Replies
hey. This is pretty much my first attempt at a bot, and for the most part it is entirely from torredo's tutorial on bot making, although it has been modified, obviously, since his is for a hp monitor, and this is for mp. Basically, it watches if your mp goes down to a certain point, and if it does, it uses meditation (must be on hotkey f4) if your stamina is full. If it isn't full, it will sit (sit should be on hotkey f5). I thought this would be useful because as I'm battling bigger...



All times are GMT +1. The time now is 10:40.


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.