The Wiki for Tale 5 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:Makazi/Macro"

From ATITD5
Jump to navigationJump to search
Line 12: Line 12:
 
* Images (.png files) in the Veggietales folder
 
* Images (.png files) in the Veggietales folder
 
* Script (.lua file) in Veggietales\luaScripts folder
 
* Script (.lua file) in Veggietales\luaScripts folder
 +
* Start/Restart Veggietales, enjoy :)
  
 
==Flax Assist==
 
==Flax Assist==

Revision as of 22:13, 25 January 2011

Useful Pages
Shroomdar Leaves Wine
Herb Foraging Public_mines Hybrid_Vines
Pearl Solver More Hybrid Vines (VGIPT)
Raeli Mosaic planner RGB Colors
Makazi

Caution

Just as a warning, I'm not an experienced scripter. Scripts may contain errors, use with caution! And on your own risk. However, I haven't had any problems (that I know of) using the scripts I've made available on this page. Good luck!

Veggietales Scripts

Read Jimbly's Macros for more info on Veggietales.

Installation instructions

Any files with .lua goes in the Veggietales\luaScripts folder. All image files, .png, goes into the Veggietales folder. Start/restart Veggietales, enjoy :)
And to repeat, unless specified otherwise in a macro description:

  • Images (.png files) in the Veggietales folder
  • Script (.lua file) in Veggietales\luaScripts folder
  • Start/Restart Veggietales, enjoy :)

Flax Assist

Ghoustmouse , ScreenScrape
I've made a small script that assists in flax growing. What it does is save you mouseclicks for Weed/Watering, and Harvesting. You only have to click the flax bed to get the menu up, then it clicks the menu item you have chosen it to click (selectable when script is started, toggle with Shift or CTRL).

I grow around 80 flax beds at a time, it takes some practice but when you get the technique down it is no stress. Currently my personal record is 100 flax beds in one go, without any of them going to seed.

The script is based on Jimbly's Macros for Veggietales, with multi_click.lua as basis. It is tweaked to work on my system, you might need or want to change the per_click_delay. I am not sure if the pictures is included in Veggietales, or if I got them from the other Flax scripts.

View Flax Assist code ...

CC Assist

Ghoustmouse , ScreenScrape
This macro creates an interface in Veggietales, which allows you to run multiple cc hearts/ovens. This is not an automatic CC creator, but rather a click saver and assistant in running the cc hearts/ovens. I've tested it on 4 cc hearts, on full speed. Also tested it on 2 ovens, and 1 oven + 2 hearts (unregulated speed). Because it uses Veggietales as the interface, you need to set ATITD Options -> Interface Options -> High Priority mode. This will make ATITD run in normal speed even if it's not the active window (depending on the power of you computer, ofcourse).

You'll need to download the images for it to work. I've also included the script in the .zip file.
File:Cc Assist.zip

  • Install instructions:
    • Images (.png files) in the Veggietales folder
    • Script (.lua file) in Veggietales\luaScripts folder

Pixel Click

Ghoustmouse , ScreenScrape
Need to click something over and over again? Like that grass icon, or clay icon, or something else on the screen? This is your macro. When you start it, after selecting your active window for the macro, you will get the option to select an area of pixels (about 16x8 area). The macro will look for that selection, and click it whenever it sees it. Based on Jimbly's multi_click macro.

View macro code here...
File:Pixel click.zip