Player GAI
This is a fork of PlayerAI by Charidan.
Adds a keybind to activate the new player AI. Set to Alt+F1 by default.
This player AI rests, auto-explores, and attacks enemies.
It will clear an entire floor or stop when it has low health in the presence of enemies.
The AI will stop at the following low health conditions:
Less than 50% health but more than 4 enemies nearby.
Less than 40% health but more than 2 enemies nearby.
Less than 30% health but at least 1 enemy nearby.
Note for Developers: This addon superwrites Player:act(), so if your addon also touches Player:act() change the load order so that the Player AI addon loads last.
Player AI
Adds a keybind to activate the new player AI. Set to Alt+F1 by default.
This player AI rests, auto-explores, and attacks enemies.
It will clear an entire floor or stop when it hits 1/4 health in the presence of enemies.
Future versions may add configurations.
This description seems to vanish when I put too much text in it, so view the feature list and changelog on the steam version here: http://steamcommunity.com/sharedfiles/filedetails/?id=523638132.
Note for Developers: This addon superwrites Player:act(), so if your addon also touches Player:act() change the load order so that the Player AI addon loads last.
Autotarget Toggle Keybind
Adds a keybind to toggle the new auto-accept target option. Set to Alt+F1 by default