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:Mudkest/Macros"
From ATITD6
Jump to navigationJump to searchm (Created page with "flax assist(AHK) clicks where your mouse is, then a 2nd click to the left and up where the weed/water/harvest button is so you can turn off hotkeys on flax for faster/more flax ...") |
m |
||
Line 1: | Line 1: | ||
flax assist(AHK) | flax assist(AHK) | ||
− | clicks where your mouse is, then a 2nd click to the left and up where the weed/water/harvest button is so you can turn off hotkeys on flax for faster/more flax harvests. copy the text | + | clicks where your mouse is, then a 2nd click to the left and up where the weed/water/harvest button is so you can turn off hotkeys on flax for faster/more flax harvests. copy the text and paste it in a txt document, save it and rename/change the extension of teh document to .AHK and run |
− | + | <code> | |
f:: | f:: | ||
+ | |||
{ | { | ||
+ | |||
Mouseclick | Mouseclick | ||
+ | |||
MouseMove, 25, -10, 1, R | MouseMove, 25, -10, 1, R | ||
+ | |||
MouseClick | MouseClick | ||
+ | |||
} | } | ||
− | + | ||
+ | </code> |
Latest revision as of 23:55, 1 July 2012
flax assist(AHK)
clicks where your mouse is, then a 2nd click to the left and up where the weed/water/harvest button is so you can turn off hotkeys on flax for faster/more flax harvests. copy the text and paste it in a txt document, save it and rename/change the extension of teh document to .AHK and run
f::
{
Mouseclick
MouseMove, 25, -10, 1, R
MouseClick
}