Player GAI
Short Name:
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.