FFXIV-CombatReborn / RotationSolverReborn

Analyses combat information every frame and finds the best action.
https://github.com/FFXIV-CombatReborn/RotationSolverReborn
GNU Lesser General Public License v3.0
31 stars 37 forks source link

Refactor and improve null checks, add PvP handling #339

Closed LTS-FFXIV closed 1 week ago

LTS-FFXIV commented 1 week ago

Refactored various methods across multiple files to improve null checks, readability, and maintainability. Added new configuration options and specific handling for PvP scenarios. Removed unused code and imports, and updated documentation for better clarity.