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:Darien/Macros

From A Tale in the Desert
Jump to navigationJump to search

Grass Macro:

delay 1000
MousePos 92, 41
LeftClick
delay 3000

loop 500 // 249 change if you have 498 slots etc

loop 30

loop 1
KeyDown {LEFT} 500
MousePos 92, 41
LeftClick
delay 3000
end

loop 1
KeyDown {RIGHT} 500
MousePos 92, 41
LeftClick
delay 3000
end

end

 // Add chest drop here
loop 1
MousePos 1159, 145 //move chest stash UI to the top right corner and change your mousepos to the grass there
delay 250
LeftClick
delay 100
Leftclick
delay 500
KeyDown {RETURN} 500
end

end