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.

Difference between revisions of "User:Asmahon/Macros"

From ATITD6
Jump to navigationJump to search
(Created page with "== CLAY == delay 1000 loop 200 // << this number x(2) x(average clay/pick) is what you should end up with // keep in mind you will need to have enough water for each run K...")
 
Line 15: Line 15:
 
   delay 500
 
   delay 500
 
end
 
end
 +
 
bell asterisk
 
bell asterisk

Revision as of 10:07, 3 February 2012

CLAY

delay 1000

loop 200 // << this number x(2) x(average clay/pick) is what you should end up with

 // keep in mind you will need to have enough water for each run
 KEYDOWN {UP} 1000

MousePos 222, 92 //location of the clay icon (you can hover over it and hit Ctrl-M in ACTools window to find the loc)

 Leftclick
 delay 500  //this delay has you wait until you pick up the grass - which is important
 
 KEYDOWN {DOWN} 1000

MousePos 223, 94

 leftclick
 delay 500

end

bell asterisk