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.

TaleScripts/Updates

From ATITD6
Jump to navigationJump to search

Back to Talescripts    View Archived Updates


  • July 23, 2012  (f8a819d) Pushed by tripps
  • ADD flax_auto.lua
  • UPDATE gather.lua
  • Various bug fixes, optimizations.


  • June 30, 2012   (19c12ad) Pushed by Tallow
    • UPDATE common_gps.inc - Should make GPS (reading coordinates on your game clock) more reliable.
    • UPDATE flax_stable.lua - Added a missing srScreenRead that should eliminate can't find clock error.
    • UPDATE essences.lua - Minor text update


  • June 24, 2012   (8b8cf40) Pushed by tripps
    • ADD gather.lua - The gather macro allows the user to create, store, and modify routes to automatically gather resources including wood, slate, grass, clay, and flint. It comes with a few default routes, but the user can expand that list.
    • Various additions and updates to library files.


  • June 21, 2012   (cca0763) Pushed by tripps
    • CarpBlades.lua automatically makes carpentry blades from iron on an anvil.
    • promptOkay() in common_ui.inc had a missing initialization of the variable color.
    • Added parseColor() to screen_reader_common.inc. parseColor() converts a color code to an rgb array.
    • Added fatalError() to ui_utils.inc. fatalError() just provides a common way to play a sound on error.
    • Added clickXY() to common_click.inc. clickXY() converts x, y coords to a point and calls clickPoint().


  • June 19, 2012   (a82aff2)
    • UPDATE acro_master.lua - Reduced 3000 delay to 1500. Slightly faster, but still accurate.


  • June 17 2012   (0988850)
    • UPDATE acro_master.lua - Increased a delay from 500 to 3000ms (time between clicking a move button and delay before it looks for acro timer - the acro timer is slow to appear after clicking). This will fix the "You are acroing too fast" messages, and acro correctly and still maintain quickness.


  • June 16 2012   (1b70b1c)
    • ADD acro_master.lua - New Macro for acrobat
    • UPDATE apiary.lua - Minor text update in askForWindow and to GUI display
    • UPDATE alembic.lua - Minor text update in askForWindow
    • UPDATE click_max.lua - Now uses expanded library for GUI improvements.
    • UPDATE common_gps.inc - Minor text update (Walking to Walking...)
    • UPDATE VineTender.lua - Minor text update in askForWindow and GUI
    • UPDATE test_ocr_text.lua - Minor update to speed up mouse pos coords.
    • Archived and renamed many files.


  • June 12, 2012   (2744775)
    • ADD apiary.lua - New macro. Tap shift over all your apiaries, then click Start button. Will send the [C]heck key and [T]ake key of each apiary. Should be lag proof, as it won't continue until OK box disappears.
  • June 12, 2012   (a532eec)
    • Minor text typo fix to above update.


  • June 11, 2012   (c19be12)
    • UPDATE cc_Auto.lua - Fixed error that was preventing macro for starting. Broken during June 8 updates.
    • ADD flax_stable_old.lua - This was the last working copy before the June 8th updates, which is when the macro changed to start using OCR text searching. Added back for anyone having problems with the new OCR version.
      • flax_stable.lua is still the newest version that uses OCR and with improvements.
    • ADD VineTender_old.lua - This was the last working copy before the June 8th updates, which is when the macro changed to start using OCR text searching. Added back for anyone having problems with the new OCR version.
      • VineTender.lua is still the newest version that uses OCR and with improvements
      • Adjusted action menu to not obsure the tending report.


  • June 10, 2012   (bcbf384)
    • UPDATE common_gps.inc - Reverted "Year" back to "2," - findCoords() temporarily until OCR issue is verified with a few users.
    • ADD test_ocr_windows.lua - Test file that displays a "picture" of all windows (excluding chat and inventory) on GUI. Example script but useful for debugging the newly implemented OCR functions (Reading text from screen)
  • June 10, 2012   (8326958)
    • UPDATE flax_stable.lua error message line 275 Could not find clockloc window. Added note with likely solution (make sure clock isn't obscured. This error can also appear in onion_stable.lua and will show with either macro.
    • UPDATE common_ui.inc - Minor text edit. Remove "..." after ms (ie Waiting 1000 ms...) to make the spinning animation stand out ;)
    • ADD test_ocr_text.lua - Test file that searches for text in any window (excluding chat and inventory) on GUI. Example script but useful for debugging the newly implemented OCR functions (Reading text from screen)
    • UPDATE mining_ore.lua - Update to GUI display. It now shows times of Last Set Worked, Current Elapsed Time and Last Elapsed Time, as it is working the nodes. Statistics can help you better adjust the delays and/or show lag differences. Mainly for eye candy ^_^
    • UPDATE VineTender.lua - Updates to GUI. More notes on how to use OCR correctly. ie Instead of searching for .png files, you can enter the name of the Vine Cutting and text will be searched on vineyard windows. Removed some entries from pulldown menu, since your vine cutting name can be entered in text box.


  • June 8 Part 2 (Released Jun 9)   (eee1f85) - Pushed by Cegaiel
    • UDPATE alembic.lua, extract_auto.lua, menu_helper.lua, info.lua with more instructions that displays to user, when macro is launched - (askForWindow())
    • MOVE chem-all.txt and chem-cheap.txt from / root to /luascripts folder. VeggieTales update button will not touch .txt files in the root folder, so wont be updated, when using Update button. Moved to /luascripts folder so the current .txt and future updates will be included when using Update button.
      • Updated notepad.lua and extract_auto.lua.lua macros with the new path to the chem-*.txt files.
    • UPDATE common_gps.inc to search for "Year" instead of "2," , Line 4. With VeggieTales 1.6.8. the findCoords() function is more compatible and text is accurately found. This will ensure the onions_stable.lua macro won't break when "Year 3," (or higher) occurs/displays in clock window. Previously hardcoded to "2," while testing in beta stage.
    • ADD Chartemplate.txt file to /data folder. Normally created during installer file. Lacking in git folder, required to start VeggieTales without errors.


  • Jun 8, 2012   (cf3544b) - Pushed by Tallow
    • ADD alembic.lua - A new Albemic macro
    • ADD onions_stable.lua - A new way to grow onions.
    • ADD Common_gps.inc - gps library for finding coordinates in ATITD clock and walking to coordinates based on current coordinates
    • ADD extract_auto.lua - New macro for making chemistry extracts
    • ADD notepad.lua macro to help keep track of stuff pointed it to chem recipes (Chem-all.txt and Chem-cheap.txt)
    • ADD menu_helper.lua macro for automated navigation of menus.
    • ADD info.lua - Shows currently hovered mouse position and RGB color.
    • UPDATE VineTender.lua - Now uses OCR, and will do harvests and cuttings
    • Various images added/deleted/moved to support the updates


  • Jun 7, 2012   (16135e1)
    • UPDATE mining_ore.lua - Minor GUI and timing adjustments. Added a Work Mine button and Auto Work Mine checkbox. Previously it auto worked mine always, but at least now you have a choice to turn off.
    • UPDATE mining_sand.lua - Minor GUI and timing adjustments.
    • REMOVE Onions2_update_notes.txt


  • Jun 6, 2012  (90e83d4)
    • UPDATE click_max.lua - Lowered delay from 5 seconds to .5 seconds. It will now find and click Max button 10 times faster.
    • UPDATE mining_ore.lua - Improved GUI, Added buttons to Reset click positions.
    • UPDATE mining_sand.lua - Improved GUI, Added buttons to Reset click positions. Revamped clicking method to be more fast and efficient. Code size significantly reduced by converting hard coded patterns/variables into embedded arrays.