File Details
Mount Route Planner (MRP) v2.1.0
- R
- Apr 12, 2026
- 3.60 MB
- 247.1K
- 12.0.5+6
- Classic + 3
File Name
MountRoutePlanner.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 4.4.2
- 3.4.5
- 2.5.5
- 1.15.8
v2.1.0 (2026-04-12)
Full Changelog Previous Releases
Added
- Added table-driven setup issue detection with clear, actionable warnings when required companion addons are missing or outdated
Changes
- Introduced a stable public API (
MRP_API) exposing DATA, FARSTRIDER, and Rebuild for external addons - Replaced direct global access to
MRPData,FarstriderLib, andFarstriderLibDatawith proxy-based abstraction layers (MRP.Data,MRP.Farstrider) that fall back to safe defaults when dependencies are absent - Moved all data key names to UPPER_CASE (
DUNGEONS,RAIDS,WORLD_BOSSES,OPEN_WORLD,STEPS) for API consistency - Moved player housing event handling from MRP into FarstriderLibData where it belongs
- Relocated
GetPlayerLocationfrom Util to Route and addedUtil.HasData,Util.HasFarstrider,Util.HasFarstriderDatahelpers - Removed named global frame identifiers (
MRP_Frame,MRP_FilterDropdown,MRP_MinimapButton, sliders) in favor of anonymous frames
Improvements
- Added
Core:Rebuild()to allow full re-initialization after data updates - Added
UI:IsShown()for cleaner visibility checks - Softened the unreachable destination message ("might be required" instead of "required")
Bug Fixes
- Fixed heavy lag spikes from nearby rare alerts in crowded areas, especially with nameplates enabled