illusionistpm
https://ddo-gear-planner.netlify.app
Running out of buttons for all your skills? Tired of wiping a raid because you tried to cast a heal on cooldown? I've built an AutoHotkey macro to control an entire hotbar with a single button!
For example, I might set up one bar with all of my single-target heals, starting with Heal and working down to Cure Moderate. When I trigger the macro, it will cast Heal if it's off cooldown; if not, it works its way down the bar, checking Cure Critical, then Cure Serious, and so on. This lets me get an emergency heal off as quickly as possible.
I've also found it to be helpful for RSI-type symptoms since you aren't awkwardly spamming your hand all over the keyboard... as much.
When you press the hot key, the script is smart enough to scan through each skill on a particular hot bar and hit the first one that is ready for use. This lets you easily prioritize skills, while giving much more consistent results than simpler macros that simply spam all the hotkeys for a bar. This consistency comes at the cost of a bit more setup time, but anyone can do it with a few minutes in an image editor and text editor.
You can read the full setup instructions and download the script at https://github.com/illusionistpm/ddo-autohotkey. Hope you find it as useful as I do!
For example, I might set up one bar with all of my single-target heals, starting with Heal and working down to Cure Moderate. When I trigger the macro, it will cast Heal if it's off cooldown; if not, it works its way down the bar, checking Cure Critical, then Cure Serious, and so on. This lets me get an emergency heal off as quickly as possible.
I've also found it to be helpful for RSI-type symptoms since you aren't awkwardly spamming your hand all over the keyboard... as much.
When you press the hot key, the script is smart enough to scan through each skill on a particular hot bar and hit the first one that is ready for use. This lets you easily prioritize skills, while giving much more consistent results than simpler macros that simply spam all the hotkeys for a bar. This consistency comes at the cost of a bit more setup time, but anyone can do it with a few minutes in an image editor and text editor.
You can read the full setup instructions and download the script at https://github.com/illusionistpm/ddo-autohotkey. Hope you find it as useful as I do!