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 "HoI/Macros"
From ATITD5
Jump to navigationJump to search (Created page with "==Kavad's Macros== Flax Setup Flax Harvest") |
|||
Line 1: | Line 1: | ||
==Kavad's Macros== | ==Kavad's Macros== | ||
− | Flax Setup | + | ===Flax Setup=== |
− | Flax Harvest | + | <pre> |
+ | //Run this once when starting to flax. | ||
+ | //This macro is to help get the screen in the right position and zoom. | ||
+ | |||
+ | Delay 3 sec | ||
+ | |||
+ | //Planting | ||
+ | MousePos 630, 5 | ||
+ | Delay 3 sec | ||
+ | |||
+ | MousePos 50, 40 | ||
+ | Delay 50 | ||
+ | LeftClick | ||
+ | Delay 50 | ||
+ | |||
+ | Loop 9 | ||
+ | MousePos 1200, 460 | ||
+ | Delay 50 | ||
+ | LeftClick | ||
+ | Delay 1 sec | ||
+ | end | ||
+ | |||
+ | MousePos 50, 40 | ||
+ | Delay 50 | ||
+ | LeftClick | ||
+ | </pre> | ||
+ | ===Flax Harvest=== |
Revision as of 21:56, 18 October 2010
Kavad's Macros
Flax Setup
//Run this once when starting to flax. //This macro is to help get the screen in the right position and zoom. Delay 3 sec //Planting MousePos 630, 5 Delay 3 sec MousePos 50, 40 Delay 50 LeftClick Delay 50 Loop 9 MousePos 1200, 460 Delay 50 LeftClick Delay 1 sec end MousePos 50, 40 Delay 50 LeftClick