The Wiki for Tale 4 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:DG/Macro"
From A Tale in the Desert
< User:DG
Jump to navigationJump to searchLine 1: | Line 1: | ||
My macro's | My macro's | ||
− | Clay | + | '''Clay''' |
---- | ---- | ||
− | < | + | <pre> |
Constants | Constants | ||
MouseX = 840 | MouseX = 840 | ||
Line 29: | Line 29: | ||
Stop | Stop | ||
+ | </Pre> | ||
+ | ---- | ||
+ | '''Slate''' | ||
+ | ---- | ||
+ | <pre> | ||
+ | Constants | ||
+ | MouseX = 840 | ||
+ | MouseY = 525 | ||
+ | End | ||
+ | |||
+ | Loop 999999999 | ||
+ | Delay 25 | ||
+ | GetRed 369, 66 = 213 | ||
+ | GetGreen 369, 66 = 178 | ||
+ | GetBlue 369, 66 = 115 | ||
+ | SetConst MouseX = {MouseX} | ||
+ | SetConst MouseY = {MouseY} | ||
+ | MousePos 369, 66 | ||
+ | LeftClick | ||
+ | MousePos $MouseX, $MouseY | ||
+ | Delay 500 | ||
+ | Else | ||
+ | End | ||
+ | Else | ||
+ | End | ||
+ | Else | ||
+ | End | ||
+ | End | ||
+ | |||
+ | Stop | ||
</Pre> | </Pre> | ||
---- | ---- |
Latest revision as of 01:57, 13 September 2009
My macro's
Clay
Constants MouseX = 840 MouseY = 525 End Loop 999999999 Delay 50 GetRed 235, 104 = 197 GetGreen 235, 104 = 103 GetBlue 235, 104 = 79 SetConst MouseX = {MouseX} SetConst MouseY = {MouseY} MousePos 235, 104 LeftClick MousePos $MouseX, $MouseY Delay 200 Else End Else End Else End End Stop
Slate
Constants MouseX = 840 MouseY = 525 End Loop 999999999 Delay 25 GetRed 369, 66 = 213 GetGreen 369, 66 = 178 GetBlue 369, 66 = 115 SetConst MouseX = {MouseX} SetConst MouseY = {MouseY} MousePos 369, 66 LeftClick MousePos $MouseX, $MouseY Delay 500 Else End Else End Else End End Stop