The Wiki for Tale 7 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.

Macro/Automato/glass

From ATITD7
Jump to navigationJump to search
Automato

Macro Name: glass
Author: Not known

Setting Up

Open and pin the required Glazier's Bench. Manually start up the glazier bench (add 2 charcoal, wait for the heat to rise, add 2 charcoal, wait for heat to rise, 4-5 times (5 times guarantees to get hot enough, 4 times depends on the heat rises during the first four charcoal adds). Manually melt materials once temperature above 3200. You can then start the macro, it will make the glass in order of the list (click the item you want to move it up the list)

What it does

  • When the temperature gets low enough, add 2 charcoal.
  • When within valid temperature range, and nothing making, start making the highest item in list that can be made.
  • When the amount of glass reaches 19, it will let the bench cool down.

Click Finish up when you don't want it to start any new glass projects (still ensures the current glass items in production finishes successfully)

Tale 7 problems

The Tale 7 window resize causes a problem after the first glass is made.

To fix, Line 170 add +40 after window_pos[1] to give you: srClickMouseNoMove(window_pos[0], window_pos[1]+40);