File Details
MacroArchitect4.zip
- R
- Dec 17, 2025
- 13.07 KB
- 129
- 12.0.1
- Retail
File Name
MacroArchitect4.zip
Supported Versions
- 12.0.1
New Features
-
UI Refresh Warning System:
-
The Issue: When swapping Specializations (e.g., Protection -> Fury), the WoW client often caches the previous spellbook data until a
/reloadoccurs. This caused the addon to generate an empty or outdated rotation. -
The Fix: Added a dynamic Red Warning Note
(Note: Reload UI if changing specs)directly under the "Generate Rotation" button. This serves as a critical visual reminder to ensure data accuracy before generating.
-
đź”§ Retained Critical Fixes (from v63/v64)
-
Identity Crisis Fix (Pro Macros):
-
Fixed a bug where Protection Warriors were being assigned Protection Paladin utility spells (like Divine Shield). The Pro Macro database is now strictly split by Class + Spec. Thank you - Danktastic
-
-
Spec Name Collisions:
-
Logic handles duplicate spec names correctly (Frost Mage vs. Frost DK, Holy Priest vs. Holy Paladin).
-
đź§ Current "Elite" Logic State
-
Shift Modifier: Smart context switching (Focus for CC/Interrupts, Self for Heals, AoE for Damage).
-
Mouseover Priority: Offensive spells target mouseover enemies first (for rapid multi-dotting).
-
Anti-Lag: Cooldowns utilize
/cqsto bypass the spell queue. -
Talent Safe: All spells are wrapped in
[known:]tags to prevent macro breakage when changing talents.