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.
Difference between revisions of "User:Docsaintly"
Docsaintly (talk | contribs) |
Docsaintly (talk | contribs) |
||
Line 7: | Line 7: | ||
===Auto Build=== | ===Auto Build=== | ||
+ | [[Media:AutoBuild.ahk]] | ||
Note: This also contains my Build menu "Library" which i will probably also release at a later date separately. | Note: This also contains my Build menu "Library" which i will probably also release at a later date separately. | ||
Revision as of 20:28, 11 April 2009
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
Media: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
BuildGrid(2,4,5,30,txclick,tyclick)
line. The syntax of this is
BuildGrid(Rows,Columns,Spacing,SleepTime,txclick[leave],tyclick[leave])