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:Docsaintly

From A Tale in the Desert
Jump to navigationJump to search

Just getting this started as well as just starting on ATITD in general.


Macros

Alright, this section is just getting rolling. Unless I specifically say otherwise, these scripts are VERY rough. I usually make scripts for my own use and don't polish them up much for other people. I'll provide as much information about them as i can, but if i leave anything out, feel free to ask me on the wiki or in game.

Auto Build

Download AutoBuild.ahk

Note: This also contains my Build menu "Library" which i will probably also release at a later date separately.

HotKeys NumPad 0:Reload Script NumPad Dot: Get ATITD window, Get Mouse position for clicking to pull up build menu, initiate build sequence

The meat and potatoes of this script is just the line:

BuildGrid(2,4,5,30,txclick,tyclick)

The syntax of this is

BuildGrid(Rows,Columns,Spacing,SleepTime,txclick[leave],tyclick[leave])

Basically, open up your build window and pin it. Make sure the dimensions that you want are set in your script file. If you edited it, you can hit NumPad0 to easily reload. Then hover your mouse over the button that pops up the build menu and hit the NumPadDot key. The script will then run.