The Wiki for Tale 5 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:Qu/Macros/QCharcoal"

From ATITD5
Jump to navigationJump to search
m
m
Line 4: Line 4:
 
Allows you to control as many ovens and hearths as you can fit on the screen without the windows overlapping.
 
Allows you to control as many ovens and hearths as you can fit on the screen without the windows overlapping.
 
A combination of hearths and ovens should work as well, although I haven't tested that.
 
A combination of hearths and ovens should work as well, although I haven't tested that.
 
As this macro is still a work in progress, some steps on the part of the user need to be taken to ensure the macro works correctly.
 
This macro needs to determine the size of your game area to work correctly. It does so by detecting certain graphical elements on the screen.
 
- The *small* pyramid icon has to be in the upper right corner. It also has to be the rightmost icon. If the clipboard icon is there you will need to turn it off.
 
- Skills window has to be visible and not minimized.
 
As of right now, the macro only works in full screen or maximized mode. It will *not* work in window mode. Nor are any of the D3D modes supported.
 
The macro will definitely not work correctly if it fails on this part.
 
  
 
====Setup====
 
====Setup====
Line 27: Line 20:
 
:Ctrl + 3 to set vent to high.
 
:Ctrl + 3 to set vent to high.
  
The macro clicks very fast, but not all clicks might happen instantenously. As such, avoid performing any actions right before a 'tick' as this can desync the ovens.
+
The macro clicks very fast, but not all clicks might happen instantenously. To reduce the chance of having ovens desync I recommend performing actions right after a 'tick'.
 
 
One additional feature in this macro is having it open and pin the oven windows for you, in a grid.
 
 
 
First, make sure your "Right Click Opens Menu as Pinned" is on. It's in Options -> Interface Options. Hover your mouse over each oven and press ctrl+shift+win+a. Do not change your camera view. After you do this to all the ovens you want to open, press ctrl+shift+alt+win+o and the macro will pin all the windows. Now hit ctrl+alt+shift+r to reload the macro and find all the oven windows.
 
  
 
=====Other hotkeys=====
 
=====Other hotkeys=====
Line 38: Line 27:
 
:Ctrl+Alt+Shift+E to edit the macro.
 
:Ctrl+Alt+Shift+E to edit the macro.
  
If you don't like my selection of hotkeys feel free to edit them in the macro.
+
If you don't like my choice of hotkeys feel free to edit them in the macro.

Revision as of 18:40, 13 May 2011

Current Version is 1.01. Download: File:QCharcoal.zip

This macro gives keyboard control over charcoal hearths and ovens. Allows you to control as many ovens and hearths as you can fit on the screen without the windows overlapping. A combination of hearths and ovens should work as well, although I haven't tested that.

Setup

Open and pin your ovens and make sure none overlap. Once you run the macro it will tell you how many oven windows it found. Make sure this number matches the number of windows pinned, or the macro will not work properly. After this point do not move or close any of the windows.

Running the macro

Once the setup is complete, hit Ctrl+Alt+Shift+` (that's the tilde key) to have the macro start all the ovens. The macro does not run the ovens for you. You do it yourself. The hotkeys are:

Ctrl + a to add wood.
Ctrl + w to add water.
Ctrl + 1 to set vent to low.
Ctrl + 2 to set vent to medium.
Ctrl + 3 to set vent to high.

The macro clicks very fast, but not all clicks might happen instantenously. To reduce the chance of having ovens desync I recommend performing actions right after a 'tick'.

Other hotkeys
Ctrl+Alt+Shift+R to reload the macro.
Ctrl+Alt+Shift+E to edit the macro.

If you don't like my choice of hotkeys feel free to edit them in the macro.