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.

User:Oni/Macros/Limstone1024

From ATITD5
Jump to navigationJump to search

For ACTool:

Screen resolution of 1024x768 only


  • Set macro to repeat however many times you want it to gather
  • Have hammer/chisel on you.
  • See screenshot below on how to setup your screen:
  • Must have the "skills" tab showing, with the word "Perception" at the very bottom hugging the bottom line.
  • Stats.PNG


  • The macro is looking for the E in Endurance to know when to gather more limestone.


// LimeStone - 1024x768
delay 2000
//
LOADRGB 14, 658
	WHILE {RGBRed} > 185
		delay 1000
		loadrgb 14, 658
		delay 50
	END
		delay 50
		MousePos 111, 60
		delay 50
		leftclick
		delay 50