<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.atitd.org/wiki/t4w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cegaiel</id>
	<title>A Tale in the Desert - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.atitd.org/wiki/t4w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cegaiel"/>
	<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/tale4/Special:Contributions/Cegaiel"/>
	<updated>2026-06-08T07:34:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237139</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237139"/>
		<updated>2012-01-25T08:48:10Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Ore Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 1/25/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed. Doesn't required Ctrl+Alt+W to start anymore, now automatically goes to GUI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
*Code Reposted on Jan 23, 2012 - There seemed to have been an extra line break in the script causing error on Line 34. It should be ok now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones option avail if you want to try for extra yield on aluminum, tin) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
*Last Update: 1/25/2012 - New info/changes regarding silver... Read more&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237138</id>
		<title>User:Cegaiel/Macros/Mining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237138"/>
		<updated>2012-01-25T08:47:29Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Ore Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
This macro is idea for the color blind, people with bad eye sight, the lazy, or the drunks :)  &lt;br /&gt;
Doing easy mines, with low stone counts, such as iron or copper is tolerable (60-90 seconds per pull)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination until complete. Note: There is an option to use 4 stone methods for ores like Aluminum, Tin if you want to try for extra yield, but note this method is much slower.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Added:&amp;lt;/b&amp;gt; 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 62s per cycle (Sand Stone). This is now efficient.&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)  - Bug has been corrected from an earlier release on the same day.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
*Last Update: 1/25/2012 - Silver is now a 3 stone combination instead of 4 stone. The initial question box of &amp;quot;Are you mining silver?&amp;quot; is now replaced with &amp;quot;Do you want to use 4 stone method?&amp;quot; (For chance of extra ore yields on Aluminum and Tin. This is much slower per workload and optional, but gives more ore per pull if its the right stones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you find that, at the beginning of the macro, that it is only clicking/highlighting 2 instead of 3 mines, then make sure you are not standing too far away.  Any mine that produces the &amp;quot;Too far away&amp;quot; message, when you click on it, will not get highlighted while the macro runs.  So if you find any ore stones, farther away than normal, then click it manually to make sure the &amp;quot;Too far away&amp;quot; message is not appearing. If it does, then move your avatar slightly to compensate (so that all stones are within range).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically the macro will try to work every ore stone, in 3 stone combinations. &lt;br /&gt;
Since the macro counts how many ore stones you set, it will run and adjust the patterns, according to the number of ore stones.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically here is the way it runs:&lt;br /&gt;
&lt;br /&gt;
Combinations of a 7 stone (iron) mine would be:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
123 (Hightlight Stone Number 1, 2, 3 (A key) then S key to Finalize)&amp;lt;BR&amp;gt;&lt;br /&gt;
124&amp;lt;BR&amp;gt;&lt;br /&gt;
125&amp;lt;BR&amp;gt;&lt;br /&gt;
126&amp;lt;BR&amp;gt;&lt;br /&gt;
127&amp;lt;BR&amp;gt;&lt;br /&gt;
134&amp;lt;BR&amp;gt;&lt;br /&gt;
135&amp;lt;BR&amp;gt;&lt;br /&gt;
136&amp;lt;BR&amp;gt;&lt;br /&gt;
137&amp;lt;BR&amp;gt;&lt;br /&gt;
145&amp;lt;BR&amp;gt;&lt;br /&gt;
146&amp;lt;BR&amp;gt;&lt;br /&gt;
147&amp;lt;BR&amp;gt;&lt;br /&gt;
156&amp;lt;BR&amp;gt;&lt;br /&gt;
157&amp;lt;BR&amp;gt;&lt;br /&gt;
167&amp;lt;BR&amp;gt;&lt;br /&gt;
234&amp;lt;BR&amp;gt;&lt;br /&gt;
235&amp;lt;BR&amp;gt;&lt;br /&gt;
236&amp;lt;BR&amp;gt;&lt;br /&gt;
237&amp;lt;BR&amp;gt;&lt;br /&gt;
245&amp;lt;BR&amp;gt;&lt;br /&gt;
246&amp;lt;BR&amp;gt;&lt;br /&gt;
247&amp;lt;BR&amp;gt;&lt;br /&gt;
256&amp;lt;BR&amp;gt;&lt;br /&gt;
257&amp;lt;BR&amp;gt;&lt;br /&gt;
267&amp;lt;BR&amp;gt;&lt;br /&gt;
345&amp;lt;BR&amp;gt;&lt;br /&gt;
346&amp;lt;BR&amp;gt;&lt;br /&gt;
347&amp;lt;BR&amp;gt;&lt;br /&gt;
356&amp;lt;BR&amp;gt;&lt;br /&gt;
357&amp;lt;BR&amp;gt;&lt;br /&gt;
367&amp;lt;BR&amp;gt;&lt;br /&gt;
456&amp;lt;BR&amp;gt;&lt;br /&gt;
457&amp;lt;BR&amp;gt;&lt;br /&gt;
467&amp;lt;BR&amp;gt;&lt;br /&gt;
567&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; During this process, the macro can not detect when mines crumble. So you may see it trying to highlight mines that do not exist. This is OK, it will not cause any harm.  The macro sends the A and S hotkeys, which wont do anything, if the mine has already crumbled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/f/f1/Mining.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/mining.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Mining.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237137</id>
		<title>File:Mining.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237137"/>
		<updated>2012-01-25T08:45:09Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Mining.zip&amp;quot;: Silver is now minable as other ores. Changed the &amp;quot;Are you mining silver?&amp;quot; question to do you want to use 4 stone method (Aluminum, Tin - chance for extra ore, optional).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237136</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237136"/>
		<updated>2012-01-25T08:31:47Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Ore Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 1/25/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed. Doesn't required Ctrl+Alt+W to start anymore, now automatically goes to GUI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
*Code Reposted on Jan 23, 2012 - There seemed to have been an extra line break in the script causing error on Line 34. It should be ok now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones option avail if you want to try for extra yield on aluminum, tin) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237135</id>
		<title>User:Cegaiel/Macros/Mining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237135"/>
		<updated>2012-01-25T08:30:16Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Ore Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
This macro is idea for the color blind, people with bad eye sight, the lazy, or the drunks :)  &lt;br /&gt;
Doing easy mines, with low stone counts, such as iron or copper is tolerable (60-90 seconds per pull)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination until complete. Note: There is an option to use 4 stone methods for ores like Aluminum, Tin if you want to try for extra yield, but note this method is much slower.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Added:&amp;lt;/b&amp;gt; 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 62s per cycle (Sand Stone). This is now efficient.&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)  - Bug has been corrected from an earlier release on the same day.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you find that, at the beginning of the macro, that it is only clicking/highlighting 2 instead of 3 mines, then make sure you are not standing too far away.  Any mine that produces the &amp;quot;Too far away&amp;quot; message, when you click on it, will not get highlighted while the macro runs.  So if you find any ore stones, farther away than normal, then click it manually to make sure the &amp;quot;Too far away&amp;quot; message is not appearing. If it does, then move your avatar slightly to compensate (so that all stones are within range).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically the macro will try to work every ore stone, in 3 stone combinations. &lt;br /&gt;
Since the macro counts how many ore stones you set, it will run and adjust the patterns, according to the number of ore stones.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically here is the way it runs:&lt;br /&gt;
&lt;br /&gt;
Combinations of a 7 stone (iron) mine would be:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
123 (Hightlight Stone Number 1, 2, 3 (A key) then S key to Finalize)&amp;lt;BR&amp;gt;&lt;br /&gt;
124&amp;lt;BR&amp;gt;&lt;br /&gt;
125&amp;lt;BR&amp;gt;&lt;br /&gt;
126&amp;lt;BR&amp;gt;&lt;br /&gt;
127&amp;lt;BR&amp;gt;&lt;br /&gt;
134&amp;lt;BR&amp;gt;&lt;br /&gt;
135&amp;lt;BR&amp;gt;&lt;br /&gt;
136&amp;lt;BR&amp;gt;&lt;br /&gt;
137&amp;lt;BR&amp;gt;&lt;br /&gt;
145&amp;lt;BR&amp;gt;&lt;br /&gt;
146&amp;lt;BR&amp;gt;&lt;br /&gt;
147&amp;lt;BR&amp;gt;&lt;br /&gt;
156&amp;lt;BR&amp;gt;&lt;br /&gt;
157&amp;lt;BR&amp;gt;&lt;br /&gt;
167&amp;lt;BR&amp;gt;&lt;br /&gt;
234&amp;lt;BR&amp;gt;&lt;br /&gt;
235&amp;lt;BR&amp;gt;&lt;br /&gt;
236&amp;lt;BR&amp;gt;&lt;br /&gt;
237&amp;lt;BR&amp;gt;&lt;br /&gt;
245&amp;lt;BR&amp;gt;&lt;br /&gt;
246&amp;lt;BR&amp;gt;&lt;br /&gt;
247&amp;lt;BR&amp;gt;&lt;br /&gt;
256&amp;lt;BR&amp;gt;&lt;br /&gt;
257&amp;lt;BR&amp;gt;&lt;br /&gt;
267&amp;lt;BR&amp;gt;&lt;br /&gt;
345&amp;lt;BR&amp;gt;&lt;br /&gt;
346&amp;lt;BR&amp;gt;&lt;br /&gt;
347&amp;lt;BR&amp;gt;&lt;br /&gt;
356&amp;lt;BR&amp;gt;&lt;br /&gt;
357&amp;lt;BR&amp;gt;&lt;br /&gt;
367&amp;lt;BR&amp;gt;&lt;br /&gt;
456&amp;lt;BR&amp;gt;&lt;br /&gt;
457&amp;lt;BR&amp;gt;&lt;br /&gt;
467&amp;lt;BR&amp;gt;&lt;br /&gt;
567&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; During this process, the macro can not detect when mines crumble. So you may see it trying to highlight mines that do not exist. This is OK, it will not cause any harm.  The macro sends the A and S hotkeys, which wont do anything, if the mine has already crumbled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/f/f1/Mining.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/mining.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Mining.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237134</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237134"/>
		<updated>2012-01-25T08:26:10Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Ore Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 1/25/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed. Doesn't required Ctrl+Alt+W to start anymore, now automatically goes to GUI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
*Code Reposted on Jan 23, 2012 - There seemed to have been an extra line break in the script causing error on Line 34. It should be ok now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Grass/Code&amp;diff=237133</id>
		<title>User:Cegaiel/Macros/Grass/Code</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Grass/Code&amp;diff=237133"/>
		<updated>2012-01-25T06:58:30Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
; grass collector&lt;br /&gt;
&lt;br /&gt;
;This script collects grass in a small area. It will click/walk different in a circle around where you are standing.&lt;br /&gt;
;Make sure you have plenty of grass around you!&lt;br /&gt;
;Lock screen (Alt+L) and use F6 camera angle and zoom in about medium.&lt;br /&gt;
;Make sure you are Walking Slow (Esc, Emote..., Gait: Walking)&lt;br /&gt;
;Make sure that What Do I Do Now? icon (top left (Clipboard with notebook on it) is gone (Uncheck Utility, Interface)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Ctrl+p to Pause script&lt;br /&gt;
&lt;br /&gt;
shades:=&amp;quot;*90&amp;quot;&lt;br /&gt;
&lt;br /&gt;
IfWinExist eGenesis Client &lt;br /&gt;
{&lt;br /&gt;
	WinActivate&lt;br /&gt;
	WinGetPos,,, winWidth, winHeight&lt;br /&gt;
	minorOffset = 70&lt;br /&gt;
	majorOffset = 100&lt;br /&gt;
	winXCenter := winWidth / 2&lt;br /&gt;
	winYCenter := ((winHeight - 22) / 2) + 32&lt;br /&gt;
	winXLeft := winXCenter - minorOffset&lt;br /&gt;
	winXFarLeft := winXCenter - majorOffset&lt;br /&gt;
	winXRight := winXCenter + minorOffset&lt;br /&gt;
	winXFarRight := winXCenter + majorOffset&lt;br /&gt;
	winYUp := winYCenter - minorOffset&lt;br /&gt;
	winYFarUp := winYCenter - majorOffset&lt;br /&gt;
	winYDown := winYCenter + minorOffset&lt;br /&gt;
	winYFarDown := winYCenter + majorOffset&lt;br /&gt;
	circleMove = 0&lt;br /&gt;
	&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Add, Text,, How many grass cycles?&lt;br /&gt;
	Gui, Add, Edit, Number vNumGrass&lt;br /&gt;
	Gui, Add, Button, default gGrassCommit, OK&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	return&lt;br /&gt;
	&lt;br /&gt;
	GrassCommit:&lt;br /&gt;
	Gui, Submit&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	GrassCycle = 0&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vGrassCycleText, Cycle %NumGrass% of %NumGrass%&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	GuiControl, Text, GrassCycleText, Cycle %GrassCycle% of %NumGrass%&lt;br /&gt;
	WinActivate, eGenesis Client&lt;br /&gt;
	;CoordMode, Mouse, Relative&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
SetMouseDelay, -1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	loop, %NumGrass%&lt;br /&gt;
	{&lt;br /&gt;
		if circleMove = 0 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXCenter%, %winYFarUp%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 1 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXRight%, %winYUp%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 2 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXFarRight%, %winYCenter%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 3 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXRight%, %winYDown%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 4 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXCenter%, %winYFarDown%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 5 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXLeft%, %winYDown%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 6 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXFarLeft%, %winYCenter%&lt;br /&gt;
			circleMove++&lt;br /&gt;
		}&lt;br /&gt;
		else if circleMove = 7 &lt;br /&gt;
		{&lt;br /&gt;
			MouseClick, left, %winXLeft%, %winYUp%&lt;br /&gt;
			circleMove = 0&lt;br /&gt;
		}&lt;br /&gt;
		loop&lt;br /&gt;
		{&lt;br /&gt;
			;PixelSearch, Px, Py, 0, 0, 91, 74, 0xB46E6C&lt;br /&gt;
&lt;br /&gt;
			ImageSearch, Px, Py, 50 , 38, 244, 120, %shades% Grass_icon.png&lt;br /&gt;
&lt;br /&gt;
			;Sleep, 1000&lt;br /&gt;
			if ErrorLevel = 0 &lt;br /&gt;
			{&lt;br /&gt;
				GrassCycle++&lt;br /&gt;
				GuiControl, Text, GrassCycleText, Cycle %GrassCycle% of %NumGrass%&lt;br /&gt;
				;MouseClick, left, 91, 74&lt;br /&gt;
				MouseClick, left, Px, Py&lt;br /&gt;
				Sleep, 250&lt;br /&gt;
				break&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	return&lt;br /&gt;
}&lt;br /&gt;
return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^r::reload&lt;br /&gt;
^p::Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Grass.zip&amp;diff=237132</id>
		<title>File:Grass.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Grass.zip&amp;diff=237132"/>
		<updated>2012-01-25T06:57:38Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Grass.zip&amp;quot;: Not automatically starts in GUI, instead of Ctrl+Alt+G to start manually.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Grass macro&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Grass&amp;diff=237131</id>
		<title>User:Cegaiel/Macros/Grass</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Grass&amp;diff=237131"/>
		<updated>2012-01-25T06:54:18Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Grass (Autohotkey)==&lt;br /&gt;
Start script with Ctrl+Alt+G&lt;br /&gt;
&lt;br /&gt;
Enter amount of grass to collect.  Walks around in a circle and collects grass without moving too far from where you started.  Great to get your [[Rhythmic_Strength | Rhythmic Strength]] skill up.  The reason this is a zip file is because it contains a .png image of the grass icon that needs to be in the same directory as the script.&lt;br /&gt;
&lt;br /&gt;
Note recently IE downloads somtimes show the zip file as being corrupt.  If you try to download and it shows the zip file as corrupt, then you will need to download and install [http://mozilla.org  Firefox] to download correctly. Or, you can manually get the code and download the image, below.&lt;br /&gt;
&lt;br /&gt;
*Updated: 1/25/2012 - Edited a couple of lines so that it will now start up into GUI mode, instead of Ctrl+Alt+G to start it manually. Renamed grass_icon.png to grass.png.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/2/2d/Grass.zip Download Zip File] (Script + Grass icon image)&lt;br /&gt;
&lt;br /&gt;
-OR-&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass/Code | Get Code!]] -AND- [[Media:Grass.png | Get Grass Image]] (Right click the link and choose Save Target As...)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; The .png file needs to be in same directory as the script.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237130</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237130"/>
		<updated>2012-01-25T06:51:23Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Grass (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 1/25/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed. Doesn't required Ctrl+Alt+W to start anymore, now automatically goes to GUI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
*Code Reposted on Jan 23, 2012 - There seemed to have been an extra line break in the script causing error on Line 34. It should be ok now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/HacklingRake&amp;diff=237129</id>
		<title>User:Cegaiel/Macros/HacklingRake</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/HacklingRake&amp;diff=237129"/>
		<updated>2012-01-24T04:20:56Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hackling Rake==&lt;br /&gt;
*Start the script by hitting Ctrl+Alt+W. It will walk you through the setup with GUI menus.&lt;br /&gt;
*Might work on Flaxing Comb (would have to see if menus match the Rake's menus, I'm too lazy to verify)&lt;br /&gt;
*Hover a black letter in the word Endurance, in skills tab (A continuous tooltip will let you know when you are hovering black) and press F2 to set location to monitor. Next hover this in your Rake's pinup menu: &amp;lt;B&amp;gt;&amp;quot;Seperate Rotten Flax (Step 1, Remove Straw)&amp;quot;&amp;lt;/b&amp;gt; and press F2 to record click location.&lt;br /&gt;
*Monitors the red/black text in skills tab so that it clicks at maximum speed. Won't click while the skills text (Endurance) is in red. Eat endurance food to work the rake faster.&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The way the script works is that it clicks your recorded postition on Step 1: Remove Straw and Step 4: Cleaning the Rake.&lt;br /&gt;
*It offsets the originally recorded click position by +15 (for Step 2 and 3).&lt;br /&gt;
*If you resolution is really high, then maybe try adjusting the 2 lines that say: NewY := ClickY + 15.  Try changing +15 to a lower number (if it is clicking too high) or a lower number (if it is clicking too low on 2nd menu choice). Most likely, it would be in the +10 to +13 range to correct a higher resolution offset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;Updated: 12/13/2011&amp;lt;/b&amp;gt; - Now adds a routine to check for popup boxes and stop if one is detected. This would be if you are using a flax comb (not a hacking rake) and it breaks.  Idea for the beginning of a new tale before the Rakes are available.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;Updated: 2/23/2010&amp;lt;/b&amp;gt; - It now will ask you to enter the amount of rotten flax your are processing. Since the rake only processes 10 at a time, it will round down. So even if you enter an odd amount like 103, it will know it needs to run the cycle 10 times (10 times 10 = 100). Upon processing all your rotten flax (in increments of 10), it will inform you its done and stop the script.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;Updated: 3/05/2010&amp;lt;/b&amp;gt; - Speeded up mouse movements, minor update...&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;Updated: 3/26/2010&amp;lt;/b&amp;gt; - Added GUI menu to keep track of process.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;Updated: 10/15/2010&amp;lt;/b&amp;gt; - Added subroutine to eat grilled food while working.. It will now ask if you are eating grilled food. If Yes, then it will eat a grilled food immediately upon starting script, then every 10 teppy minutes. The GUI status will show a count down timer to show when it will eat the next grilled food.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Hackling Rake menu is now:&amp;lt;/b&amp;gt;&lt;br /&gt;
*Step 1, Remove straw (1st option on menu)&lt;br /&gt;
*Step 2, Seperate  (2nd option on menu) (Clean rake is now at top, &amp;quot;Take...&amp;quot; is now 2nd)&lt;br /&gt;
*Step 3, Refine, (2nd option on menu) (Clean rake is now at top, &amp;quot;Take...&amp;quot; is now 2nd)&lt;br /&gt;
*Step 4, Clean Rake (1st option on menu)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Note:&amp;lt;/b&amp;gt; You should be able to process 70 rotten flax with 2 endurance, on flax comb/rake, before your grilled food wears off (based on 0 endurance +2 endurance from grilled onions).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Code Reposted on Jan 23, 2012 - There seemed to have been an extra line break in the script causing error on Line 34. It should be ok now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake/Code | Get Code!]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237128</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237128"/>
		<updated>2012-01-24T04:20:23Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Hackling Rake (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed. Doesn't required Ctrl+Alt+W to start anymore, now automatically goes to GUI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
*Code Reposted on Jan 23, 2012 - There seemed to have been an extra line break in the script causing error on Line 34. It should be ok now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/HacklingRake/Code&amp;diff=237127</id>
		<title>User:Cegaiel/Macros/HacklingRake/Code</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/HacklingRake/Code&amp;diff=237127"/>
		<updated>2012-01-24T04:18:26Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
;Ctrl+P to pause script and Ctrl+P again to resume&lt;br /&gt;
;The AHK icon in system tray will turn red while paused.&lt;br /&gt;
;Ctrl+R to reload script&lt;br /&gt;
;Date: 3/26/2010&lt;br /&gt;
;Last Update: 12/13/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
step = 1&lt;br /&gt;
cycles = 0&lt;br /&gt;
counter = 0&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Add, Text,, How many Rotten Flax`nare in your inventory?&lt;br /&gt;
	Gui, Add, Edit, vFlax wp number&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Text,, Eating Grilled Food?`n(Automatically eat every 10 Teppy Min)&lt;br /&gt;
	Gui, Add, DropDownList, vEat Choose1, No|Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Button, gStart, Continue&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start:&lt;br /&gt;
Gui, Submit&lt;br /&gt;
Gui, Destroy&lt;br /&gt;
Cycles := Floor(Flax/10)&lt;br /&gt;
&lt;br /&gt;
Msgbox, This requires %Cycles% cycles, the macro will stop automatically after %Cycles% cycles.`n`nNow, hover mouse over a black letter, in the word ENDURANCE, in skills tab`n`nThis is the letter/skill that turns red when you get tired`n`nWhen you are hovering a black letter it will tell you in the tooltip.`n`nPress F2, when it tells you in tooltip, to set position.`n`nClick OK to proceed...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			IfWinExist eGenesis Client&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
			WinWait, eGenesis Client&lt;br /&gt;
			WinGetActiveStats, win_Title, Xmax, Ymax, win_Xpos, win_Ypos &lt;br /&gt;
&lt;br /&gt;
			;Get coordinates, for your resolutions'  X,Y location of the popups (OK button) that will occur later.&lt;br /&gt;
			CenterX := Floor(Xmax/2)&lt;br /&gt;
			CenterY := Floor(Ymax/2)+109&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			;Offsets the search coordinates for OK popup for the imagesearch in Popup sub.&lt;br /&gt;
			;ImageSearch method (Popup sub)&lt;br /&gt;
			ClickPopX1 := CenterX - 40&lt;br /&gt;
			ClickPopY1 := CenterY - 30&lt;br /&gt;
&lt;br /&gt;
			ClickPopX2 := CenterX + 30&lt;br /&gt;
			ClickPopY2 := CenterY + 30&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			} else {&lt;br /&gt;
			MsgBox, eGenesis Client not running, aborting...&lt;br /&gt;
			Exit&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
loop&lt;br /&gt;
{&lt;br /&gt;
MouseGetPos, skillX, skillY&lt;br /&gt;
PixelGetColor, color, skillX, skillY, RGB&lt;br /&gt;
&lt;br /&gt;
if color = 0x000000&lt;br /&gt;
{&lt;br /&gt;
ToolTip, Coordinates: %skillX%`, %skillY%`nColor: %color%`n`n* HOVERING BLACK *`n* Press F2 to set location *&lt;br /&gt;
} else {&lt;br /&gt;
ToolTip, Coordinates: %skillX%`, %skillY%`nColor: %color%&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GetKeyState, state, F2&lt;br /&gt;
if state = D&lt;br /&gt;
{&lt;br /&gt;
MsgBox Endurance text location recorded!`n`nNow pinup your Hackling Rake menu. Make sure it says &amp;quot;Seperate Rotten Flax (Step 1, Remove Straw)&amp;quot;`n`nHover mouse over that option and press F2 to record the click position.`n`nClick OK to proceed...&lt;br /&gt;
Tooltip&lt;br /&gt;
break&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
KeyWait, F2, D&lt;br /&gt;
if ErrorLevel = 0&lt;br /&gt;
{&lt;br /&gt;
MouseGetPos, ClickX, ClickY&lt;br /&gt;
Msgbox, Hackling Rake menu (Step 1) location recorded!`n`nNote: you can hit Ctrl+P to PAUSE script anytime and Ctrl+P again to RESUME`n`nClick OK to Start...&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		if (Eat == &amp;quot;Yes&amp;quot;)&lt;br /&gt;
		{&lt;br /&gt;
&lt;br /&gt;
Msgbox, One more step! You have selected that you will be eating grilled foods!`n`nPinup the Esc, Skills, Consume menu and set the click position of the &amp;quot;Eat Grilled food&amp;quot; menu by hovering and hitting F2.`n`nNote: When this macro begins, it will first eat (so don't manually eat first).`n`nThen every 10 Teppy Mins (11:00 real time), it will automatically click/eat the grilled food.`n`nClick OK, then hit F2 over the grilled food consume menu to set...&lt;br /&gt;
&lt;br /&gt;
	WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
	KeyWait, F2, D&lt;br /&gt;
	if ErrorLevel = 0&lt;br /&gt;
	{&lt;br /&gt;
	MouseGetPos, EatX, EatY&lt;br /&gt;
	Msgbox, Eat location recorded!`n`nClick OK to eat food and start the macro...&lt;br /&gt;
&lt;br /&gt;
	EatTimer = 1&lt;br /&gt;
	#Persistent &lt;br /&gt;
	SetTimer, Eat, 1000&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Add, Text, vClickText, Preparing to start... Standby!`n`n`n`n&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	GuiControl, Text, ClickText, Preparing to start... Standby!`n`n`n`n&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		loop&lt;br /&gt;
		{&lt;br /&gt;
&lt;br /&gt;
WinActivate, eGenesis Client&lt;br /&gt;
PixelGetColor, color, skillX, skillY, RGB&lt;br /&gt;
&lt;br /&gt;
	if color = 0x000000&lt;br /&gt;
	{&lt;br /&gt;
	MouseGetPos, OldX, OldY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if (step = 1) {&lt;br /&gt;
;Step 1 (Remove Straw) - Top/1st menu choice&lt;br /&gt;
Click %ClickX%, %ClickY%&lt;br /&gt;
} else if (step = 2) {&lt;br /&gt;
;Step 2 (Seperate) - 2nd menu choice&lt;br /&gt;
NewY := ClickY + 15&lt;br /&gt;
Click %ClickX%, %NewY%&lt;br /&gt;
} else if (step = 3) {&lt;br /&gt;
;Step 3 (Refine) - 2nd menu choice&lt;br /&gt;
NewY := ClickY + 15&lt;br /&gt;
Click %ClickX%, %NewY%&lt;br /&gt;
} else if (step = 4) {&lt;br /&gt;
;Clean Hackling Rake - Top/1st menu choice&lt;br /&gt;
Click %ClickX%, %ClickY%&lt;br /&gt;
step = 0&lt;br /&gt;
counter++&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
step++&lt;br /&gt;
MouseMove, %OldX%, %OldY%&lt;br /&gt;
Sleep 500&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;This searches for a popup box, which would suggest something likely went wrong&lt;br /&gt;
&lt;br /&gt;
;			PixelSearch, Px, Py, %CenterX%, %CenterY%, %CenterX%, %CenterY%, 0xECDFBD, 15, Fast|RGB&lt;br /&gt;
			ImageSearch, PopX, PopY, ClickPopX1, ClickPopY1, ClickPopX2, ClickPopY2, *50 OK.PNG&lt;br /&gt;
&lt;br /&gt;
			if ErrorLevel = 0&lt;br /&gt;
			{&lt;br /&gt;
			SoundPlay *16,1&lt;br /&gt;
			Msgbox, Pop Up box detected! Pausing macro...`n`nFind the problem, correct and hit Ctrl+P.`n`nYou will resume from where you left off at...`n`nIf your flax comb just broke, then Ctrl+R to reload.&lt;br /&gt;
			PAUSE&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
;End searching for popupbox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		if (Eat == &amp;quot;Yes&amp;quot;)&lt;br /&gt;
		{&lt;br /&gt;
		GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle`n`nEat Grilled: %EatTimer%s of 660s&lt;br /&gt;
&lt;br /&gt;
		} else {&lt;br /&gt;
		GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if (Counter = Cycles)&lt;br /&gt;
break&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
		}&lt;br /&gt;
SoundPlay *16,1&lt;br /&gt;
GuiControl, Text, ClickText, Processed %Flax% rotten flax, Exiting...&lt;br /&gt;
PAUSE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Eat: &lt;br /&gt;
&lt;br /&gt;
	EatTimer --&lt;br /&gt;
&lt;br /&gt;
	GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle`n`nEat Grilled: %EatTimer%s of 660s&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
	if EatTimer = 0&lt;br /&gt;
	{&lt;br /&gt;
	SoundPlay *64,1&lt;br /&gt;
	GuiControl, Text, ClickText, Eating grilled food...&lt;br /&gt;
	MouseGetPos, OldMX, OldMY&lt;br /&gt;
	;Click the Eat Grilled food menu&lt;br /&gt;
	Click, %EatX%, %EatY%			&lt;br /&gt;
	Sleep, 500&lt;br /&gt;
	MouseMove, %OldMX%, %OldMY%, 0			&lt;br /&gt;
	EatTimer = 660&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^r::reload&lt;br /&gt;
^p::Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/HacklingRake/Code&amp;diff=237126</id>
		<title>User:Cegaiel/Macros/HacklingRake/Code</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/HacklingRake/Code&amp;diff=237126"/>
		<updated>2012-01-24T04:18:13Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Ctrl+P to pause script and Ctrl+P again to resume&lt;br /&gt;
;The AHK icon in system tray will turn red while paused.&lt;br /&gt;
;Ctrl+R to reload script&lt;br /&gt;
;Date: 3/26/2010&lt;br /&gt;
;Last Update: 12/13/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
step = 1&lt;br /&gt;
cycles = 0&lt;br /&gt;
counter = 0&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Add, Text,, How many Rotten Flax`nare in your inventory?&lt;br /&gt;
	Gui, Add, Edit, vFlax wp number&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Text,, Eating Grilled Food?`n(Automatically eat every 10 Teppy Min)&lt;br /&gt;
	Gui, Add, DropDownList, vEat Choose1, No|Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Button, gStart, Continue&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start:&lt;br /&gt;
Gui, Submit&lt;br /&gt;
Gui, Destroy&lt;br /&gt;
Cycles := Floor(Flax/10)&lt;br /&gt;
&lt;br /&gt;
Msgbox, This requires %Cycles% cycles, the macro will stop automatically after %Cycles% cycles.`n`nNow, hover mouse over a black letter, in the word ENDURANCE, in skills tab`n`nThis is the letter/skill that turns red when you get tired`n`nWhen you are hovering a black letter it will tell you in the tooltip.`n`nPress F2, when it tells you in tooltip, to set position.`n`nClick OK to proceed...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			IfWinExist eGenesis Client&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
			WinWait, eGenesis Client&lt;br /&gt;
			WinGetActiveStats, win_Title, Xmax, Ymax, win_Xpos, win_Ypos &lt;br /&gt;
&lt;br /&gt;
			;Get coordinates, for your resolutions'  X,Y location of the popups (OK button) that will occur later.&lt;br /&gt;
			CenterX := Floor(Xmax/2)&lt;br /&gt;
			CenterY := Floor(Ymax/2)+109&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			;Offsets the search coordinates for OK popup for the imagesearch in Popup sub.&lt;br /&gt;
			;ImageSearch method (Popup sub)&lt;br /&gt;
			ClickPopX1 := CenterX - 40&lt;br /&gt;
			ClickPopY1 := CenterY - 30&lt;br /&gt;
&lt;br /&gt;
			ClickPopX2 := CenterX + 30&lt;br /&gt;
			ClickPopY2 := CenterY + 30&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			} else {&lt;br /&gt;
			MsgBox, eGenesis Client not running, aborting...&lt;br /&gt;
			Exit&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
loop&lt;br /&gt;
{&lt;br /&gt;
MouseGetPos, skillX, skillY&lt;br /&gt;
PixelGetColor, color, skillX, skillY, RGB&lt;br /&gt;
&lt;br /&gt;
if color = 0x000000&lt;br /&gt;
{&lt;br /&gt;
ToolTip, Coordinates: %skillX%`, %skillY%`nColor: %color%`n`n* HOVERING BLACK *`n* Press F2 to set location *&lt;br /&gt;
} else {&lt;br /&gt;
ToolTip, Coordinates: %skillX%`, %skillY%`nColor: %color%&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GetKeyState, state, F2&lt;br /&gt;
if state = D&lt;br /&gt;
{&lt;br /&gt;
MsgBox Endurance text location recorded!`n`nNow pinup your Hackling Rake menu. Make sure it says &amp;quot;Seperate Rotten Flax (Step 1, Remove Straw)&amp;quot;`n`nHover mouse over that option and press F2 to record the click position.`n`nClick OK to proceed...&lt;br /&gt;
Tooltip&lt;br /&gt;
break&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
KeyWait, F2, D&lt;br /&gt;
if ErrorLevel = 0&lt;br /&gt;
{&lt;br /&gt;
MouseGetPos, ClickX, ClickY&lt;br /&gt;
Msgbox, Hackling Rake menu (Step 1) location recorded!`n`nNote: you can hit Ctrl+P to PAUSE script anytime and Ctrl+P again to RESUME`n`nClick OK to Start...&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		if (Eat == &amp;quot;Yes&amp;quot;)&lt;br /&gt;
		{&lt;br /&gt;
&lt;br /&gt;
Msgbox, One more step! You have selected that you will be eating grilled foods!`n`nPinup the Esc, Skills, Consume menu and set the click position of the &amp;quot;Eat Grilled food&amp;quot; menu by hovering and hitting F2.`n`nNote: When this macro begins, it will first eat (so don't manually eat first).`n`nThen every 10 Teppy Mins (11:00 real time), it will automatically click/eat the grilled food.`n`nClick OK, then hit F2 over the grilled food consume menu to set...&lt;br /&gt;
&lt;br /&gt;
	WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
	KeyWait, F2, D&lt;br /&gt;
	if ErrorLevel = 0&lt;br /&gt;
	{&lt;br /&gt;
	MouseGetPos, EatX, EatY&lt;br /&gt;
	Msgbox, Eat location recorded!`n`nClick OK to eat food and start the macro...&lt;br /&gt;
&lt;br /&gt;
	EatTimer = 1&lt;br /&gt;
	#Persistent &lt;br /&gt;
	SetTimer, Eat, 1000&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Add, Text, vClickText, Preparing to start... Standby!`n`n`n`n&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	GuiControl, Text, ClickText, Preparing to start... Standby!`n`n`n`n&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		loop&lt;br /&gt;
		{&lt;br /&gt;
&lt;br /&gt;
WinActivate, eGenesis Client&lt;br /&gt;
PixelGetColor, color, skillX, skillY, RGB&lt;br /&gt;
&lt;br /&gt;
	if color = 0x000000&lt;br /&gt;
	{&lt;br /&gt;
	MouseGetPos, OldX, OldY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if (step = 1) {&lt;br /&gt;
;Step 1 (Remove Straw) - Top/1st menu choice&lt;br /&gt;
Click %ClickX%, %ClickY%&lt;br /&gt;
} else if (step = 2) {&lt;br /&gt;
;Step 2 (Seperate) - 2nd menu choice&lt;br /&gt;
NewY := ClickY + 15&lt;br /&gt;
Click %ClickX%, %NewY%&lt;br /&gt;
} else if (step = 3) {&lt;br /&gt;
;Step 3 (Refine) - 2nd menu choice&lt;br /&gt;
NewY := ClickY + 15&lt;br /&gt;
Click %ClickX%, %NewY%&lt;br /&gt;
} else if (step = 4) {&lt;br /&gt;
;Clean Hackling Rake - Top/1st menu choice&lt;br /&gt;
Click %ClickX%, %ClickY%&lt;br /&gt;
step = 0&lt;br /&gt;
counter++&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
step++&lt;br /&gt;
MouseMove, %OldX%, %OldY%&lt;br /&gt;
Sleep 500&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;This searches for a popup box, which would suggest something likely went wrong&lt;br /&gt;
&lt;br /&gt;
;			PixelSearch, Px, Py, %CenterX%, %CenterY%, %CenterX%, %CenterY%, 0xECDFBD, 15, Fast|RGB&lt;br /&gt;
			ImageSearch, PopX, PopY, ClickPopX1, ClickPopY1, ClickPopX2, ClickPopY2, *50 OK.PNG&lt;br /&gt;
&lt;br /&gt;
			if ErrorLevel = 0&lt;br /&gt;
			{&lt;br /&gt;
			SoundPlay *16,1&lt;br /&gt;
			Msgbox, Pop Up box detected! Pausing macro...`n`nFind the problem, correct and hit Ctrl+P.`n`nYou will resume from where you left off at...`n`nIf your flax comb just broke, then Ctrl+R to reload.&lt;br /&gt;
			PAUSE&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
;End searching for popupbox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		if (Eat == &amp;quot;Yes&amp;quot;)&lt;br /&gt;
		{&lt;br /&gt;
		GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle`n`nEat Grilled: %EatTimer%s of 660s&lt;br /&gt;
&lt;br /&gt;
		} else {&lt;br /&gt;
		GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if (Counter = Cycles)&lt;br /&gt;
break&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
		}&lt;br /&gt;
SoundPlay *16,1&lt;br /&gt;
GuiControl, Text, ClickText, Processed %Flax% rotten flax, Exiting...&lt;br /&gt;
PAUSE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Eat: &lt;br /&gt;
&lt;br /&gt;
	EatTimer --&lt;br /&gt;
&lt;br /&gt;
	GuiControl, Text, ClickText, %counter% of %Cycles% cycles`n`nStep: %step% of 5 until next cycle`n`nEat Grilled: %EatTimer%s of 660s&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
	if EatTimer = 0&lt;br /&gt;
	{&lt;br /&gt;
	SoundPlay *64,1&lt;br /&gt;
	GuiControl, Text, ClickText, Eating grilled food...&lt;br /&gt;
	MouseGetPos, OldMX, OldMY&lt;br /&gt;
	;Click the Eat Grilled food menu&lt;br /&gt;
	Click, %EatX%, %EatY%			&lt;br /&gt;
	Sleep, 500&lt;br /&gt;
	MouseMove, %OldMX%, %OldMY%, 0			&lt;br /&gt;
	EatTimer = 660&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^r::reload&lt;br /&gt;
^p::Pause&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/PotteryWheel/Code&amp;diff=237125</id>
		<title>User:Cegaiel/Macros/PotteryWheel/Code</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/PotteryWheel/Code&amp;diff=237125"/>
		<updated>2012-01-20T04:28:22Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
;Ctrl+P to pause script and Ctrl+P again to resume&lt;br /&gt;
;The AHK icon in system tray will turn red while paused.&lt;br /&gt;
;Ctrl+R to reload script&lt;br /&gt;
;Date 6/22/2010&lt;br /&gt;
;Author: Cegaiel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Last Update: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Explanation of Seconds variable below:&lt;br /&gt;
&lt;br /&gt;
;If you find the jugs are getting done slightly late:&lt;br /&gt;
;(ie it begins making more jugs before they are done), then add 1 second at a time, below&lt;br /&gt;
&lt;br /&gt;
;If you find the jugs are forming before the timer is done,&lt;br /&gt;
;(ie there is 1 or more seconds remaining on timer when jugs get done) then decrease 1 second at a time&lt;br /&gt;
&lt;br /&gt;
;It takes about 33 seconds for the jugs to form, but the time it takes from when the first wheel is loaded&lt;br /&gt;
;until the time the last one is loaded is the reason that time varies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;About 69s for 1 wheel&lt;br /&gt;
;About 49s for 36 wheels&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Seconds = 67&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IfWinExist eGenesis Client&lt;br /&gt;
{&lt;br /&gt;
	WinActivate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vMineNumText, Set Pottery Wheel locations&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Add, Text,,&lt;br /&gt;
	( LTrim&lt;br /&gt;
	Hover and middle-click (Click mouse-wheel) on each pottery wheel, one by one,&lt;br /&gt;
	until you've clicked on all the wheels you want to use. Then click the OK button.&lt;br /&gt;
&lt;br /&gt;
	(Drag this box out of the way if any wheels are hidden)&lt;br /&gt;
&lt;br /&gt;
	Make sure you chat is minimized and that your screen is locked (Alt+L)&lt;br /&gt;
&lt;br /&gt;
	AFTER setting pottery wheel locations, Press OK...&lt;br /&gt;
&lt;br /&gt;
	)&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Button, default gMineSetLoops, OK&lt;br /&gt;
	Gui, Show, x0 y25&lt;br /&gt;
&lt;br /&gt;
	MineNum = 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	WinGet, GameWinHandle, ID, eGenesis Client&lt;br /&gt;
	loop&lt;br /&gt;
	{&lt;br /&gt;
		WinActivate&lt;br /&gt;
		CoordMode, Mouse, Relative&lt;br /&gt;
		KeyWait, MButton, D&lt;br /&gt;
		KeyWait, MButton&lt;br /&gt;
		MouseGetPos, TestX, TestY, WinHandle&lt;br /&gt;
		if (WinHandle = GameWinHandle)&lt;br /&gt;
		{&lt;br /&gt;
			Gosub, MineRecord&lt;br /&gt;
		}&lt;br /&gt;
		else&lt;br /&gt;
		{&lt;br /&gt;
			Gui, Destroy&lt;br /&gt;
			break&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
	MineRecord:&lt;br /&gt;
	MineNum++&lt;br /&gt;
	MouseGetPos, MineX%MineNum%, MineY%MineNum%&lt;br /&gt;
	GuiControl, Text, MineNumText, %MineNum% pottery wheel captured&lt;br /&gt;
	TotalRacks := MineNum&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	MineSetLoops:&lt;br /&gt;
	Gui, Submit&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vMineCycleText, Starting in 2 seconds ..................&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Show, x0 y25&lt;br /&gt;
	GuiControl, Text, MineCycleText, Starting in 2 seconds .............&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Delay = 2&lt;br /&gt;
&lt;br /&gt;
	Loop, %Delay%&lt;br /&gt;
	{&lt;br /&gt;
	GuiControl, Text, MineCycleText, Starting in %Delay%s seconds .....&lt;br /&gt;
	Delay --&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	loop&lt;br /&gt;
	{&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	MineNum = 1&lt;br /&gt;
	MouseGetPos, OldMX, OldMY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	ImageSearch, PopX, PopY, 458, 459, 667, 621, *50 OK.PNG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	if ErrorLevel = 0&lt;br /&gt;
	{&lt;br /&gt;
	Click, %PopX%, %PopY%&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	;Make Jugs Loop&lt;br /&gt;
	loop, %TotalRacks%&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			;BlockInput, MouseMove&lt;br /&gt;
			GuiControl, Text, MineCycleText, Making Jugs -  Wheel: %MineNum%/%TotalRacks%&lt;br /&gt;
			MinePosX := MineX%MineNum%&lt;br /&gt;
			MinePosY := MineY%MineNum%&lt;br /&gt;
			MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
			Key = J&lt;br /&gt;
			Sleep 200&lt;br /&gt;
			Send {%Key%}&lt;br /&gt;
			Sleep 300&lt;br /&gt;
			Gosub, SearchPopupBox&lt;br /&gt;
			MineNum++&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			MouseMove, %OldMX%, %OldMY%, 0		&lt;br /&gt;
&lt;br /&gt;
			SecondsCountDown := Seconds&lt;br /&gt;
&lt;br /&gt;
			loop, %Seconds% {&lt;br /&gt;
			GuiControl, Text, MineCycleText, Waiting %SecondsCountdown%s for Jugs to complete &lt;br /&gt;
			SecondsCountdown --&lt;br /&gt;
			sleep 1000&lt;br /&gt;
			}&lt;br /&gt;
	&lt;br /&gt;
			MineNum = 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			&lt;br /&gt;
			;Take Jugs&lt;br /&gt;
&lt;br /&gt;
			loop, %TotalRacks% {&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			GuiControl, Text, MineCycleText, Taking Jugs -  Wheel: %MineNum% &lt;br /&gt;
			MinePosX := MineX%MineNum%&lt;br /&gt;
			MinePosY := MineY%MineNum%&lt;br /&gt;
			MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
			Key = T&lt;br /&gt;
			Sleep 200&lt;br /&gt;
			Send {%Key%}&lt;br /&gt;
			Sleep 300&lt;br /&gt;
			Gosub, SearchPopupBox&lt;br /&gt;
			MineNum++&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			GuiControl, Text, MineCycleText, 2s Pause, Hit Ctrl+P to STOP MAKING &lt;br /&gt;
			Sleep 2000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	Gui, Add, Text,, Middle-click on this window to end the script.&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	return&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SearchPopupBox:&lt;br /&gt;
;This searches for a poup box which I occassionally would get (Pottery wheel busy) and closes it immediately.&lt;br /&gt;
&lt;br /&gt;
ImageSearch, PopX, PopY, 458, 459, 667, 621, *50 OK.PNG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			if ErrorLevel = 0&lt;br /&gt;
			{&lt;br /&gt;
			NewX := PopX + 3&lt;br /&gt;
			NewY := PopY + 3&lt;br /&gt;
			;BlockInput, MouseMove&lt;br /&gt;
			Click %NewX%, %NewY%&lt;br /&gt;
			Sleep 250&lt;br /&gt;
			;BlockInput, MouseMoveOff			&lt;br /&gt;
				&lt;br /&gt;
			MineNum--&lt;br /&gt;
			MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
			Send {%Key%}&lt;br /&gt;
&lt;br /&gt;
			;If popup is detected, then go back and keep checking until it is closed for sure, in case lag &lt;br /&gt;
&lt;br /&gt;
interfered with it closing properly&lt;br /&gt;
&lt;br /&gt;
			Gosub, SearchPopupBox    &lt;br /&gt;
			;Send %Key%  ;Resend the key from Patternset sub, after closing popup box (sometimes doesn't &lt;br /&gt;
&lt;br /&gt;
work as desired, commenting out...&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^r::reload&lt;br /&gt;
^p::Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237124</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237124"/>
		<updated>2012-01-20T04:19:26Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Plane Boards (Unlimited carpentry benches) (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed. Doesn't required Ctrl+Alt+W to start anymore, now automatically goes to GUI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Plane&amp;diff=237123</id>
		<title>User:Cegaiel/Macros/Plane</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Plane&amp;diff=237123"/>
		<updated>2012-01-20T04:18:06Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Multiple Carpentry Benches - Plane Boards (Autohotkey)==&lt;br /&gt;
&amp;lt;B&amp;gt;Instructions:&amp;lt;/b&amp;gt;&lt;br /&gt;
Zoom in about half way (in F5 or F6) and lock your screen (Alt + L) to prevent your screen from moving around.  &lt;br /&gt;
&lt;br /&gt;
*Start script with Ctrl+Alt+W&lt;br /&gt;
*It will walk you through the setup process with GUI Menus.&lt;br /&gt;
*Takes about 45 seconds per 100 boards (based on using 20 carpentry benches)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Note:&amp;lt;/b&amp;gt; Due to lag or clicking too soon/late, on my 1.8Ghz/1Gb Ram machine, I find adding about 10 boards per 100 will make sure all your boards get planed. ie If you are planing 500 boards, tell it to plane 550 boards. The counter rarely aligns perfectly, it seems to lose 5-10 boards per 100.&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
If you use multiple carpentry benches to make boards, then this is for you!  It will now ask how many boards you want plane. Next a popup will tell you to middle click (click mouse wheel) all your carpentry benches.  When done click OK.  It will wait 7 seconds before the script begins. During this time, drag the status bar out of the way so it doesn't cover up any of the benches.  Then it will start hovering all your benches and clicking the P key (equivalent to [P]lane Board), faster than you can. The more benches you have the faster you will plane a full inventory of wood.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Important:&amp;lt;/b&amp;gt; You MUST minimize chat for this to work correctly.  If you dont, you will see the letter P appear in your chat bar over and over. It wont send it to chat if you forget, but you will notice it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Update Notes:&amp;lt;/b&amp;gt;&lt;br /&gt;
*Update: 4/17/2010&lt;br /&gt;
**Added more comments in script in case you dont have at least 20 benches like this was tested on.  Less than 20 will make the script go through each bench too fast and try to make another board before the last one was complete. The comments in the script will explain how to slow the script down to compensate for that.&lt;br /&gt;
**Script will now pause (instead of exit) when the last board is made.  This is in case the counter doesn't match up to the boards you have in inventory. This could be due to broken blades or lag.  By doing this, you can now hit Ctrl+P to resume the script and keep planing boards (without having to set the postions of all the benches again). But, you will have to manually stop the script afterwards (Ctrl+P/Pause or Ctrl+R/Reload)&lt;br /&gt;
&lt;br /&gt;
*Update: 10/02/2010&lt;br /&gt;
**The resume feature will now plane another 50 boards (can be configured in script) and then stop again. You will then be given an opportunity to resume another 50 boards.  Previously it would resume non stop and sometimes was difficult to make the script pause or reload, manually with the hotkeys&lt;br /&gt;
&lt;br /&gt;
*Update: 11/14/2010&lt;br /&gt;
**Made all GUI's appear on upper left corner, so you do not need to drag out of way, anymore.&lt;br /&gt;
&lt;br /&gt;
*Last Update: 1/19/2012&lt;br /&gt;
**Speeded it up and added delay variable so you can change if needed.&lt;br /&gt;
**Now starts up automatically in GUI mode (doesn't required Ctrl+Alt+W anymore)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane/Code | Get Code!]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237122</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237122"/>
		<updated>2012-01-20T04:15:50Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Plane Boards (Unlimited carpentry benches) (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Plane/Code&amp;diff=237121</id>
		<title>User:Cegaiel/Macros/Plane/Code</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Plane/Code&amp;diff=237121"/>
		<updated>2012-01-20T04:14:45Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
;Ctrl+P to pause script and Ctrl+P again to resume&lt;br /&gt;
;The AHK icon in system tray will turn red while paused.&lt;br /&gt;
;Ctrl+R to reload script&lt;br /&gt;
;Date: 10/02/2010&lt;br /&gt;
;Last Update: 1/19/2012 - Speeded it up and added delay variable so you can change if needed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;This is how many boards it will plane, if you resume past the initial stopping point&lt;br /&gt;
DefaultResumingCounter = 50&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Increase value to slow the movement down. 100 is 1/10 of a second, 1000 is 1 second&lt;br /&gt;
&lt;br /&gt;
Delay = 100&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resuming = 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IfWinExist eGenesis Client&lt;br /&gt;
{&lt;br /&gt;
	WinActivate&lt;br /&gt;
&lt;br /&gt;
InputBox, NumPulls, Boards, How many boards do you want to plane?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vMineNumText, Recording bench positions&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Add, Text,,&lt;br /&gt;
	( LTrim&lt;br /&gt;
	Hover and middle-click (Click mouse-wheel) on each carpentry bench, one by one,&lt;br /&gt;
	until you've clicked on all the benches you want to use. &lt;br /&gt;
&lt;br /&gt;
	AFTER setting middle clicking all your benches, then click the OK button.&lt;br /&gt;
&lt;br /&gt;
	(Drag this box out of the way if any benches are hidden)&lt;br /&gt;
&lt;br /&gt;
	)&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Button, default gMineSetLoops, OK&lt;br /&gt;
	Gui, Show, x0 y25&lt;br /&gt;
&lt;br /&gt;
	MineNum = 0&lt;br /&gt;
	Boards = 0&lt;br /&gt;
&lt;br /&gt;
	WinGet, GameWinHandle, ID, eGenesis Client&lt;br /&gt;
	loop&lt;br /&gt;
	{&lt;br /&gt;
&lt;br /&gt;
		WinActivate&lt;br /&gt;
		CoordMode, Mouse, Relative&lt;br /&gt;
		KeyWait, MButton, D&lt;br /&gt;
		KeyWait, MButton&lt;br /&gt;
		MouseGetPos, TestX, TestY, WinHandle&lt;br /&gt;
		if (WinHandle = GameWinHandle)&lt;br /&gt;
		{&lt;br /&gt;
			Gosub, MineRecord&lt;br /&gt;
		}&lt;br /&gt;
		else&lt;br /&gt;
		{&lt;br /&gt;
			Gui, Destroy&lt;br /&gt;
			break&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
	MineRecord:&lt;br /&gt;
	MineNum++&lt;br /&gt;
	MouseGetPos, MineX%MineNum%, MineY%MineNum%&lt;br /&gt;
	GuiControl, Text, MineNumText, %MineNum% benches captured&lt;br /&gt;
	TotalBenches := MineNum&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	MineSetLoops:&lt;br /&gt;
	Gui, Submit&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vMineCycleText, 5s to drag out of way from the benches`n`n`n`n`n&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Show, x0 y25&lt;br /&gt;
	GuiControl, Text, MineCycleText, 5s to drag out of way from the benches`n`n`n`n`n&lt;br /&gt;
&lt;br /&gt;
	seconds = 5&lt;br /&gt;
	;You got 5 seconds to drag the status window out of the way&lt;br /&gt;
	Loop, %seconds%&lt;br /&gt;
	{&lt;br /&gt;
	GuiControl, Text, MineCycleText, %seconds%s countdown, drag window out of way`n`n`nMake sure chat is MINIMIZED!&lt;br /&gt;
	seconds --&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed,0&lt;br /&gt;
  SetMouseDelay,-1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	loop&lt;br /&gt;
	{&lt;br /&gt;
&lt;br /&gt;
			MineNum = 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	loop, %TotalBenches% {&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
			MinePosX := MineX%MineNum%&lt;br /&gt;
			MinePosY := MineY%MineNum%&lt;br /&gt;
			MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
			Sleep, 100	&lt;br /&gt;
			Send {P}&lt;br /&gt;
			Sleep, %Delay%	&lt;br /&gt;
			MineNum++&lt;br /&gt;
			Boards++&lt;br /&gt;
&lt;br /&gt;
			if Resuming = 1&lt;br /&gt;
			{&lt;br /&gt;
			GuiControl, Text, MineCycleText, Boards: %Boards% of %NumPulls%`n`n`n`n`nMaking &lt;br /&gt;
&lt;br /&gt;
%ResumingCounter% more boards...&lt;br /&gt;
			ResumingCounter -- &lt;br /&gt;
			} else {&lt;br /&gt;
			GuiControl, Text, MineCycleText, Boards: %Boards% of %NumPulls%&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if Boards = %NumPulls%&lt;br /&gt;
{&lt;br /&gt;
GuiControl, Text, MineCycleText, Boards: %Boards% of %NumPulls%`n`nAll Done, pausing script...`nHit Ctrl+P to Resume (if &lt;br /&gt;
&lt;br /&gt;
quota not met)`n`nMakes %DefaultResumingCounter% more boards...&lt;br /&gt;
Resuming = 1&lt;br /&gt;
ResumingCounter := DefaultResumingCounter&lt;br /&gt;
PAUSE&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if ResumingCounter = 0&lt;br /&gt;
{&lt;br /&gt;
ResumingCounter := DefaultResumingCounter&lt;br /&gt;
GuiControl, Text, MineCycleText, Boards: %Boards% of %NumPulls%`n`nAll Done, pausing script...`nHit Ctrl+P to Resume (if &lt;br /&gt;
&lt;br /&gt;
quota not met)`n`nMakes %DefaultResumingCounter% more boards...&lt;br /&gt;
PAUSE&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	Gui, Add, Text,, Middle-click on this window to end the script.&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	return&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^r::reload&lt;br /&gt;
^p::Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/PotteryWheel/Code&amp;diff=237120</id>
		<title>User:Cegaiel/Macros/PotteryWheel/Code</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/PotteryWheel/Code&amp;diff=237120"/>
		<updated>2012-01-14T11:58:55Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
;Ctrl+P to pause script and Ctrl+P again to resume&lt;br /&gt;
;The AHK icon in system tray will turn red while paused.&lt;br /&gt;
;Ctrl+R to reload script&lt;br /&gt;
;Date 6/22/2010&lt;br /&gt;
;Author: Cegaiel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Last Update: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Explanation of Seconds variable below:&lt;br /&gt;
&lt;br /&gt;
;If you find the jugs are getting done slightly late:&lt;br /&gt;
;(ie it begins making more jugs before they are done), then add 1 second at a time, below&lt;br /&gt;
&lt;br /&gt;
;If you find the jugs are forming before the timer is done,&lt;br /&gt;
;(ie there is 1 or more seconds remaining on timer when jugs get done) then decrease 1 second at a time&lt;br /&gt;
&lt;br /&gt;
;It takes about 33 seconds for the jugs to form, but the time it takes from when the first wheel is loaded&lt;br /&gt;
;until the time the last one is loaded is the reason that time varies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;About 69s for 1 wheel&lt;br /&gt;
;About 49s for 36 wheels&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Seconds = 67&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IfWinExist eGenesis Client&lt;br /&gt;
{&lt;br /&gt;
	WinActivate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vMineNumText, Set Pottery Wheel locations&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Add, Text,,&lt;br /&gt;
	( LTrim&lt;br /&gt;
	Hover and middle-click (Click mouse-wheel) on each pottery wheel, one by one,&lt;br /&gt;
	until you've clicked on all the wheels you want to use. Then click the OK button.&lt;br /&gt;
&lt;br /&gt;
	(Drag this box out of the way if any wheels are hidden)&lt;br /&gt;
&lt;br /&gt;
	Make sure you chat is minimized and that your screen is locked (Alt+L)&lt;br /&gt;
&lt;br /&gt;
	AFTER setting pottery wheel locations, Press OK...&lt;br /&gt;
&lt;br /&gt;
	)&lt;br /&gt;
&lt;br /&gt;
	Gui, Add, Button, default gMineSetLoops, OK&lt;br /&gt;
	Gui, Show, x0 y25&lt;br /&gt;
&lt;br /&gt;
	MineNum = 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	WinGet, GameWinHandle, ID, eGenesis Client&lt;br /&gt;
	loop&lt;br /&gt;
	{&lt;br /&gt;
		WinActivate&lt;br /&gt;
		CoordMode, Mouse, Relative&lt;br /&gt;
		KeyWait, MButton, D&lt;br /&gt;
		KeyWait, MButton&lt;br /&gt;
		MouseGetPos, TestX, TestY, WinHandle&lt;br /&gt;
		if (WinHandle = GameWinHandle)&lt;br /&gt;
		{&lt;br /&gt;
			Gosub, MineRecord&lt;br /&gt;
		}&lt;br /&gt;
		else&lt;br /&gt;
		{&lt;br /&gt;
			Gui, Destroy&lt;br /&gt;
			break&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
	MineRecord:&lt;br /&gt;
	MineNum++&lt;br /&gt;
	MouseGetPos, MineX%MineNum%, MineY%MineNum%&lt;br /&gt;
	GuiControl, Text, MineNumText, %MineNum% pottery wheel captured&lt;br /&gt;
	TotalRacks := MineNum&lt;br /&gt;
	return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	MineSetLoops:&lt;br /&gt;
	Gui, Submit&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	Gui, +AlwaysOnTop +ToolWindow&lt;br /&gt;
	Gui, Font, bold&lt;br /&gt;
	Gui, Add, Text, vMineCycleText, Starting in 2 seconds ..................&lt;br /&gt;
	Gui, Font, norm&lt;br /&gt;
	Gui, Show, x0 y25&lt;br /&gt;
	GuiControl, Text, MineCycleText, Starting in 2 seconds .............&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Delay = 2&lt;br /&gt;
&lt;br /&gt;
	Loop, %Delay%&lt;br /&gt;
	{&lt;br /&gt;
	GuiControl, Text, MineCycleText, Starting in %Delay%s seconds .....&lt;br /&gt;
	Delay --&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SetDefaultMouseSpeed, 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	loop&lt;br /&gt;
	{&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	MineNum = 1&lt;br /&gt;
	MouseGetPos, OldMX, OldMY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	ImageSearch, PopX, PopY, 458, 459, 667, 621, *50 OK.PNG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	if ErrorLevel = 0&lt;br /&gt;
	{&lt;br /&gt;
	Click, %PopX%, %PopY%&lt;br /&gt;
	Sleep 1000&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	;Make Jugs Loop&lt;br /&gt;
	loop, %TotalRacks%&lt;br /&gt;
			{&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			;BlockInput, MouseMove&lt;br /&gt;
			GuiControl, Text, MineCycleText, Making Jugs -  Wheel: %MineNum%/%TotalRacks%&lt;br /&gt;
			MinePosX := MineX%MineNum%&lt;br /&gt;
			MinePosY := MineY%MineNum%&lt;br /&gt;
			MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
			Key = J&lt;br /&gt;
			Sleep 200&lt;br /&gt;
			Send {%Key%}&lt;br /&gt;
			Sleep 300&lt;br /&gt;
			Gosub, SearchPopupBox&lt;br /&gt;
			MineNum++&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			MouseMove, %OldMX%, %OldMY%, 0		&lt;br /&gt;
&lt;br /&gt;
			SecondsCountDown := Seconds&lt;br /&gt;
&lt;br /&gt;
			loop, %Seconds% {&lt;br /&gt;
			GuiControl, Text, MineCycleText, Waiting %SecondsCountdown%s for Jugs to complete &lt;br /&gt;
			SecondsCountdown --&lt;br /&gt;
			sleep 1000&lt;br /&gt;
			}&lt;br /&gt;
	&lt;br /&gt;
			MineNum = 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			&lt;br /&gt;
			;Take Jugs&lt;br /&gt;
&lt;br /&gt;
			loop, %TotalRacks% {&lt;br /&gt;
&lt;br /&gt;
			WinActivate, eGenesis Client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			GuiControl, Text, MineCycleText, Taking Jugs -  Wheel: %MineNum% &lt;br /&gt;
			MinePosX := MineX%MineNum%&lt;br /&gt;
			MinePosY := MineY%MineNum%&lt;br /&gt;
			MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
			Key = T&lt;br /&gt;
			Sleep 200&lt;br /&gt;
			Send {%Key%}&lt;br /&gt;
			Sleep 300&lt;br /&gt;
			Gosub, SearchPopupBox&lt;br /&gt;
			MineNum++&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			GuiControl, Text, MineCycleText, 2s Pause, Hit Ctrl+P to STOP MAKING &lt;br /&gt;
			Sleep 2000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Gui, Destroy&lt;br /&gt;
	Gui, Add, Text,, Middle-click on this window to end the script.&lt;br /&gt;
	Gui, Show&lt;br /&gt;
	return&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SearchPopupBox:&lt;br /&gt;
;This searches for a poup box which I occassionally would get (Pottery wheel busy) and closes it immediately.&lt;br /&gt;
&lt;br /&gt;
ImageSearch, PopX, PopY, 458, 459, 667, 621, *50 OK.PNG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;PixelSearch, Px, Py, %PopX%, %PopY%, %PopX%, %PopY%, 0xECDFBD, 25, Fast|RGB&lt;br /&gt;
&lt;br /&gt;
if ErrorLevel = 0&lt;br /&gt;
{&lt;br /&gt;
Click, %PopX%, %PopY%&lt;br /&gt;
Sleep 1000&lt;br /&gt;
MineNum --&lt;br /&gt;
MouseMove, %MinePosX%, %MinePosY%, 0&lt;br /&gt;
;msgbox, Failed here, # %MinNum%: %MinePosX%, %mINEPosY%&lt;br /&gt;
Sleep 500&lt;br /&gt;
Send {%Key%}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^r::reload&lt;br /&gt;
^p::Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/PotteryWheel&amp;diff=237119</id>
		<title>User:Cegaiel/Macros/PotteryWheel</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/PotteryWheel&amp;diff=237119"/>
		<updated>2012-01-14T11:58:32Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Pottery Wheels (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Pottery Wheels (Autohotkey)==&lt;br /&gt;
*Start script with Ctrl+Alt+W&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*After wheels starts, it will wait (visual timer shows you time remaining) until complete and then [T]ake your Jugs.&lt;br /&gt;
*GUI interface for easy setup and to watch the progress&lt;br /&gt;
*Updated: 4/27/2010 - Tweaked the code a little and it now searches for popup boxes and will close them immediately upon detection.  Occassionally, I would get a &amp;quot;Pottery wheel busy&amp;quot; popup box. Likely due to few micro seconds of lag. This annoying popup box would block the view of the macro to click on the rest of the wheels. So, now it checks after every click for a box and will close it immediately and continue as if nothing happened.&lt;br /&gt;
*Updated: 1/14/2012: No longer requires you to press Ctrl+Alt+W to start the macro. It now launches directly to a GUI. Windows now appear on upper left corner of screen, and dont require you to drag out of the way.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Note:&amp;lt;/b&amp;gt; The popup box location needs to be manually configured.  You want to find the coordinates of your popup boxe OK button. Make sure you get the position of the yellowish part of the OK button, but do not get the position of the black text of the word OK.  Its currently set to 529, 476 which is the correct postion at 1024x768. Other resolutions will need to be manually configured.  Instructions are included in the code. However, the script will still run correctly even if you do not configure it (as long as you get no popup boxes).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel/Code | Get Code!]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237118</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237118"/>
		<updated>2012-01-14T11:55:29Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Pottery Wheels (Unlimited) (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Last Updat: 1/14/2012&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Mining2.zip&amp;diff=237117</id>
		<title>File:Mining2.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Mining2.zip&amp;diff=237117"/>
		<updated>2012-01-09T07:31:22Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: Slower, but more efficient on metals with 9 or higher nodes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Slower, but more efficient on metals with 9 or higher nodes&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237116</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237116"/>
		<updated>2012-01-06T07:05:03Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.  I'm not really supporting my kettle macro anymore, as I use his macro instead now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SandMining&amp;diff=237115</id>
		<title>User:Cegaiel/Macros/SandMining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SandMining&amp;diff=237115"/>
		<updated>2012-01-04T04:03:43Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Sand Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
*Runs each workload in 6 (minimum) to 12 seconds (maximum) - depending on number of sets, for the particular pattern (@150 delay)&lt;br /&gt;
*If you see popup boxes, then you most likely chose the wrong pattern or one of the stones is too far away from you.&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Last Update: 10/28/2010 PM&lt;br /&gt;
**I have aborted the pixel search method of finding the popup button. When working sandmines, on all sand terrain, it would occassionaly think an OK button was there, when it was not (thus causing you to move/run). Regardless of how I adjusted the shades, the results seemed to vary on occassions. Instead I now have included an OK.PNG image file in the zip. Make sure this file is in the same folder as your scripts. Now it will search for the actual word OK, in the popup.  I have adjusted the script so it will find it, regardless of your resolution. You should not need to adjust anything.  Tested at 1024x768, 1280x1024, 1680x1050 so pretty sure it will work on all. Basically this means that on the Sterope Public Sandmine, you should find yourself not moving/walking randomly.&lt;br /&gt;
*Last Update: 10/30/2010 &lt;br /&gt;
**Consolidated both the menus, at beginning into one menu. Also made the GUI windows pinup at the top left corner, automatically, so you dont have to drag it out of way anymore.&lt;br /&gt;
** Second update on 10/30/2010: Replaced Triple pattern with Triple Alternative pattern from [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki]. That results in 1 unbroken stone, instead of 2. Better chance for more gems and huge.&lt;br /&gt;
*Last Update: 10/30/2010&lt;br /&gt;
**Minor update. If you record your ore locations and forget to choose pattern, it will now still remember the locations. So just choose a pattern and try again. Previously, the ore stones coordinates were lost when forgetting to select a pattern, from pulldown menu and running (Start).&lt;br /&gt;
**Added an &amp;quot;Oops&amp;quot; button. This will run the last pattern and ore stone locations. No need to reselect patterns, on pulldown menu or reselect ore stone locations.  Just ignore that it says &amp;quot;0 or 7 ore stones captured&amp;quot; and no need to reselect the pattern (Leaving as &amp;quot;Select one&amp;quot; is just fine, it will use whats listed as &amp;quot;Last Pattern:&amp;quot; on the GUI).  The only time this button would be used, is if you forgot to minimize chat and it sent a bunch of AAASAAASAAAS, etc to the chat bar.  Just go ahead and minimized it, hit the Oops button, and voila!&lt;br /&gt;
*Last Update: 11/02/2010&lt;br /&gt;
**Fixed the &amp;quot;7 color&amp;quot; pattern. Was broken, missing a critical click...  All pattern should work 100%, I hope...&lt;br /&gt;
*Last Update: 11/04/2010&lt;br /&gt;
**Very minor update, not even worth mentioning. Focus goes to the game client after the GUI menu reappears, after mining (instead of focus going to GUI menu). Also updated some notes in the Help button area.&lt;br /&gt;
*Last Update: 11/13/2010&lt;br /&gt;
**Updated the 4 color (3 Pair) pattern. Even though I used the wiki pattern perfectly, it was leaving 3 stones.  It now clicks on the last 3 stones which will break them all. This is now a desireable/perfect pattern (100% all stone breaks). Help button notes has also been updated to reflect this.&lt;br /&gt;
*Last Update: 11/23/2010&lt;br /&gt;
**Very minor update - Updated the notes, in the Help screen, that lets you know this macro disables the mouse while it is running the mine. If you should pause it, in the middle, your mouse will not move. You either need to resume and let it finish OR just Ctrl+R (Reload) the script to re-enable your mouse. Also rearranged triple pair on pull down menu, to be next to 2 pair. Easier to find/more logical, imo.&lt;br /&gt;
*Last Update: 11/25/2010&lt;br /&gt;
**Adjusted the time to show 1/100th of seconds on GUI&lt;br /&gt;
*Last Update: 12/20/2010&lt;br /&gt;
**Went through the code with a fine tooth comb. Found several inefficient pieces of code.&lt;br /&gt;
**The macro will now work your mine 33% faster (without any change to the delay configuration).&lt;br /&gt;
**Improved the popup detection routine. Previously lag may have cause a popup to not be closed correctly. The routine now checks for a popup and closes it, when found. If found, it runs the popup routine over and over until the popup is no longer detected. As soon as it verifies, that it is closed (whether it takes 1 time or multiple tries), it moves on. But not until then.&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
**Added a F2 hotkey, that will abort the current pattern (stop clicking stones). This is idea if you forgot to minimize chat and want to abort the script. You can still click the Oops button after you minimize chat, to repeat the pattern.  The macro is difficult to stop with the Pause (Ctrl+P) and Reload (Ctrl+R) hotkeys, but the holding down F2 will always work.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;&amp;lt;u&amp;gt;IMPORTANT NOTES ABOUT DELAYS&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the top of the macro (view with text editor) or load the macro in ahk, right click the green box (in system tray) and click &amp;quot;Edit this script&amp;quot;. Here you can edit the delay:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;	// START CONFIGURATION AREA&lt;br /&gt;
&lt;br /&gt;
	;Set the speed in microseconds (100 = 1/10th second, 1000 = 1 second, etc)&lt;br /&gt;
	;If you got a slower computer or lag, then try raising it 50 or 100 at a time, ie 200, 250, 300&lt;br /&gt;
&lt;br /&gt;
	;This is the speed that it selects/highlights your ore stones&lt;br /&gt;
	;If you fail to see all the stones getting selected, or getting &amp;quot;Ore Busy&amp;quot; popup messages, etc&lt;br /&gt;
&lt;br /&gt;
		Delay = 150  ;Safe (lag) is 200+, Fast is 100 (fast computer, no lag) - I use 150 personally.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	;If you have problems with it not closing the popup, then try adjusting this number higher.&lt;br /&gt;
&lt;br /&gt;
		PopUpDelay = 250  ;Safe (lag) is 250+, Fast is 150 (fast computer, no lag)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;	// END CONFIGURATION AREA&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The lower the delay, the faster the macro operates (clicking stones). The higher the delay, the slower it runs, making it more lag friendly/slower computer friendly.&lt;br /&gt;
&lt;br /&gt;
The delays are in microseconds (100 = 1/10th second, 1000 = 1 second, etc).&lt;br /&gt;
&lt;br /&gt;
The lowest I recommend trying is 150. If you find it is missing some of the stones, or trying to click an already highlighted stone, or getting pop up errors &amp;quot;Ore stone busy&amp;quot;, then you have it to low and need to increase the number to slow it down.&lt;br /&gt;
&lt;br /&gt;
Lower or raise in 50 increments: 150, 200, 250, 300, etc.  Once you have it operating smoothly, then possibly fine tune it in increments of 25.  But if it ain't broke, dont try to fix it ;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=blue&amp;gt;&amp;lt;B&amp;gt;INSTRUCTIONS:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before you work the mine, a pulldown menu will ask what the pattern is, choices are:&lt;br /&gt;
*7 Color&lt;br /&gt;
*6 Color (1 Pair)&lt;br /&gt;
*5 Color (2 Pairs)&lt;br /&gt;
*5 Color (Triple)&lt;br /&gt;
*4 Color (3 Pairs)&lt;br /&gt;
*4 Color (Triple + Pair)&lt;br /&gt;
*4 Color (Quadruple)&lt;br /&gt;
*3 Color (Triple + 2 Pairs)&lt;br /&gt;
*3 Color (Quad + Pair)&lt;br /&gt;
*3 Color (Quintuple)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explanation of each pattern is located in the [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining Sandmining Guide].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the correct set of stones you see, then click Next. Then middle click all the stones&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=maroon&amp;gt;&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; Make sure you select (middle click) all of the stones with the highest amount of same colors first.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
Triple + Pair. You would middle click the triple colors first, then the pair, then all remaining single colors&lt;br /&gt;
&lt;br /&gt;
Triple + 2 Pair. You click the triple colors first, then first pair, then the 2nd pair next, then the single colors.&lt;br /&gt;
&lt;br /&gt;
Quadruple + 1 Pair. You would select the 4 stones with the same color first, then the pair next, then the single colors.&lt;br /&gt;
&lt;br /&gt;
2 Pairs. You would first click the first pair, then the second pair, then the single colors.&lt;br /&gt;
&lt;br /&gt;
1 Pair. You would first click the pair, then all the single colors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If all goes well, then it should break all the stones possibly, for that pattern. Click the Help button to see what patterns should break all stones and which should have 1 or more stones remaining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=maroon&amp;gt;&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; You should NOT get any pop up messages saying &amp;quot;That workload has no value.&amp;quot; If you do, then you likely chose the wrong pattern.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So you ready to give it a try?  Just remember, wiki says that the gem locations are in these regions, so make sure you are sandming in the correct region.  There is usually a public sandmine next to the CS in each region.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Alcyone - Topaz&lt;br /&gt;
*Celeano - Emerald&lt;br /&gt;
*Maia - Ruby&lt;br /&gt;
*Merope - Sapphire&lt;br /&gt;
*Sterope - Quartz&lt;br /&gt;
*Taygete - Opal&lt;br /&gt;
*Sinai - Diamond&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;FONT COLOR=blue&amp;gt;&amp;lt;b&amp;gt;VIDEO:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=eo-4hbLLcBY Youtube Video] of the macro in action.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=blue&amp;gt;&amp;lt;B&amp;gt;DOWNLOAD:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you check back here often (daily or couple time a week) for updates.  After releasing a new macro, I tweak it, find newer/better solutions, etc, etc and update very frequently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/e/e2/Sandmines.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/sandmines.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Sandmines.zip Verify] the last upload date (Current). Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237114</id>
		<title>User:Cegaiel/Macros/Mining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237114"/>
		<updated>2012-01-04T04:02:31Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Ore Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
This macro is idea for the color blind, people with bad eye sight, the lazy, or the drunks :)  &lt;br /&gt;
Doing easy mines, with low stone counts, such as iron or copper is tolerable (60-90 seconds per pull)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For Silver Mines, beware. Unlike the easier ores, silver is NOT guaranteed to have any valid combinations, with this brute force method. So you might work a pull, all the way to the end and not get any silver. On top of that, this is a very long process to work all possible 4 stone combinations, on 10 stones (about 500 seconds or 8.3 minutes)&lt;br /&gt;
&lt;br /&gt;
My macro is pretty good/fast/easy for copper and iron, but for more difficult ores (such as silver, etc), You do &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; want to use this macro. My macro is brute force, meaning it tries every possible combination, not efficient for silver, etc.  [http://www.atitd.org/wiki/tale5/User:Docsaintly/StoneCrusher Docsaintly's Stone Crusher] on Tale 5, has a better method. Takes a little effort to learn it and input information, but once you figure it out, it will only gives you the correct combinations. This is very efficient, I love it :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://sharpnetwork.net/atitd/macros/docsaintly-mining/ Silver Mining Tutorial], which when used in conjuction with Docsaintly's Stone Crusher, is great for silver. After viewing this tutorial, it should be easier for you to mine other difficult ores, too. But you should be a pro at silver in no time, after viewing the tutorial. Each ore has different attributes, so view the Wiki's [[Mining Guide]] page for the correct attributes you are looking for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Added:&amp;lt;/b&amp;gt; 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 62s per cycle (Sand Stone). This is now efficient.&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)  - Bug has been corrected from an earlier release on the same day.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you find that, at the beginning of the macro, that it is only clicking/highlighting 2 instead of 3 mines, then make sure you are not standing too far away.  Any mine that produces the &amp;quot;Too far away&amp;quot; message, when you click on it, will not get highlighted while the macro runs.  So if you find any ore stones, farther away than normal, then click it manually to make sure the &amp;quot;Too far away&amp;quot; message is not appearing. If it does, then move your avatar slightly to compensate (so that all stones are within range).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically the macro will try to work every ore stone, in 3 stone combinations. &lt;br /&gt;
Since the macro counts how many ore stones you set, it will run and adjust the patterns, according to the number of ore stones.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically here is the way it runs:&lt;br /&gt;
&lt;br /&gt;
Combinations of a 7 stone (iron) mine would be:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
123 (Hightlight Stone Number 1, 2, 3 (A key) then S key to Finalize)&amp;lt;BR&amp;gt;&lt;br /&gt;
124&amp;lt;BR&amp;gt;&lt;br /&gt;
125&amp;lt;BR&amp;gt;&lt;br /&gt;
126&amp;lt;BR&amp;gt;&lt;br /&gt;
127&amp;lt;BR&amp;gt;&lt;br /&gt;
134&amp;lt;BR&amp;gt;&lt;br /&gt;
135&amp;lt;BR&amp;gt;&lt;br /&gt;
136&amp;lt;BR&amp;gt;&lt;br /&gt;
137&amp;lt;BR&amp;gt;&lt;br /&gt;
145&amp;lt;BR&amp;gt;&lt;br /&gt;
146&amp;lt;BR&amp;gt;&lt;br /&gt;
147&amp;lt;BR&amp;gt;&lt;br /&gt;
156&amp;lt;BR&amp;gt;&lt;br /&gt;
157&amp;lt;BR&amp;gt;&lt;br /&gt;
167&amp;lt;BR&amp;gt;&lt;br /&gt;
234&amp;lt;BR&amp;gt;&lt;br /&gt;
235&amp;lt;BR&amp;gt;&lt;br /&gt;
236&amp;lt;BR&amp;gt;&lt;br /&gt;
237&amp;lt;BR&amp;gt;&lt;br /&gt;
245&amp;lt;BR&amp;gt;&lt;br /&gt;
246&amp;lt;BR&amp;gt;&lt;br /&gt;
247&amp;lt;BR&amp;gt;&lt;br /&gt;
256&amp;lt;BR&amp;gt;&lt;br /&gt;
257&amp;lt;BR&amp;gt;&lt;br /&gt;
267&amp;lt;BR&amp;gt;&lt;br /&gt;
345&amp;lt;BR&amp;gt;&lt;br /&gt;
346&amp;lt;BR&amp;gt;&lt;br /&gt;
347&amp;lt;BR&amp;gt;&lt;br /&gt;
356&amp;lt;BR&amp;gt;&lt;br /&gt;
357&amp;lt;BR&amp;gt;&lt;br /&gt;
367&amp;lt;BR&amp;gt;&lt;br /&gt;
456&amp;lt;BR&amp;gt;&lt;br /&gt;
457&amp;lt;BR&amp;gt;&lt;br /&gt;
467&amp;lt;BR&amp;gt;&lt;br /&gt;
567&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; During this process, the macro can not detect when mines crumble. So you may see it trying to highlight mines that do not exist. This is OK, it will not cause any harm.  The macro sends the A and S hotkeys, which wont do anything, if the mine has already crumbled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/f/f1/Mining.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/mining.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Mining.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237113</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237113"/>
		<updated>2012-01-04T04:01:38Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Ore Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
*Last Update: 1/3/2012 - New improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237112</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237112"/>
		<updated>2012-01-04T04:00:28Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Sand Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 1/3/2012 - Improved popup detection and closing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237111</id>
		<title>File:Mining.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237111"/>
		<updated>2012-01-04T03:58:51Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Mining.zip&amp;quot;: Another adjustment to popup delay routine.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237110</id>
		<title>File:Sandmines.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237110"/>
		<updated>2012-01-04T03:58:11Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Sandmines.zip&amp;quot;: Another adjustment on the popup routine.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237109</id>
		<title>File:Mining.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237109"/>
		<updated>2011-12-30T09:53:43Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Mining.zip&amp;quot;: Tweaked the Popup Delay routine. Should now operate even more quickly, while still have a descrease in popup box checking error (or random walking).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237108</id>
		<title>File:Sandmines.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237108"/>
		<updated>2011-12-30T09:53:05Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Sandmines.zip&amp;quot;: Tweaked the Popup Delay routine. Also removed many unnecessary delays during the PatternSet sub, popup delay is now added after the ;Finalize (Send S hotkey) action.  Should now operate even more quickl&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237107</id>
		<title>File:Mining.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237107"/>
		<updated>2011-12-30T07:46:18Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Mining.zip&amp;quot;: Minor update - Shows 'Hold F2 to abort stone clicking' on the status screen. It could already do this, but most were not aware.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237106</id>
		<title>User:Cegaiel/Macros/Mining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237106"/>
		<updated>2011-12-30T07:44:13Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Ore Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
This macro is idea for the color blind, people with bad eye sight, the lazy, or the drunks :)  &lt;br /&gt;
Doing easy mines, with low stone counts, such as iron or copper is tolerable (60-90 seconds per pull)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For Silver Mines, beware. Unlike the easier ores, silver is NOT guaranteed to have any valid combinations, with this brute force method. So you might work a pull, all the way to the end and not get any silver. On top of that, this is a very long process to work all possible 4 stone combinations, on 10 stones (about 500 seconds or 8.3 minutes)&lt;br /&gt;
&lt;br /&gt;
My macro is pretty good/fast/easy for copper and iron, but for more difficult ores (such as silver, etc), You do &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; want to use this macro. My macro is brute force, meaning it tries every possible combination, not efficient for silver, etc.  [http://www.atitd.org/wiki/tale5/User:Docsaintly/StoneCrusher Docsaintly's Stone Crusher] on Tale 5, has a better method. Takes a little effort to learn it and input information, but once you figure it out, it will only gives you the correct combinations. This is very efficient, I love it :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://sharpnetwork.net/atitd/macros/docsaintly-mining/ Silver Mining Tutorial], which when used in conjuction with Docsaintly's Stone Crusher, is great for silver. After viewing this tutorial, it should be easier for you to mine other difficult ores, too. But you should be a pro at silver in no time, after viewing the tutorial. Each ore has different attributes, so view the Wiki's [[Mining Guide]] page for the correct attributes you are looking for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
*Takes 503 seconds to do all 10 ore stone (4 stone combos) (Silver Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Added:&amp;lt;/b&amp;gt; 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 62s per cycle (Sand Stone). This is now efficient.&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)  - Bug has been corrected from an earlier release on the same day.&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
*&amp;lt;b&amp;gt;Last Update:&amp;lt;/b&amp;gt; 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you find that, at the beginning of the macro, that it is only clicking/highlighting 2 instead of 3 mines, then make sure you are not standing too far away.  Any mine that produces the &amp;quot;Too far away&amp;quot; message, when you click on it, will not get highlighted while the macro runs.  So if you find any ore stones, farther away than normal, then click it manually to make sure the &amp;quot;Too far away&amp;quot; message is not appearing. If it does, then move your avatar slightly to compensate (so that all stones are within range).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically the macro will try to work every ore stone, in 3 stone combinations. &lt;br /&gt;
Since the macro counts how many ore stones you set, it will run and adjust the patterns, according to the number of ore stones.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically here is the way it runs:&lt;br /&gt;
&lt;br /&gt;
Combinations of a 7 stone (iron) mine would be:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
123 (Hightlight Stone Number 1, 2, 3 (A key) then S key to Finalize)&amp;lt;BR&amp;gt;&lt;br /&gt;
124&amp;lt;BR&amp;gt;&lt;br /&gt;
125&amp;lt;BR&amp;gt;&lt;br /&gt;
126&amp;lt;BR&amp;gt;&lt;br /&gt;
127&amp;lt;BR&amp;gt;&lt;br /&gt;
134&amp;lt;BR&amp;gt;&lt;br /&gt;
135&amp;lt;BR&amp;gt;&lt;br /&gt;
136&amp;lt;BR&amp;gt;&lt;br /&gt;
137&amp;lt;BR&amp;gt;&lt;br /&gt;
145&amp;lt;BR&amp;gt;&lt;br /&gt;
146&amp;lt;BR&amp;gt;&lt;br /&gt;
147&amp;lt;BR&amp;gt;&lt;br /&gt;
156&amp;lt;BR&amp;gt;&lt;br /&gt;
157&amp;lt;BR&amp;gt;&lt;br /&gt;
167&amp;lt;BR&amp;gt;&lt;br /&gt;
234&amp;lt;BR&amp;gt;&lt;br /&gt;
235&amp;lt;BR&amp;gt;&lt;br /&gt;
236&amp;lt;BR&amp;gt;&lt;br /&gt;
237&amp;lt;BR&amp;gt;&lt;br /&gt;
245&amp;lt;BR&amp;gt;&lt;br /&gt;
246&amp;lt;BR&amp;gt;&lt;br /&gt;
247&amp;lt;BR&amp;gt;&lt;br /&gt;
256&amp;lt;BR&amp;gt;&lt;br /&gt;
257&amp;lt;BR&amp;gt;&lt;br /&gt;
267&amp;lt;BR&amp;gt;&lt;br /&gt;
345&amp;lt;BR&amp;gt;&lt;br /&gt;
346&amp;lt;BR&amp;gt;&lt;br /&gt;
347&amp;lt;BR&amp;gt;&lt;br /&gt;
356&amp;lt;BR&amp;gt;&lt;br /&gt;
357&amp;lt;BR&amp;gt;&lt;br /&gt;
367&amp;lt;BR&amp;gt;&lt;br /&gt;
456&amp;lt;BR&amp;gt;&lt;br /&gt;
457&amp;lt;BR&amp;gt;&lt;br /&gt;
467&amp;lt;BR&amp;gt;&lt;br /&gt;
567&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; During this process, the macro can not detect when mines crumble. So you may see it trying to highlight mines that do not exist. This is OK, it will not cause any harm.  The macro sends the A and S hotkeys, which wont do anything, if the mine has already crumbled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/f/f1/Mining.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/mining.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Mining.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237105</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237105"/>
		<updated>2011-12-30T07:42:41Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Mining (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ore Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
*Last Update: 12/30/2011 - Minor update. Added a reminder in the status window to 'Hold F2 key to abort clicking' on the nodes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237104</id>
		<title>File:Skillstimer.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237104"/>
		<updated>2011-12-28T11:09:53Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Skillstimer.zip&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237103</id>
		<title>File:Skillstimer.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237103"/>
		<updated>2011-12-28T10:36:58Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Skillstimer.zip&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237102</id>
		<title>File:Skillstimer.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237102"/>
		<updated>2011-12-28T10:14:40Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Skillstimer.zip&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SkillsTimer&amp;diff=237101</id>
		<title>User:Cegaiel/Macros/SkillsTimer</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SkillsTimer&amp;diff=237101"/>
		<updated>2011-12-28T09:59:36Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Digging and Skills Timer==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Sand Mines, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 2/23/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*It now will ask you to enter the amount of clicks. Leave blank for Unlimited clicks (but you will need to stop manually, as in the first version). This is idea if you know how many clicks you need to complete your task (ie you have 600 twine, which requires 10 clicks to convert into 10 canvas on your loom).&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/05/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Speeded up the mouse movements.&lt;br /&gt;
*It will now also ask, during setup menu, if you have grilled food. If you answer yes, then it will also ask you to set the Eat grilled food click position (pin this menu up). Once the script starts, it will first eat a grilled food and then eat a grilled food every 10 Teppy mins (11:00 real time).&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/06/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*New GUI/Status bar - showing the Click # (idea to keep track of pulls on Sand Mines)&lt;br /&gt;
*In addition, if you choose the option to eat grilled foods, it will visually countdown (in seconds) until the next time you will automatically eat.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/11/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a F2 hotkey: While the script is running hold the F2 key down for a second or two.&lt;br /&gt;
:It will pause the script and reset the click # to zero. While paused you still can see the last click number (in case you need it).  Hit Ctrl+P to unpause/resume the script and it will begin at 0 clicks again. It will still remember your recorded click positions, so you will not need to set those again.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;B&amp;gt;Idea where this comes handy:&amp;lt;/b&amp;gt; When building/tearing down sand mines until you get the good drop rate (ie 6-8 pulls to 1 gem ratio). Heres how I do it. First, pin your sand mine position in the upper left or right corner. This way, your Work Mine click position will be in the same spot everytime you pin up the new sand mine menu. Set click positions and skill timer position as normal. Let it run about 100 clicks and do a sample. Now hit the F2 hotkey to pause the script and reset the counter. Divide number of sand in the sand mine by the total number of gems. If its a bad rate (10 or higher) then tear it down and rebuild a new one. Pinup the new sand mine menu in upper right or left corner (previous click/skill position is still remembered, no need to set those again). Now hit Ctrl+P to resume/restart the script. It will begin again, starting counting from zero. Do another sample.  So by using the F2 hotkey, you saved a few steps of having to set the click positions again.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/24/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added routine to check for ingame popup boxes (errors).&lt;br /&gt;
**Anytime a popup box is detected, script will pause/halt and a windows error sound will be made. Just figure out what caused the popup and resume the script where it left of at (Ctrl+P). The current click# and recorded positions will still remain intact.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 6/20/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Tweaked some of the code to run more smoothly.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/04/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Updated to search for the included file, ok.png. Popup box detection now searches for the word OK, so this will stop false popup alerts on sand terrains.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/06/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Bored, wanted to update my old favorite macro, 'Old Betsy' , with some bells and whistles. Also update some logic/efficiency.&lt;br /&gt;
**New hotkeys Numpad - or + to subtract/add click numbers off GUI menu. F1 to force eat/reset eat timer.&lt;br /&gt;
**Eat Timer is now shown in minutes and seconds (instead of seconds only)&lt;br /&gt;
**Updated GUI to show more information, stats, help tips&lt;br /&gt;
**Food timer is now 10:50 real time, instead of 11:00. Better early than late. Found that most food now expires at 10:50 real time.&lt;br /&gt;
*Now detects popup boxes using the included OK.PNG file instead of pixel color searching. Stops false alarms when using on all sand terrain.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/15/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a new line in GUI. Now shows seconds since last click &amp;quot;Last Click: #s ago&amp;quot;&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/19/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a new line in GUI. If you do not select unlimited clicks, then it will now show the estimated time to completion. It only updates once per click. It multiples the 'Clicks remaining' times how many seconds ago, the 'Last Click' occured. So don't expect absolute accuracy. The first 1-3 clicks are faster than normal, until YOUR skills timer catches up. So beginning on the 4th click, is when it should be fairly accurate.&lt;br /&gt;
&amp;lt;b&amp;gt;Updated: 12/29/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Now blocks mouse input (manual clicking and moving) for 1/2 second prior to and after a macro click.  I found this to be helpful in the situation of doing a dig (digging and collecting the stones at same time).  Sometimes when clicking on a stone, it would click the &amp;quot;Dig Hole Deeper&amp;quot; pinup at exact same moment. This caused it to double click, thus causing a popup (You're too tired...) and causing the script to pause.  I feel its better to misclick a stone, than the 'dig deeper' option.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/11/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Commented out the mouse block area (you can uncomment to enable again). Sometimes I like to pause the script for various reasons and many times the mouse was still disabled, frustrating if I wanted to click something else manually.  Also added a slight delay during click times. The ETA timer was showing 0 the entire time when using high quality food (clicking too fast to register the times correctly.&lt;br /&gt;
&amp;lt;b&amp;gt;Updated: 12/28/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a new line in the status window. It now show the elapsed time that has passed, since you started the macro. In case you curious how long you been sitting at the limestone pit :P&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Instructions:&amp;lt;/b&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
*Upon starting the script, it will ask you to enter the amount of clicks (leave blank for unlimited) and if you are eating grilled foods.&lt;br /&gt;
:Note it will eat food when the script begins (so dont eat manually first). Then it will eat every 10 Teppy Mins (11:00 real time)&lt;br /&gt;
*It will then ask you to hover a black letter (ie a black letter in the word Endurance, in skills tab).  A tooltip will display while you are moving mouse around and confirm when you are hovering a black letter.  Then press F2 to set this position.&lt;br /&gt;
*Next it will tell you to hover, where you want it to click (Pinup menu or an icon), and press F2 again to set.&lt;br /&gt;
**If you chose the Grilled Food option, then it will then ask you to set the click position of your Consume pinup menu. Hover and hit F2 to set that location.&lt;br /&gt;
*At anytime the script is running hold the F2 key a second and it will reset the click number to zero (but will still remember the previously set skill timer monitor location and the click position.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It will now go to work by monitoring the black letters in skills tab. When it is black (no longer tired) it will click. While it is red (tired), it will not click and continue monitoring until the letters turn black for another click, repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/4/4a/Skillstimer.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/skillstimer.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Skillstimer.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237100</id>
		<title>File:Skillstimer.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Skillstimer.zip&amp;diff=237100"/>
		<updated>2011-12-28T09:58:38Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Skillstimer.zip&amp;quot;: Added a new line in the status bar, shows elapsed time since macro started. In case you wondering how long been working.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SkillsTimer&amp;diff=237099</id>
		<title>User:Cegaiel/Macros/SkillsTimer</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SkillsTimer&amp;diff=237099"/>
		<updated>2011-12-28T09:56:02Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Digging and Skills Timer==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Sand Mines, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 2/23/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*It now will ask you to enter the amount of clicks. Leave blank for Unlimited clicks (but you will need to stop manually, as in the first version). This is idea if you know how many clicks you need to complete your task (ie you have 600 twine, which requires 10 clicks to convert into 10 canvas on your loom).&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/05/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Speeded up the mouse movements.&lt;br /&gt;
*It will now also ask, during setup menu, if you have grilled food. If you answer yes, then it will also ask you to set the Eat grilled food click position (pin this menu up). Once the script starts, it will first eat a grilled food and then eat a grilled food every 10 Teppy mins (11:00 real time).&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/06/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*New GUI/Status bar - showing the Click # (idea to keep track of pulls on Sand Mines)&lt;br /&gt;
*In addition, if you choose the option to eat grilled foods, it will visually countdown (in seconds) until the next time you will automatically eat.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/11/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a F2 hotkey: While the script is running hold the F2 key down for a second or two.&lt;br /&gt;
:It will pause the script and reset the click # to zero. While paused you still can see the last click number (in case you need it).  Hit Ctrl+P to unpause/resume the script and it will begin at 0 clicks again. It will still remember your recorded click positions, so you will not need to set those again.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;B&amp;gt;Idea where this comes handy:&amp;lt;/b&amp;gt; When building/tearing down sand mines until you get the good drop rate (ie 6-8 pulls to 1 gem ratio). Heres how I do it. First, pin your sand mine position in the upper left or right corner. This way, your Work Mine click position will be in the same spot everytime you pin up the new sand mine menu. Set click positions and skill timer position as normal. Let it run about 100 clicks and do a sample. Now hit the F2 hotkey to pause the script and reset the counter. Divide number of sand in the sand mine by the total number of gems. If its a bad rate (10 or higher) then tear it down and rebuild a new one. Pinup the new sand mine menu in upper right or left corner (previous click/skill position is still remembered, no need to set those again). Now hit Ctrl+P to resume/restart the script. It will begin again, starting counting from zero. Do another sample.  So by using the F2 hotkey, you saved a few steps of having to set the click positions again.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/24/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added routine to check for ingame popup boxes (errors).&lt;br /&gt;
**Anytime a popup box is detected, script will pause/halt and a windows error sound will be made. Just figure out what caused the popup and resume the script where it left of at (Ctrl+P). The current click# and recorded positions will still remain intact.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 6/20/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Tweaked some of the code to run more smoothly.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/04/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Updated to search for the included file, ok.png. Popup box detection now searches for the word OK, so this will stop false popup alerts on sand terrains.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/06/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Bored, wanted to update my old favorite macro, 'Old Betsy' , with some bells and whistles. Also update some logic/efficiency.&lt;br /&gt;
**New hotkeys Numpad - or + to subtract/add click numbers off GUI menu. F1 to force eat/reset eat timer.&lt;br /&gt;
**Eat Timer is now shown in minutes and seconds (instead of seconds only)&lt;br /&gt;
**Updated GUI to show more information, stats, help tips&lt;br /&gt;
**Food timer is now 10:50 real time, instead of 11:00. Better early than late. Found that most food now expires at 10:50 real time.&lt;br /&gt;
*Now detects popup boxes using the included OK.PNG file instead of pixel color searching. Stops false alarms when using on all sand terrain.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/15/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a new line in GUI. Now shows seconds since last click &amp;quot;Last Click: #s ago&amp;quot;&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 12/19/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a new line in GUI. If you do not select unlimited clicks, then it will now show the estimated time to completion. It only updates once per click. It multiples the 'Clicks remaining' times how many seconds ago, the 'Last Click' occured. So don't expect absolute accuracy. The first 1-3 clicks are faster than normal, until YOUR skills timer catches up. So beginning on the 4th click, is when it should be fairly accurate.&lt;br /&gt;
&amp;lt;b&amp;gt;Updated: 12/29/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Now blocks mouse input (manual clicking and moving) for 1/2 second prior to and after a macro click.  I found this to be helpful in the situation of doing a dig (digging and collecting the stones at same time).  Sometimes when clicking on a stone, it would click the &amp;quot;Dig Hole Deeper&amp;quot; pinup at exact same moment. This caused it to double click, thus causing a popup (You're too tired...) and causing the script to pause.  I feel its better to misclick a stone, than the 'dig deeper' option.&lt;br /&gt;
&amp;lt;B&amp;gt;Updated: 3/11/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Commented out the mouse block area (you can uncomment to enable again). Sometimes I like to pause the script for various reasons and many times the mouse was still disabled, frustrating if I wanted to click something else manually.  Also added a slight delay during click times. The ETA timer was showing 0 the entire time when using high quality food (clicking too fast to register the times correctly.&lt;br /&gt;
&amp;lt;b&amp;gt;Updated: 12/28/2010&amp;lt;/b&amp;gt;&lt;br /&gt;
*Added a new line in the status window. It now show the elapsed time that has passed, since you started the macro. In case you curious how long you been sitting at the limestone pit :P&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Instructions:&amp;lt;/b&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
*Upon starting the script, it will ask you to enter the amount of clicks (leave blank for unlimited) and if you are eating grilled foods.&lt;br /&gt;
:Note it will eat food when the script begins (so dont eat manually first). Then it will eat every 10 Teppy Mins (11:00 real time)&lt;br /&gt;
*It will then ask you to hover a black letter (ie a black letter in the word Endurance, in skills tab).  A tooltip will display while you are moving mouse around and confirm when you are hovering a black letter.  Then press F2 to set this position.&lt;br /&gt;
*Next it will tell you to hover, where you want it to click (Pinup menu or an icon), and press F2 again to set.&lt;br /&gt;
**If you chose the Grilled Food option, then it will then ask you to set the click position of your Consume pinup menu. Hover and hit F2 to set that location.&lt;br /&gt;
*At anytime the script is running hold the F2 key a second and it will reset the click number to zero (but will still remember the previously set skill timer monitor location and the click position.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It will now go to work by monitoring the black letters in skills tab. When it is black (no longer tired) it will click. While it is red (tired), it will not click and continue monitoring until the letters turn black for another click, repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/4/4a/Skillstimer.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/skillstimer.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Skillstimer.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237098</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237098"/>
		<updated>2011-12-28T09:54:54Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 12/28/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237097</id>
		<title>File:Mining.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Mining.zip&amp;diff=237097"/>
		<updated>2011-12-27T05:22:47Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Mining.zip&amp;quot;: New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237096</id>
		<title>File:Sandmines.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237096"/>
		<updated>2011-12-27T05:21:27Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Sandmines.zip&amp;quot;: New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SandMining&amp;diff=237095</id>
		<title>User:Cegaiel/Macros/SandMining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/SandMining&amp;diff=237095"/>
		<updated>2011-12-27T05:20:42Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Sand Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
*Runs each workload in 6 (minimum) to 12 seconds (maximum) - depending on number of sets, for the particular pattern (@150 delay)&lt;br /&gt;
*If you see popup boxes, then you most likely chose the wrong pattern or one of the stones is too far away from you.&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Last Update: 10/28/2010 PM&lt;br /&gt;
**I have aborted the pixel search method of finding the popup button. When working sandmines, on all sand terrain, it would occassionaly think an OK button was there, when it was not (thus causing you to move/run). Regardless of how I adjusted the shades, the results seemed to vary on occassions. Instead I now have included an OK.PNG image file in the zip. Make sure this file is in the same folder as your scripts. Now it will search for the actual word OK, in the popup.  I have adjusted the script so it will find it, regardless of your resolution. You should not need to adjust anything.  Tested at 1024x768, 1280x1024, 1680x1050 so pretty sure it will work on all. Basically this means that on the Sterope Public Sandmine, you should find yourself not moving/walking randomly.&lt;br /&gt;
*Last Update: 10/30/2010 &lt;br /&gt;
**Consolidated both the menus, at beginning into one menu. Also made the GUI windows pinup at the top left corner, automatically, so you dont have to drag it out of way anymore.&lt;br /&gt;
** Second update on 10/30/2010: Replaced Triple pattern with Triple Alternative pattern from [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki]. That results in 1 unbroken stone, instead of 2. Better chance for more gems and huge.&lt;br /&gt;
*Last Update: 10/30/2010&lt;br /&gt;
**Minor update. If you record your ore locations and forget to choose pattern, it will now still remember the locations. So just choose a pattern and try again. Previously, the ore stones coordinates were lost when forgetting to select a pattern, from pulldown menu and running (Start).&lt;br /&gt;
**Added an &amp;quot;Oops&amp;quot; button. This will run the last pattern and ore stone locations. No need to reselect patterns, on pulldown menu or reselect ore stone locations.  Just ignore that it says &amp;quot;0 or 7 ore stones captured&amp;quot; and no need to reselect the pattern (Leaving as &amp;quot;Select one&amp;quot; is just fine, it will use whats listed as &amp;quot;Last Pattern:&amp;quot; on the GUI).  The only time this button would be used, is if you forgot to minimize chat and it sent a bunch of AAASAAASAAAS, etc to the chat bar.  Just go ahead and minimized it, hit the Oops button, and voila!&lt;br /&gt;
*Last Update: 11/02/2010&lt;br /&gt;
**Fixed the &amp;quot;7 color&amp;quot; pattern. Was broken, missing a critical click...  All pattern should work 100%, I hope...&lt;br /&gt;
*Last Update: 11/04/2010&lt;br /&gt;
**Very minor update, not even worth mentioning. Focus goes to the game client after the GUI menu reappears, after mining (instead of focus going to GUI menu). Also updated some notes in the Help button area.&lt;br /&gt;
*Last Update: 11/13/2010&lt;br /&gt;
**Updated the 4 color (3 Pair) pattern. Even though I used the wiki pattern perfectly, it was leaving 3 stones.  It now clicks on the last 3 stones which will break them all. This is now a desireable/perfect pattern (100% all stone breaks). Help button notes has also been updated to reflect this.&lt;br /&gt;
*Last Update: 11/23/2010&lt;br /&gt;
**Very minor update - Updated the notes, in the Help screen, that lets you know this macro disables the mouse while it is running the mine. If you should pause it, in the middle, your mouse will not move. You either need to resume and let it finish OR just Ctrl+R (Reload) the script to re-enable your mouse. Also rearranged triple pair on pull down menu, to be next to 2 pair. Easier to find/more logical, imo.&lt;br /&gt;
*Last Update: 11/25/2010&lt;br /&gt;
**Adjusted the time to show 1/100th of seconds on GUI&lt;br /&gt;
*Last Update: 12/20/2010&lt;br /&gt;
**Went through the code with a fine tooth comb. Found several inefficient pieces of code.&lt;br /&gt;
**The macro will now work your mine 33% faster (without any change to the delay configuration).&lt;br /&gt;
**Improved the popup detection routine. Previously lag may have cause a popup to not be closed correctly. The routine now checks for a popup and closes it, when found. If found, it runs the popup routine over and over until the popup is no longer detected. As soon as it verifies, that it is closed (whether it takes 1 time or multiple tries), it moves on. But not until then.&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
**Added a F2 hotkey, that will abort the current pattern (stop clicking stones). This is idea if you forgot to minimize chat and want to abort the script. You can still click the Oops button after you minimize chat, to repeat the pattern.  The macro is difficult to stop with the Pause (Ctrl+P) and Reload (Ctrl+R) hotkeys, but the holding down F2 will always work.&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;&amp;lt;u&amp;gt;IMPORTANT NOTES ABOUT DELAYS&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the top of the macro (view with text editor) or load the macro in ahk, right click the green box (in system tray) and click &amp;quot;Edit this script&amp;quot;. Here you can edit the delay:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;	// START CONFIGURATION AREA&lt;br /&gt;
&lt;br /&gt;
	;Set the speed in microseconds (100 = 1/10th second, 1000 = 1 second, etc)&lt;br /&gt;
	;If you got a slower computer or lag, then try raising it 50 or 100 at a time, ie 200, 250, 300&lt;br /&gt;
&lt;br /&gt;
	;This is the speed that it selects/highlights your ore stones&lt;br /&gt;
	;If you fail to see all the stones getting selected, or getting &amp;quot;Ore Busy&amp;quot; popup messages, etc&lt;br /&gt;
&lt;br /&gt;
		Delay = 150  ;Safe (lag) is 200+, Fast is 100 (fast computer, no lag) - I use 150 personally.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	;If you have problems with it not closing the popup, then try adjusting this number higher.&lt;br /&gt;
&lt;br /&gt;
		PopUpDelay = 250  ;Safe (lag) is 250+, Fast is 150 (fast computer, no lag)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;	// END CONFIGURATION AREA&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The lower the delay, the faster the macro operates (clicking stones). The higher the delay, the slower it runs, making it more lag friendly/slower computer friendly.&lt;br /&gt;
&lt;br /&gt;
The delays are in microseconds (100 = 1/10th second, 1000 = 1 second, etc).&lt;br /&gt;
&lt;br /&gt;
The lowest I recommend trying is 150. If you find it is missing some of the stones, or trying to click an already highlighted stone, or getting pop up errors &amp;quot;Ore stone busy&amp;quot;, then you have it to low and need to increase the number to slow it down.&lt;br /&gt;
&lt;br /&gt;
Lower or raise in 50 increments: 150, 200, 250, 300, etc.  Once you have it operating smoothly, then possibly fine tune it in increments of 25.  But if it ain't broke, dont try to fix it ;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=blue&amp;gt;&amp;lt;B&amp;gt;INSTRUCTIONS:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before you work the mine, a pulldown menu will ask what the pattern is, choices are:&lt;br /&gt;
*7 Color&lt;br /&gt;
*6 Color (1 Pair)&lt;br /&gt;
*5 Color (2 Pairs)&lt;br /&gt;
*5 Color (Triple)&lt;br /&gt;
*4 Color (3 Pairs)&lt;br /&gt;
*4 Color (Triple + Pair)&lt;br /&gt;
*4 Color (Quadruple)&lt;br /&gt;
*3 Color (Triple + 2 Pairs)&lt;br /&gt;
*3 Color (Quad + Pair)&lt;br /&gt;
*3 Color (Quintuple)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explanation of each pattern is located in the [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining Sandmining Guide].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the correct set of stones you see, then click Next. Then middle click all the stones&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=maroon&amp;gt;&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; Make sure you select (middle click) all of the stones with the highest amount of same colors first.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
Triple + Pair. You would middle click the triple colors first, then the pair, then all remaining single colors&lt;br /&gt;
&lt;br /&gt;
Triple + 2 Pair. You click the triple colors first, then first pair, then the 2nd pair next, then the single colors.&lt;br /&gt;
&lt;br /&gt;
Quadruple + 1 Pair. You would select the 4 stones with the same color first, then the pair next, then the single colors.&lt;br /&gt;
&lt;br /&gt;
2 Pairs. You would first click the first pair, then the second pair, then the single colors.&lt;br /&gt;
&lt;br /&gt;
1 Pair. You would first click the pair, then all the single colors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If all goes well, then it should break all the stones possibly, for that pattern. Click the Help button to see what patterns should break all stones and which should have 1 or more stones remaining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=maroon&amp;gt;&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; You should NOT get any pop up messages saying &amp;quot;That workload has no value.&amp;quot; If you do, then you likely chose the wrong pattern.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So you ready to give it a try?  Just remember, wiki says that the gem locations are in these regions, so make sure you are sandming in the correct region.  There is usually a public sandmine next to the CS in each region.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Alcyone - Topaz&lt;br /&gt;
*Celeano - Emerald&lt;br /&gt;
*Maia - Ruby&lt;br /&gt;
*Merope - Sapphire&lt;br /&gt;
*Sterope - Quartz&lt;br /&gt;
*Taygete - Opal&lt;br /&gt;
*Sinai - Diamond&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;FONT COLOR=blue&amp;gt;&amp;lt;b&amp;gt;VIDEO:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=eo-4hbLLcBY Youtube Video] of the macro in action.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=blue&amp;gt;&amp;lt;B&amp;gt;DOWNLOAD:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you check back here often (daily or couple time a week) for updates.  After releasing a new macro, I tweak it, find newer/better solutions, etc, etc and update very frequently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/e/e2/Sandmines.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/sandmines.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Sandmines.zip Verify] the last upload date (Current). Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237094</id>
		<title>User:Cegaiel/Macros/Mining</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros/Mining&amp;diff=237094"/>
		<updated>2011-12-27T05:19:27Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mining (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
This macro is idea for the color blind, people with bad eye sight, the lazy, or the drunks :)  &lt;br /&gt;
Doing easy mines, with low stone counts, such as iron or copper is tolerable (60-90 seconds per pull)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For Silver Mines, beware. Unlike the easier ores, silver is NOT guaranteed to have any valid combinations, with this brute force method. So you might work a pull, all the way to the end and not get any silver. On top of that, this is a very long process to work all possible 4 stone combinations, on 10 stones (about 500 seconds or 8.3 minutes)&lt;br /&gt;
&lt;br /&gt;
My macro is pretty good/fast/easy for copper and iron, but for more difficult ores (such as silver, etc), You do &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; want to use this macro. My macro is brute force, meaning it tries every possible combination, not efficient for silver, etc.  [http://www.atitd.org/wiki/tale5/User:Docsaintly/StoneCrusher Docsaintly's Stone Crusher] on Tale 5, has a better method. Takes a little effort to learn it and input information, but once you figure it out, it will only gives you the correct combinations. This is very efficient, I love it :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://sharpnetwork.net/atitd/macros/docsaintly-mining/ Silver Mining Tutorial], which when used in conjuction with Docsaintly's Stone Crusher, is great for silver. After viewing this tutorial, it should be easier for you to mine other difficult ores, too. But you should be a pro at silver in no time, after viewing the tutorial. Each ore has different attributes, so view the Wiki's [[Mining Guide]] page for the correct attributes you are looking for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
*Takes 503 seconds to do all 10 ore stone (4 stone combos) (Silver Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Added:&amp;lt;/b&amp;gt; 10/24/2010&lt;br /&gt;
*&amp;lt;b&amp;gt;Last Update:&amp;lt;/b&amp;gt; 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 62s per cycle (Sand Stone). This is now efficient.&lt;br /&gt;
*&amp;lt;b&amp;gt;Last Update:&amp;lt;/b&amp;gt; 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*&amp;lt;b&amp;gt;Last Update:&amp;lt;/b&amp;gt; 11/20/2010 - Added the ability to mine silver (4 stone combinations)  - Bug has been corrected from an earlier release on the same day.&lt;br /&gt;
*&amp;lt;b&amp;gt;Last Update:&amp;lt;/b&amp;gt; 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you find that, at the beginning of the macro, that it is only clicking/highlighting 2 instead of 3 mines, then make sure you are not standing too far away.  Any mine that produces the &amp;quot;Too far away&amp;quot; message, when you click on it, will not get highlighted while the macro runs.  So if you find any ore stones, farther away than normal, then click it manually to make sure the &amp;quot;Too far away&amp;quot; message is not appearing. If it does, then move your avatar slightly to compensate (so that all stones are within range).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically the macro will try to work every ore stone, in 3 stone combinations. &lt;br /&gt;
Since the macro counts how many ore stones you set, it will run and adjust the patterns, according to the number of ore stones.&lt;br /&gt;
&lt;br /&gt;
ie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Basically here is the way it runs:&lt;br /&gt;
&lt;br /&gt;
Combinations of a 7 stone (iron) mine would be:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
123 (Hightlight Stone Number 1, 2, 3 (A key) then S key to Finalize)&amp;lt;BR&amp;gt;&lt;br /&gt;
124&amp;lt;BR&amp;gt;&lt;br /&gt;
125&amp;lt;BR&amp;gt;&lt;br /&gt;
126&amp;lt;BR&amp;gt;&lt;br /&gt;
127&amp;lt;BR&amp;gt;&lt;br /&gt;
134&amp;lt;BR&amp;gt;&lt;br /&gt;
135&amp;lt;BR&amp;gt;&lt;br /&gt;
136&amp;lt;BR&amp;gt;&lt;br /&gt;
137&amp;lt;BR&amp;gt;&lt;br /&gt;
145&amp;lt;BR&amp;gt;&lt;br /&gt;
146&amp;lt;BR&amp;gt;&lt;br /&gt;
147&amp;lt;BR&amp;gt;&lt;br /&gt;
156&amp;lt;BR&amp;gt;&lt;br /&gt;
157&amp;lt;BR&amp;gt;&lt;br /&gt;
167&amp;lt;BR&amp;gt;&lt;br /&gt;
234&amp;lt;BR&amp;gt;&lt;br /&gt;
235&amp;lt;BR&amp;gt;&lt;br /&gt;
236&amp;lt;BR&amp;gt;&lt;br /&gt;
237&amp;lt;BR&amp;gt;&lt;br /&gt;
245&amp;lt;BR&amp;gt;&lt;br /&gt;
246&amp;lt;BR&amp;gt;&lt;br /&gt;
247&amp;lt;BR&amp;gt;&lt;br /&gt;
256&amp;lt;BR&amp;gt;&lt;br /&gt;
257&amp;lt;BR&amp;gt;&lt;br /&gt;
267&amp;lt;BR&amp;gt;&lt;br /&gt;
345&amp;lt;BR&amp;gt;&lt;br /&gt;
346&amp;lt;BR&amp;gt;&lt;br /&gt;
347&amp;lt;BR&amp;gt;&lt;br /&gt;
356&amp;lt;BR&amp;gt;&lt;br /&gt;
357&amp;lt;BR&amp;gt;&lt;br /&gt;
367&amp;lt;BR&amp;gt;&lt;br /&gt;
456&amp;lt;BR&amp;gt;&lt;br /&gt;
457&amp;lt;BR&amp;gt;&lt;br /&gt;
467&amp;lt;BR&amp;gt;&lt;br /&gt;
567&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;NOTE:&amp;lt;/b&amp;gt; During this process, the macro can not detect when mines crumble. So you may see it trying to highlight mines that do not exist. This is OK, it will not cause any harm.  The macro sends the A and S hotkeys, which wont do anything, if the mine has already crumbled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/images/f/f1/Mining.zip Download .zip file from Wiki] Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.&lt;br /&gt;
&lt;br /&gt;
[http://sharpnetwork.net/atitd/macros/mining.zip Download .zip file from Mirror Site] - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.&lt;br /&gt;
&lt;br /&gt;
[http://www.atitd.org/wiki/tale4/Image:Mining.zip Verify] the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237093</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237093"/>
		<updated>2011-12-27T05:17:54Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 3/11/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
*Last Update: 12/27/2011 - New improved popup detection and closing. The entire script runs faster now, and the chance of a popup box failing to close, is 99% eliminated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237092</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237092"/>
		<updated>2011-12-23T06:13:38Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Brick Racks (Unlimited) (Autohotkey) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 3/11/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Improved Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237091</id>
		<title>User:Cegaiel/Macros</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=User:Cegaiel/Macros&amp;diff=237091"/>
		<updated>2011-12-23T06:12:32Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: /* Glaziers' Bench */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==* How to use these macros *==&lt;br /&gt;
Note to use most of my Macros, you need the [http://www.autohotkey.com Autohotkey] program installed. Once you download and install the program, then you just click the &amp;quot;Read more...&amp;quot; links, then the &amp;quot;Get Code!&amp;quot; links to copy/paste the file into Notepad (or whatever).  Note if you are having difficulty highlighting the code, then click the Edit or View Source button at top and it will put the code inside of a form box (makes easy copy/paste). Just be sure to never save the &amp;amp;lt;pre&amp;amp;gt; tag at beginning or the &amp;amp;lt;/pre&amp;amp;gt; tag at the end. Those are wiki tags. Then save your file as something.ahk (AutoHotKey) or something.mac (Actools).  All of my macros work at any resolution, except where noted otherwise (ie 1024x768 in the macro name, means some portion are hard coded for that resolution).  You will want to manually set your resolution in that case. Otherwise, no need to worry about your resolution... If my macro is in a .zip format, then you dont need to copy/paste the code, that will be included in the zip file as a .ahk file.  Just double click on it to launch.  Some of the macros are in zip format, which may include image files. Those need to stay in the same folder as the macro. Some zip files also contain a .exe file. This is a compiled version of the .ahk macro.  The .exe is a standalone version and can be ran, even if you do not have autohotkey installed on your system. You only need autohotkey installed if you are running .ahk files, not .exe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; If you are having difficulty copying and pasting the code on the web page, then click the Edit (or View Source) link at top and the code will be in a form text box.  Then you can highlight the code (exclude the &amp;amp;lt;pre&amp;amp;gt; and &amp;amp;lt;/pre&amp;amp;gt; tag, this is a wiki tag), inside the form box, very easily.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Mouse Coordinates and Color (Autohotkey)==&lt;br /&gt;
If you write AHK scripts, then this a great helper, where applicable.&lt;br /&gt;
&lt;br /&gt;
*Gives accurate x,y coords on ATITD. It even realizes that the upper left corner of ATITD is 4,4, not 0,0 so very accurate, unlike some 3rd party programs that give coordinates&lt;br /&gt;
*Displays a tooltip as you move mouse around.&lt;br /&gt;
*Shows the hovered mouse position and color in the tooltip.&lt;br /&gt;
*If needed, Press F2 at anytime to copy the color and mouse coordinates into Clipboard (then Paste, Ctrl+V into Notepad or something).&lt;br /&gt;
*Also shows screen center position and the offset you are from there. Tutorial on next page to see how to code button positions to work at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/GetMousePosition | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grass (Autohotkey)==&lt;br /&gt;
*Enter amount of grass to collect.&lt;br /&gt;
*Automatically walks around in a circle and collects grass without moving too far from where you started.&lt;br /&gt;
*Great to get your [[Rhythmic_Strength|Rhythmic Strength]] skill up.&lt;br /&gt;
*Added: 12/5/2009&lt;br /&gt;
*Updated: 5/24/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Grass | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Barley 1280x1024 (Autohotkey)==&lt;br /&gt;
*Plants 2 rows of 5 barley beds and waters/fertilizes each bed for 5 rounds, then picks them.  Yields: 2-10 barley per plant. &lt;br /&gt;
*Option to choose Water Only or Water + Fertilizer. No weed killer used or supported.&lt;br /&gt;
*Added 2/1/2010&lt;br /&gt;
*Last Update: 10/16/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Barley | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Plane Boards (Unlimited carpentry benches) (Autohotkey)==&lt;br /&gt;
*Supports unlimited benches, Supports any resolution&lt;br /&gt;
*Point and middle click all your carpentry benches.&lt;br /&gt;
*Cycles through and hovers each one, while sending the [P]lane Boards (P key) over each one very quickly.&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Plane | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Fishing (Autohotkey)==&lt;br /&gt;
*Point and middle click your fishing icon location&lt;br /&gt;
*Asks for how many casts you want to do&lt;br /&gt;
*Fish every 15s until completed. &lt;br /&gt;
*Last Update: 1/18/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;B&amp;gt;&amp;lt;font color=red&amp;gt;T5/T6 NOTE:&amp;lt;/font&amp;gt;&amp;lt;/B&amp;gt; While this does work on T5/T6, note that if you run out of lures, it will popup a box saying you need a lure. This macro does not detect that popupbox box (for now) and will continue trying to fish (unsuccessfully)... So make sure you are watching this close. Make sure you have an abundant supply of lures. I MAY edit this is the future to detect popups and abort script if one is detected...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Fishing | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Popup Box Closer (Lazy man's falcon hunter helper) (Autohotkey)==&lt;br /&gt;
*Point and middle click on a popup box with an OK button (careful, dont click on the black text in the word &amp;quot;OK&amp;quot;, but on the yellowish part of the OK button.&lt;br /&gt;
*Then just do your normal activities. Anytime a popup box occurs, it will automatically click the OK button to close it.&lt;br /&gt;
*Originally created, to close popup boxes, when searching trees for Falcons (ie you're too tired popup box), but will close any popup box under any circumstance you might find.&lt;br /&gt;
*Added: Feb 5, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PopUpCloser | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Skills Timer Clicker (Digging, Loom, Dirt, etc) (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Option to stop at a certain number of clicks or let run continuously&lt;br /&gt;
*Option to eat grilled foods at the correct time, repeatedly&lt;br /&gt;
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says &amp;quot;you are too tired to do something&amp;quot;)&lt;br /&gt;
*&amp;lt;B&amp;gt;Idea Uses:&amp;lt;/b&amp;gt; Dig sites, Limestone, Dirt, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normally hackling rake would be included in the above &amp;lt;B&amp;gt;Idea Uses&amp;lt;/b&amp;gt;, but 2 out of the 4 clicks are on different places/coordinates on the menu, so use below Rake script for that, which addresses that issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/14/2010&lt;br /&gt;
*Updated: 3/11/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SkillsTimer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Hackling Rake (Autohotkey)==&lt;br /&gt;
*It will walk you through the setup process via GUI menus&lt;br /&gt;
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)&lt;br /&gt;
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue (which is why the above Skill Timer script wont work on rakes)&lt;br /&gt;
*This should work on Flax combs, too...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 2/19/2010&lt;br /&gt;
*Updated 12/13/2011 (Now includes a routine to detect a popup box if using a Flax Comb and it breaks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/HacklingRake | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Seconds Stopwatch (Autohotkey)==&lt;br /&gt;
*Not very useful, for the most part, but I created to help me time certain things. I could use something like [[ATITD Timer]], however, the time it takes to make sure that the window is in focus and hit either Start/Stop (or Enter Key), is a couple of seconds I lost. This was written for more pinpoint accuracy in seconds because all you do is hit Numpad + to start timer, and Numpad - to stop timer.&lt;br /&gt;
*Times in 1/10 seconds for extra accuracy&lt;br /&gt;
*Counts up from 0.0 seconds&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/StopWatch | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teppy and Real Seconds Timer (Great for Glazier Bench) (Autohotkey)==&lt;br /&gt;
*Counts down from the minutes/seconds you enter&lt;br /&gt;
*Asks if you are using Real or Teppy mode (adjusts time accordingly for Teppy)&lt;br /&gt;
*Display the timer in a GUI window&lt;br /&gt;
*&amp;lt;B&amp;gt;Example Use:&amp;lt;/b&amp;gt; I use [[ATITD Timer]] to time 1m 40s (Real seconds), on Glazier Bench, so I know when to add 2cc. I use this macro to time my project timer (ie 120s (2m) for Sheet Glass).  Sure I could use two ATITD Timers, but I like the ability to just hit Numpad + Key to start timer, over and over (but always waits for you to hit Numpad + to begin timer).  Once you input a time, it will repeat the same time over and over. Real mode seems to be  more accurate than Teppy mode with Glazier bench, could be my lag, try for yourself and see.&lt;br /&gt;
&lt;br /&gt;
*Added: 2/17/2010&lt;br /&gt;
*Last Update: 12/26/2010: Changed teppy multiplier from 1.07 to 1.1 for more accuracy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Timer | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Flax Hammocks (Unlimited) (Autohotkey)==&lt;br /&gt;
*Supports Grass, Papyrus and Rotten Flax only.&lt;br /&gt;
*Asks what you are drying and qty. Walks you through setup in a GUI menu. &lt;br /&gt;
*Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.&lt;br /&gt;
&lt;br /&gt;
*Added 2/25/2010&lt;br /&gt;
*Last Update: 12/17/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/FlaxHammock | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Brick Racks (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited brick racks, Supports any resolution&lt;br /&gt;
*Asks if you are making Bricks, Firebricks or Clay bricks.&lt;br /&gt;
*Point and middle click all your brickracks.&lt;br /&gt;
*It will hover each of your brick racks and press the correct key [B], [F] or [C] of the type of bricks you are making.&lt;br /&gt;
*After loading the brick racks, it will wait for the brick racks to complete and hover each rack and hit the [T]ake key to remove them and continue going.&lt;br /&gt;
*Added: 1/18/2010&lt;br /&gt;
*Last Update: 11/14/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; This macro will &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; work on flimsy brick racks, only Improved brick racks!  Flimsy brick rack makes you walk to it, whereas Improved brickrack does not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Bricks | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Pottery Wheels (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited wheels, Supports any resolution&lt;br /&gt;
*Point and middle click all your pottery wheels.&lt;br /&gt;
*It will hover each of your wheels and press [J]ugs key to make jugs.&lt;br /&gt;
*It will wait for the jugs to complete and hover each wheel and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Added: 3/17/2010&lt;br /&gt;
*Updated: 4/27/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PotteryWheel | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Papy Picker==&lt;br /&gt;
*Looks for papy close to the avatar, and picks it via right click...&lt;br /&gt;
* Added: Sep 16, 2010&lt;br /&gt;
*Updated: Oct 10, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/PapyPicker | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Make Carpentry Blades 1680x1050 (Autohotkey)==&lt;br /&gt;
*Make 7.0k - 7.2k quality blades in 10 seconds&lt;br /&gt;
*Many automated functions, via hotkeys, during script.&lt;br /&gt;
*Extremely simple and repeats previously confirmed successful blades with a single click.&lt;br /&gt;
*No need to find the same mouse coordinates over and over!&lt;br /&gt;
*It will even automatically double F8, zoom in for you...&lt;br /&gt;
*Asks if you're using Copper or Iron metal&lt;br /&gt;
*Credit to [http://www.atitd.org/wiki/tale5/User:Oni/Macros Oni's T5 macro], this is based off his macro, but converted from Actools to Autohotkey; We appreciate your hard work :)&lt;br /&gt;
*Last Update: Oct 9, 2010&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/CarpBlade | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Barrel Vise 1280x1024 (Autohotkey)==&lt;br /&gt;
*Watches fuel and flame bars, wont add wood if the flame bar is past a certain point that would ruin the project.&lt;br /&gt;
*Asks how many barrels you are making and runs nonstop until finished&lt;br /&gt;
*Added: 4/15/2010&lt;br /&gt;
*Last Update: 10/02/2010 (Adjusted coordinates for T5, tested/verified)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/BarrelVise | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kettles (Run 1 to 21 Kettles) 1280x1024 (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*All new for T5. I revamped my Tale 4 macro (which ran either 6 or 12 kettles) and made it so that you can select and run 1 (min) to 21 kettles (max)&lt;br /&gt;
&lt;br /&gt;
*Pin up to 3 rows of 7 Kettles across top of screen (beginning top left corner).&lt;br /&gt;
*Will click the Potash/Acid/Salt, Begin and Ignite button and load Max Wood&lt;br /&gt;
*Will Refresh menu to show Stoke Max option and Stoke it all the way to the end.&lt;br /&gt;
*Last cycle will Stoke Max (at 6 water and 2 wood). Uses 28 wood per kettle&lt;br /&gt;
*Will unload (Take) the kettles automatically (and start new runs, if more than 1 run is chosen)&lt;br /&gt;
*Added: 10/12/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; I recommend using [http://www.atitd.org/wiki/tale5/Takhetu/Macros Takhetu's Kettle macro]. It pins up the windows for you and shuffles them around (just like Flax on Veggie Tales does). Where as mine you have to pin manually and it will fill your screen up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Potash | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glaziers' Bench==&lt;br /&gt;
&lt;br /&gt;
*Configured for &amp;lt;b&amp;gt;1024x768 and 1280x1024&amp;lt;/b&amp;gt;, instructions to configure for other resolutions, inside the code...&lt;br /&gt;
*Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range) or add cc above 2200 degrees&lt;br /&gt;
*Last Update: 1/14/2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;I recommend using the glass.lua thats included in Veggie Tales, instead of this macro now!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Glassbench | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Malting Trays (Unlimited) (Autohotkey)==&lt;br /&gt;
&lt;br /&gt;
*Supports unlimited trays, Supports any resolution&lt;br /&gt;
*Point and middle click all your malting trays.&lt;br /&gt;
*It will hover each of your trays and press [M]alt key to Malt Barley.&lt;br /&gt;
*It will wait for the trays to complete and hover each tray and hit the [T]ake key to remove items and continue going.&lt;br /&gt;
*Last Update: 5/9/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/MaltingTray | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grow Wheat (Unlimited beds) (Autohotkey)==&lt;br /&gt;
*Supports unlimited wheat beds, Supports any resolution&lt;br /&gt;
*Point and middle click all your wheat beds.&lt;br /&gt;
*Cycles through each bed, repeatedly, sending the [W]ater and [H]arvest (H+W keys, back to back) over each one.&lt;br /&gt;
*Automatically refills your jugs every 3 minutes&lt;br /&gt;
*Added: 1/12/2010&lt;br /&gt;
*Updated: 10/16/2010 (Added Timers in the GUI status screen - Time Elapsed and Time to next water gather)&lt;br /&gt;
*Updated: 10/25/2010 - Removed 1 of the 3 steps needed to setup the macro. You no longer need to record the &amp;quot;Max&amp;quot; button to record its location. It is now found automatically, at any resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Wheat | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface. You dont really need to study this page too much.&lt;br /&gt;
*Point and middle click all your ore stones&lt;br /&gt;
*It will try every 3 stone combination (4 stones for silver) until complete.&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Takes 62 seconds to do all 7 ore stone combinations (Iron Mine)&lt;br /&gt;
*Takes 106 seconds to do all 8 ore stone combinations (Copper Mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/24/2010&lt;br /&gt;
*Last Update: 10/26/2010 - &amp;lt;b&amp;gt;ANOTHER&amp;lt;/b&amp;gt; Major update. Make sure you have the latest version. This not only ensures that all the combos are executed correctly, but now that the mistake is corrected, it reduces the timer back down from 90s to 60s per cycle (7 stones)&lt;br /&gt;
*Last Update: 10/30/2010 - Converted the pixelsearch method to imagesearch. It will now look for the enclosed, OK.PNG file to locatate the popup. This will reduce problems while standing on all sand terrains.&lt;br /&gt;
*Last Update: 11/20/2010 - Added the ability to mine silver (4 stone combinations)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Mining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
==Sand Mining (Autohotkey)==&lt;br /&gt;
*The macro will walk you through the setup, via GUI interface.&lt;br /&gt;
*Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in [http://www.atitd.org/wiki/tale5/Guides/Mining/Sand_Mining wiki].&lt;br /&gt;
*Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.&lt;br /&gt;
&lt;br /&gt;
*Sends the A and S keys to the mine, so make sure you chat is minimized!&lt;br /&gt;
*Automatically detects popups and closes them, while macro is running.&lt;br /&gt;
*Runs each workload, depending on number of sets and configurable delay time, at the following speed:&lt;br /&gt;
** 150 Delay = 6 to 12 seconds&lt;br /&gt;
** 200 Delay = 9 to 20 seconds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Added: 10/27/2010&lt;br /&gt;
*Last Update: 12/30/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/SandMining | Read more...]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Image:t5N.gif]] Preconfigured Guild Crematories 1024x768 (Actools)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;&amp;lt;B&amp;gt;NO LONGER SUPPORTED!&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;  &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font color=blue&amp;gt;Use at your own risk&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematory macro preconfigured with various guild crematories @ 1024x768 resolution.&lt;br /&gt;
*Will work at 1024x768 already (with your own crematory) just by editing the slider and button numbers.&lt;br /&gt;
*Can be made to work at any resolution by also editing just a few extra numbers (mouse coordinates).&lt;br /&gt;
*Added: 1/14/2010&lt;br /&gt;
*Last Update: 1/26/2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crematories currently configured with code available:&lt;br /&gt;
*SACFAR (Public)&lt;br /&gt;
*Egyptian Life&lt;br /&gt;
*ZFree&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Cegaiel/Macros/Crematory | Read more...]]&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
	<entry>
		<id>http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237090</id>
		<title>File:Sandmines.zip</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t4w/index.php?title=File:Sandmines.zip&amp;diff=237090"/>
		<updated>2011-12-22T07:00:47Z</updated>

		<summary type="html">&lt;p&gt;Cegaiel: uploaded a new version of &amp;quot;Image:Sandmines.zip&amp;quot;: Ditto update from below - update to help screen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cegaiel</name></author>
	</entry>
</feed>