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.
User:Peshet/resin
From ATITD5
Jump to navigationJump to searchThis macro was written by my in-game husband, Engine, in T4. It's a true time saver, thanks Engine!!
AutoHotkey Macro
To use, hold your mouse over the tree or cactus, then press the ` key. You can change that to just about anything you want.
Other variables can be changed as needed.
For example, when I just want resins, not wood, I change it to:
Send {R} Send {N} Send {R}
This macro will gather the wood, nick the tree, and collect the resin.
#singleinstance force ;;tag tree `:: Send {G} Send {N} Send {R} return ;;Exit app ^x::ExitApp ; Assign a hotkey to terminate this script.