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.

User:DG/Macro

From A Tale in the Desert
< User:DG
Revision as of 01:57, 13 September 2009 by DG (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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