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:Cegaiel/Macros"

From ATITD5
Jump to navigationJump to search
Line 2: Line 2:
  
  
 +
==Skills Timer (Digging, Loom, Sand Mines, etc) (Autohotkey)==
 +
*It will walk you through the setup process via GUI menus
 +
*Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)
 +
*Option to stop at a certain number of clicks or let run continuously
 +
*Option to eat grilled foods at the correct time, repeatedly
 +
*This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says "you are too tired to do something")
 +
*<B>Idea Uses:</b> Dig sites, Limestone, Dirt, Sand Mines, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating [[Coconuts]]), Loom, Clinker Vat, Hookah more...
  
[[User:Cegaiel/Macros/SkillsTimer |Skills Timer]]
+
 
 +
Normally hackling rake would be included in the above <B>Idea Uses</b>, but 2 out of the 4 clicks are on different places on the menu, so use below Rake script for that, which addresses that issue.
 +
 
 +
 
 +
 
 +
[[User:Cegaiel/Macros/SkillsTimer |Read more...]]

Revision as of 08:17, 15 September 2010

T5 Verified/Modified Macros:


Skills Timer (Digging, Loom, Sand Mines, etc) (Autohotkey)

  • It will walk you through the setup process via GUI menus
  • Monitors the black/red text in skills tab and only clicks when they are black (no longer tired)
  • Option to stop at a certain number of clicks or let run continuously
  • Option to eat grilled foods at the correct time, repeatedly
  • This script was created for dig sites and digging limestone/dirt, primarily. However, it would work with anything that uses a skills timer (ie the popup box that says "you are too tired to do something")
  • Idea Uses: Dig sites, Limestone, Dirt, Sand Mines, Pumping Acqueduct, Carving, Barrel Grinder, Deep Well, Kitchen (ie Seperating Coconuts), Loom, Clinker Vat, Hookah more...


Normally hackling rake would be included in the above Idea Uses, but 2 out of the 4 clicks are on different places on the menu, so use below Rake script for that, which addresses that issue.


Read more...