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.

TylerEdwin's Gem Page

From A Tale in the Desert
Jump to navigationJump to search

This macro is for Sand Mining, Use the ACTool.exe program to create macro. Adjust MousePos to the center of the mining pull result window, put mining pull window on top with selection for mine ore on top of the OK in the other window.(I was running 1024x768 res)



delay 5000

loop 900 // change if you have 498 slots etc
MousePos 512, 478
leftclick
delay 3000


end