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:Cegaiel/Macros/Glassbench"

From A Tale in the Desert
Jump to navigationJump to search
Line 7: Line 7:
 
*Updated 6/6/2010: Corrected multiple minor bugs affecting the script continuing after it should have been done - I feel this is the final version, works great!)
 
*Updated 6/6/2010: Corrected multiple minor bugs affecting the script continuing after it should have been done - I feel this is the final version, works great!)
 
*Updated 6/24/2010: Adjusted time to teppy time (ie 120s will say 130s on timer). Was clicking making a new project a few seconds before prior one was done, occassionaly. I think this is due to the server being on a new computer now, teppy time a tad faster. Also adjusted some click times to help prevent misclicks. Fixed macro not exitting correctly after the glass qty/counter was reached.
 
*Updated 6/24/2010: Adjusted time to teppy time (ie 120s will say 130s on timer). Was clicking making a new project a few seconds before prior one was done, occassionaly. I think this is due to the server being on a new computer now, teppy time a tad faster. Also adjusted some click times to help prevent misclicks. Fixed macro not exitting correctly after the glass qty/counter was reached.
*Updated 10/13/2010: Adjusted coordinates for curHeatMinX and curHeatMaxX for 1280x1024. This will like also work at 1024x768
+
*Updated 10/13/2010: Adjusted coordinates for curHeatMinX and curHeatMaxX for 1280x1024, for T5. This will like also work at 1024x768
  
  
  
 
No hotkey to execute script. Once you launch it, it will guide you though the necessary setup.
 
No hotkey to execute script. Once you launch it, it will guide you though the necessary setup.
 
 
 
*This DOES work on T5, however coordinates on these two lines needs to be adjusted. I am now using 1280x1024 and forgot to record the new coords. I will update the files next time I make glass. I will also put the T5 symbol on the page once completed.
 
 
 
 
<pre>
 
;X Position of the heat bar
 
curHeatMinX = 102 ; Around 1600-1650
 
curHeatMaxX = 131 ;Around 2200 degrees
 
</pre>
 
 
  
  

Revision as of 06:12, 13 October 2010

Glass Bench

  • Configured for 1280x1024, but easily configurable for other resolutions (just edit the two lines in the script, under "Configuration"...
    • Use my GetMouse Position macro to gather the correct coords (if you are not using 1024x768)...
  • Timed Macro for CC and Make Glass, but also watches heat bar (will not make project outside of correct range 1600-2200) and will not add 2 cc if heat is over 2200.
  • Added: 6/2/2010
  • Updated 6/6/2010: Corrected multiple minor bugs affecting the script continuing after it should have been done - I feel this is the final version, works great!)
  • Updated 6/24/2010: Adjusted time to teppy time (ie 120s will say 130s on timer). Was clicking making a new project a few seconds before prior one was done, occassionaly. I think this is due to the server being on a new computer now, teppy time a tad faster. Also adjusted some click times to help prevent misclicks. Fixed macro not exitting correctly after the glass qty/counter was reached.
  • Updated 10/13/2010: Adjusted coordinates for curHeatMinX and curHeatMaxX for 1280x1024, for T5. This will like also work at 1024x768


No hotkey to execute script. Once you launch it, it will guide you though the necessary setup.


Download .zip file:

Download from Wiki (Likely to give corrupt zip file error if downloaded with IE, but OK with Firefox)

Mirror Download Link (IE + Firefox friendly)