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_Core-0.2.69.zip

  • B
  • May 29, 2026
  • 300.95 KB
  • 8
  • 12.0.7+1
  • Retail

File Name

AdaptiveRotationTrainer_Core-0.2.69.zip

Supported Versions

  • 12.0.7
  • 12.0.5

Improving addon maintainability.

# Adaptive Rotation Trainer - Core Addon Changelog

## 0.2.69 - External Module API Support

Adaptive Rotation Trainer 0.2.69 prepares the core addon for separate optional modules.
For example GSE blob export

This release keeps ART as the main analysis, Builder, recommendation, and data provider addon, while allowing external modules to request safe data through the public ART API.

## Added

### Data-Only API Helpers

Added new API helpers for external modules:

```lua
ART.API:GetBuilderRotation()
ART.API:GetExportSettingsSnapshot()
ART.API:GetSuggestedGSESequenceName(sourceMode)