The Wiki for Tale 6 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "User:Darkfyre/Macros"

From ATITD6
Jump to navigationJump to search
Line 20: Line 20:
 
From:<br>
 
From:<br>
 
<br>
 
<br>
dx = 413; -- when wrapping<br>
+
dx = 413; -- when wrapping<br>
dy = 24;<br>
+
dy = 24;<br>
little_dx = 8; --for every window<br>
+
little_dx = 8; -- for every window<br>
num_high = 33;<br>
+
num_high = 33;<br>
 
<br>
 
<br>
 
to<br>
 
to<br>
 
<br>
 
<br>
dx = 420; -- when wrapping<br>
+
y0 = y0 + 60 -- moves the windows down far enough to auto refill water jugs<br>
dy = 30;<br>
+
dx = 410; -- when wrapping<br>
little_dx = 15; -- for every window<br>
+
dy = 30;<br>
num_high = 33;<br>
+
little_dx = 20; -- for every window<br>
 +
num_high = 20; -- will wrap pinned windows if more than 20<br>
  
 
=AutoHotKey Macros=
 
=AutoHotKey Macros=

Revision as of 01:59, 19 September 2014

VeggieTales Macros

Pottery Wheel - Make Jugs

File:Pottery Wheel.zip

Based on Cegaiel's Apiary script, it requires no windows pinned. It will work as many pottery wheels as you can reach, will make as many passes as you want, and has a smart timer that does not wait for the entire cycle to complete before starting another pass.


Greenhouse - Harvest Grass

File:Greenhouse.zip

Based on my Pottery Wheel script, this macro does not require any greenhouse windows to be pinned open. Simply stand where you can reach the Greenhouses that you want to harvest, and follow the on screen instructions. Does not take grass when complete.

Thistle Sim - Void Testing Macro

File:Thistle void testing.zip

This script is used in conjunction with File:ThistleSim4.xls.zip and uses Cegaiel's thistle recipe.


window_arranger.lua Update for Thistle New (Cascade)

Change Thistle New:

From:

dx = 413; -- when wrapping
dy = 24;
little_dx = 8; -- for every window
num_high = 33;

to

y0 = y0 + 60 -- moves the windows down far enough to auto refill water jugs
dx = 410; -- when wrapping
dy = 30;
little_dx = 20; -- for every window
num_high = 20; -- will wrap pinned windows if more than 20

AutoHotKey Macros

7K Carpentry Blade Macro for 1920x1080

File:Carp Blade 1920x1080.zip