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:Corrans/macros"

From A Tale in the Desert
Jump to navigationJump to search
(New page: copy the following to a *.ahk file, uses Autohotkey ---- ;Once it's started it will ask you to stand on a spot with slate, move the mouse to the slate icon and hit F1 ;After that it wil...)
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
copy the following to a *.ahk file, uses Autohotkey
+
Autohotkey Macros
  
----
+
[http://rapidshare.com/files/174205943/Slate.ahk Passive Slate/Clay Macro]
 +
change sleep from 5 to 20+ for clay
  
 +
[[User:Corrans/macros/Charcoal_Oven|Charcoal Oven Macro]]
  
;Once it's started it will ask you to stand on a spot with slate, move the mouse to the slate icon and hit F1
+
[[User:Corrans/macros/Grass_Macro|Grass Macro]]
;After that it will automatically click on the slate icon whenever it detects it and return the mouse to the position it was in
 
;To abort the macro use ctrl-z
 
interupt = 0
 
MsgBox please stand on a spot with slate, move the mouse to the slate icon and hit F1
 
WinActivate eGenesis Client
 
  
F1::
+
AC Tool Macros
MouseGetPos, slatex, slatey
 
PixelGetColor, slatecolor, slatex, slatey
 
MsgBox The macro will now click the slate icon whenever it detects it
 
WinActivate eGenesis Client
 
Loop{
 
; use sleep 5 for slate & sleep 20-30 for clay
 
sleep 5
 
PixelGetColor slate, slatex, slatey
 
if(slate = slatecolor){
 
MouseGetPos, xpos, ypos
 
MouseMove slatex, slatey, 0
 
Click
 
MouseMove xpos, ypos, 0
 
}
 
if(interupt = 1){
 
interupt = 0
 
MsgBox interupting macro
 
Exit
 
}
 
}
 
return
 
  
^i::
+
[http://rapidshare.com/files/175662625/cchearth.mac Charcoal Hearth Macro]
interupt = 1
 
return
 
  
^z::
+
[[User:Corrans/macros/Wood_Plane|Wood Plane Macros 6 & 12, auto repairs]]
ExitApp
+
as long as you have stone blades in inventory
return
+
 
 +
[[User:Corrans/macros/Coconut_Cracker|Coconut Cracker Macro]]
 +
 
 +
[http://rapidshare.com/files/175662627/flaxseeds.mac 20 bed flax macro, manual weed/water]

Latest revision as of 01:41, 2 January 2009

Autohotkey Macros

Passive Slate/Clay Macro change sleep from 5 to 20+ for clay

Charcoal Oven Macro

Grass Macro

AC Tool Macros

Charcoal Hearth Macro

Wood Plane Macros 6 & 12, auto repairs as long as you have stone blades in inventory

Coconut Cracker Macro

20 bed flax macro, manual weed/water