; There are various macros called in files listed within here. ; You need to set various options to get some of these working. Examples are: ; utility-interface: when menu appears position mouse to left menu ; SetDefaultMouseSpeed, 0 SendMode Input #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; The following should stop runaway macros ; ctrl-alt-p and ctrl-alt-r ^!p::Pause ^!r::Reload ; Ctrl-atl-g #include djp-grass-clay-macro.ahk #include djp-flax-planter.ahk ;Rename this file autohotkey.ini or add "#include djp-atitd-macros.txt" there. ; ; ; ; Following makes the F1 key act like alt-L and stops zoom,camera movement. F1::!L ; shift F8 -> hits F8 twice and zooms right in. +F8:: IfWinExist eGenesis Client { WinActivate Sendinput {F8}{F8} loop, 40 { sleep 50 sendinput {wheelup} } return ; Selection of Spoiled's keys, shift/alt left click ; Probably the most essential for collecting wood(alt), watering, weeding, etc. #include djp-hotkeys.ahk ;#include djp-test.ahk ; Alt-shift-B and alt-shift-leftclick #include djp-barley.ahk ; Alt-shift-V #include djp-vegetable-plant.ahk ; ctrl-alt-C ;#include djp-pigment-bar.ahk ; not reliable enough - easier to use window-spy. ;ctrl-shift-c #include djp-cycle-click.ahk ;ctrl-alt-m and ctrl-alt-l, and d, and f ; Various fixed time repeat action things. ; Really need to find/write one that checks the timers. ;#include mining-2.ahk #include djp-mining.ahk #include djp-new-mining.ahk #include djp-smelting-pot.ahk ; ctrl-shift-S ; repeat to disable ;WARNING - your mileage may vary, especially on slower pc ; #include djp-slate.ahk #include djp-test.ahk