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.
User:Darkfyre/Macros
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.
window_arranger.lua Update for Thistle New (Cascade)
Change lines 121-128:
--Thistle New
elseif (dropdown_cur_value == 11) then
windowname = "Thistle Garden";
-- thistle_new
dx = 413; -- when wrapping
dy = 24;
little_dx = 8; --for every window
num_high = 33;
to
--Thistle New
elseif (dropdown_cur_value == 11) then
windowname = "Thistle Garden";
-- thistle_new
dx = 420; -- when wrapping
dy = 30;
little_dx = 15; -- for every window
num_high = 33;