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
Revision as of 05:04, 12 June 2012 by Cegaiel (talk | contribs)
Jump to navigationJump to search

Back to Talescripts    View Archived Updates


  • 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 11, 2012   (c19be12)
    • UPDATE cc_Auto.lua - Fixed error on 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.