File Details
ReadyCheckLoadouts v1.1.zip
- R
- Apr 18, 2026
- 7.37 KB
- 18
- 12.0.5+1
- Retail
File Name
ReadyCheckLoadouts v1.1.zip
Supported Versions
- 12.0.5
- 12.0.1
Version 1.1.0 - Midnight Season 1 Update & Automation
✨ New Features
-
Mythic+ Dungeon Presets: You can now assign specific talent loadouts to individual Midnight Season 1 dungeons (Magisters' Terrace, Maisara Caverns, Nexus-Point Xenas, Windrunner Spire, Algeth'ar Academy, Seat of the Triumvirate, Skyreach, Pit of Saron).
-
Auto-Switch Talents (M+): Added a new optional setting to automatically swap your talents to your saved dungeon preset when a ready check fires in a Mythic or Mythic+ dungeon.
-
Incorrect Loadout Warnings: If you choose not to use the Auto-Switch feature, the addon will now display a prominent red warning in the loadout window if your current talents do not match your assigned dungeon preset.
-
Troubleshooting Command: Added
/rcldebugto help diagnose issues with auto-switching. It outputs your current Instance ID, Difficulty, and active preset status directly to your chat box. -
Clear Presets Button: Added a quick "Clear All Presets" button to easily reset your dungeon assignments.
🛠️ UI Polish & Improvements
-
Modernized Dropdown Menus: Completely rebuilt the options dropdown using Blizzard's modern
MenuUtilAPI. This prevents the "Action Blocked" taint errors commonly associated with older addon dropdowns. -
Preset Summary Tooltip: Hovering over the "Configure Presets" dropdown will now display a clean, formatted summary of all your currently assigned dungeon-to-talent mappings.
-
Helpful Tooltips: Added comprehensive hover tooltips to all checkboxes and buttons in the options menu to clearly explain what each setting does.
-
Menu Layout: Realigned the options panel to cleanly anchor the Test and Clear buttons side-by-side.
🐛 Bug Fixes & Safety Checks
-
Unsaved Talents Fix: Fixed a Lua error that would occur if a player's active talents were not saved to a specific profile (e.g., using a Starter Build or manually spending points without saving). The addon now gracefully defaults to "Unsaved / Starter Build".
-
Combat Protection: Implemented strict
InCombatLockdown()andCanChangeTalents()checks to prevent the addon from attempting to swap talents or popping up UI frames if a ready check is initiated exactly as combat starts. -
Initialization Fix: Resolved an issue where the settings database could occasionally read as
nilduring the initial loading screen. -
Low-Level Safety: Added failsafes for characters below level 10 who have not yet selected a specialization, preventing initialization errors.
-
Menu Text Loop Fix: Resolved an issue with the modern dropdown API where multiple radio selections caused text concatenation and infinite UI loop errors.
Developer Note regarding Blizzard's Talent UI: If you have two saved talent loadouts that have the exact same points spent, the default Blizzard UI may highlight the wrong one in your spellbook. To fix this, simply change a single point in one of the loadouts and click "Apply Changes" to force the game to recognize them as distinct builds.