Different github, different post as I can't edit the original one's title.
This is a re-write of my simulacrum farming plugin for ExileAPI
This significantly improves the reliability of the bot (less issues of getting stuck) but more importantly makes it much more configurable to use on other builds.
You can now select skill usage logic, targeting types, etc. This includes support for targeting mercenaries with link skills.
It also includes support to auto apply incubators to improve profit/hour.
GITHUB LINK: GitHub - Sikaka/AutoPOE
COMPILED FILES: AutoPOE/Compiled/AutoPOE at main . Sikaka/AutoPOE . GitHub
IMPORTANT SETUP STEPS
Take the compiled plugin (AutoPOE folder) and place it in your Plugins/Compiled folder - or use the source version, I'm not your real dad.
When you first load the plugin, it needs you to configure your skills. Please do this before you complain things don't work.
Select the key binding for each skill, the name of the skill assigned to that binding (so the bot can read if the skill is on cooldown or not), a targeting type and a minimum delay between usages.
Ensure 1 skill is the movement key with very minimal delay and 'is movement key' is checked.
Ensure you have a second movement skill such as frostblink/flamedash to help get unstuck. This also needs to be tagged as 'is movement key'.
MOVEMENT KEYS SHOULD BE SET AS 'DO NOT USE' unless they are also intended to attack enemies with!
For skills that have low/no cooldown but add buffs to your character, enter the buff name and it won't re-cast until that buff is removed. Prime example being righteous_fire
Make sure your hideout isn't too cluttered, I've seen it where a misclick would click on a npc causing things to get stuck - minor but a nice tip to know.
Bot is designed to work in full screen 1920x1080, there's some hardcoded coords that means it will not work in other resolutions.
Same as before, if there's issues or feature requests - let me know. Feel free to submit change requests directly to git as well if you prefer.