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 "Takhetu/Macros"

From ATITD5
Jump to navigationJump to search
(Created page with "First test. <pre> ;Ctrl+R to reload ;Ctrl+P to pause ;Release Date: Oct 12, 2010 ;Author: Cegaiel IfWinExist eGenesis Client { WinGet, GameWinHandle, ID, eGenesis Client }...")
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
First test.
+
== Charcoal ==
 +
Tested with 1 to 15, should do fine with 20+
  
<pre>
+
- Open and pin the cc oven windows on screen.
;Ctrl+R to reload
 
;Ctrl+P to pause
 
;Release Date: Oct 12, 2010
 
;Author: Cegaiel
 
  
IfWinExist eGenesis Client
+
- Start the macro
{
 
WinGet, GameWinHandle, ID, eGenesis Client
 
} else {
 
Msgbox, eGenesis client not running, exiting...
 
Exit
 
}
 
  
 +
- CTRL+R will reload the macro (use if you change the window positions or number of windows)
  
WinActivate, eGenesis Client
+
- CTRL+S will start all visible ovens
WinGetActiveStats, win_Title, Xmax, Ymax, win_Xpos, win_Ypos
 
StartXGUI := Xmax+win_Xpos-215
 
StartYGUI := win_Ypos+35
 
Gui, +AlwaysOnTop +ToolWindow -Border +Background
 
Gui, Add, Text, x2 y0 w40 h20 +Limit, Rows:
 
Gui, Add, Edit, x60 y0 w40 h20 , 4
 
Gui, Add, Text, x2 y20 w40 h20 , Columns:
 
Gui, Add, Edit, x60 y20 w40 h20 , 4
 
Gui, Add, Button, gClose x160 y0 w40 h20 , Close
 
; Generated using SmartGUI Creator 4.0
 
Gui, Show, X%StartXGUI% Y%StartYGUI% w200 h50, New GUI Window
 
Return
 
  
Close:
+
- CTRL+P will pause/resume the macro (use if you need to move the mouse)
ExitApp
+
 
</pre>
+
[http://www.atitd.org/wiki/tale5/images/b/b0/TakCharcoal.zip CC Ovens]
 +
 
 +
== Kettles ==
 +
-F8F8 view
 +
 
 +
-Zoom in such a way that you can see all kettles, make sure the top and bottom rows are not too close to top/bottom of screen.
 +
 
 +
-If the macro fails to arrange the windows restart with CTRL+R
 +
 
 +
-Macro won't take over kettles that are already burning wood or have mats in them.
 +
 
 +
[http://www.atitd.org/wiki/tale5/images/f/f2/TakKettles.zip Kettles]

Latest revision as of 09:22, 18 November 2010

Charcoal

Tested with 1 to 15, should do fine with 20+

- Open and pin the cc oven windows on screen.

- Start the macro

- CTRL+R will reload the macro (use if you change the window positions or number of windows)

- CTRL+S will start all visible ovens

- CTRL+P will pause/resume the macro (use if you need to move the mouse)

CC Ovens

Kettles

-F8F8 view

-Zoom in such a way that you can see all kettles, make sure the top and bottom rows are not too close to top/bottom of screen.

-If the macro fails to arrange the windows restart with CTRL+R

-Macro won't take over kettles that are already burning wood or have mats in them.

Kettles