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:Bourbon/Macros/thermo"
(New page: //thermo //minimize chat, start thermo, set arrow in glory hole. //put pipe in hole loop 30 keys a delay 100 end //move it back out loop 7 keys s delay 200 end //rotate it while ...) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | This is just a macro using the guide for thermometers. Please copy everything below the line into actools. I would love to hear how it works for you. | |
− | |||
− | + | --------- | |
+ | //thermo <br> | ||
+ | //minimize chat, start thermo, set arrow in glory hole.<br> | ||
+ | //front load heat, thanks to Aghor for pointing it out. <br> | ||
+ | //add a 5 second delay at the front (delay 5 sec)<br> | ||
+ | //if you are swapping between programs <br> | ||
+ | |||
+ | |||
+ | //puts pipe in hole <br> | ||
loop 30 | loop 30 | ||
− | keys a | + | keys a <br> |
delay 100 | delay 100 | ||
Line 15: | Line 22: | ||
loop 7 | loop 7 | ||
− | keys s | + | keys s <br> |
delay 200 | delay 200 | ||
Line 24: | Line 31: | ||
loop 21 | loop 21 | ||
− | keys n | + | keys n <br> |
delay 300 | delay 300 | ||
Line 33: | Line 40: | ||
loop 4 | loop 4 | ||
− | keys b | + | keys b <br> |
− | delay 50 | + | delay 50<br> |
− | keys n | + | keys n <br> |
− | delay 100 | + | delay 100 <br> |
end | end | ||
− | keys q | + | keys q <br> |
− | delay 50 | + | delay 50 <br> |
− | keys u | + | keys u <br> |
− | delay 50 | + | delay 50 <br> |
Latest revision as of 03:21, 15 May 2009
This is just a macro using the guide for thermometers. Please copy everything below the line into actools. I would love to hear how it works for you.
//thermo
//minimize chat, start thermo, set arrow in glory hole.
//front load heat, thanks to Aghor for pointing it out.
//add a 5 second delay at the front (delay 5 sec)
//if you are swapping between programs
//puts pipe in hole
loop 30
keys a
delay 100
end
//move it back out
loop 7
keys s
delay 200
end
//rotate it while it heats
loop 21
keys n
delay 300
end
//rotate and blow
loop 4
keys b
delay 50
keys n
delay 100
end
keys q
delay 50
keys u
delay 50