Adaptive rotation trainer

Post-combat rotation trainer for WoW. Adaptive Rotation Trainer analyzes your casts, procs, cooldowns and weaknesses after combat, then recommends adaptive rotations, opener improvements and safe export options.

File Details

AdaptiveRotationTrainer-0.2.66.zip

  • B
  • May 29, 2026
  • 296.50 KB
  • 9
  • 12.0.7+1
  • Retail

File Name

AdaptiveRotationTrainer-0.2.66.zip

Supported Versions

  • 12.0.7
  • 12.0.5

# Adaptive Rotation Trainer - 0.2.66

## UI Module Split

Adaptive Rotation Trainer 0.2.66 is a code-architecture and maintainability update.

This release splits the large monolithic UI implementation into separate UI modules per tab and shared UI area. The goal is to make future UI changes safer, easier to maintain, and less likely to cause regressions in unrelated tabs.

No gameplay logic, analysis behavior, export safety, Builder behavior, or rotation-learning behavior was intentionally changed in this release.

## Added

### Modular UI File Structure

The UI code is now split into dedicated files:

UI.lua
UI_Common.lua
UI_Report.lua
UI_History.lua
UI_Spells.lua
UI_Builder.lua
UI_Whitelist.lua
UI_Exports.lua
UI_Settings.lua
UI_Advanced.lua
UI_Developer.lua