The Wiki for Tale 7 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:Khali/Macros

From ATITD7
< User:Khali
Revision as of 00:04, 6 October 2016 by Khali (talk | contribs) (Created page with "==Khali's ACTool Macros== My macro's are simple, inelegant things but they save me from a lot of pain that the repetitious clicking required by this game can cause my hands. Feel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Khali's ACTool Macros

My macro's are simple, inelegant things but they save me from a lot of pain that the repetitious clicking required by this game can cause my hands. Feel free to chat me in game if you have any questions or suggestions. I'll try to help to the best of my limited ability.

Barley

//This macro was created for use at resolution 1368x768 //Plants 1 barley bed, waters and harvests, usually harvesting 2 barley. No grain fertilizer or weed killer needed //Yes you can grow barley faster by following the instructions for growing barley on the wiki. But the pain this caused my hand made that impossible for me. //Stand near a water barrel on grass //Pin Barley plant menu to right of clock //Pin water barrel menu to right of barley plant menu //hit F2 to start macro, hit F1 to stop //Afk at your own risk, this macro occassionally //has a hiccup and your avatar will run off //to your left planting barley willy-nilly across the country side. //Don't panic, hit F1 and head back to your water barrel


//Focus Atitd MousePos 165, 12 leftclick delay 500

//change loop # to however many successive plantings you want to do loop 400

//draw water MousePos 948, 87 leftclick delay 500

MousePos 680, 398 leftclick delay 1000

//Plant barley menu to right of clock MousePos 805, 38 leftclick delay 500

//build MousePos 29, 157 leftclick delay 1000

//pin barley menu MousePos 582, 393 rightclick delay 1000

//1st water 2x MousePos 266, 179 leftclick delay 250

MousePos 266, 179 leftclick delay 12500

//second water MousePos 266, 179 leftclick delay 12500

//third water MousePos 266, 179 leftclick delay 12500

//fourth water MousePos 266, 179 leftclick delay 12500

//fifth water MousePos 266, 179 leftclick delay 12500

//sixth water MousePos 266, 179 leftclick delay 12500

//Harvest MousePos 151, 243 leftclick delay 500


//unpin MousePos 127, 126 rightclick delay 500

end