File Details
RQE-11.2.0.7
- R
- Oct 5, 2025
- 4.58 MB
- 125
- 11.2.5+1
- Retail
File Name
RQE-11.2.0.7.zip
Supported Versions
- 11.2.5
- 11.2.0
Changelog | Past Releases
v11.2.0.7 (2025-10-05)
HIGHLIGHTS:
- Fixed RQE:QuestRewardsTooltip() function to include additional choice rewards as these were previously not showing up reliably (2025.09.22)
- Improved multi-zone quest support: hotspot progress is now preserved when moving between zones (2025.09.23)
- Fixed step progression with Blizzard waypoints: objectives now advance correctly even when waypointText is present (2025.09.23)
- Improved waypoint reliability: fallback waypoints are now automatically created from Blizzard’s quest directions (2025.09.23)
- Objective-aware guidance and marking: hotspots (`oI`) and npcTargets (`obj`) tied to completed objectives are now automatically filtered out, improving accuracy and reducing noise (2025.09.24)
- Custom waypoint labels: coordinateHotspots may now include a wayText field. If present, the waypoint will display this custom text instead of the default “QID QuestName”. This allows authors to show context-specific guidance like “Collect the Book” or “Open the Chest” right on the map (2025.09.25)
- Added new file to maintain what the API is with the current Blizzard system to future-proof and add for eventual functionality across other game versions (2025.09.26)
- Waypoint labels are now more consistent: when Blizzard directions or DB hotspots aren’t available, fallback waypoints always use “QID: ###, Quest Name” instead of sometimes reverting to just the quest name (2025.09.27)
- Fixed auction house purchase macros: `"x"` quantities are now resolved dynamically from quest objectives, ensuring correct counts across all objectives (2025.09.30)
- Improved waypoint title handling in WaypointManager.lua: waypoints now consistently use hotspot wayText (via _currentHotspotIdx), correctly fall back when no direction text is available, and no longer revert to raw "QID: ###, Quest Name" strings. (2025.09.30)
Improved waypoint stability and accuracy
• Added continent-level fallback waypoints when zone locations aren’t available, so guidance never disappears. (2025.10.02)
• Waypoints now respect Blizzard’s built-in directions when present, avoiding confusing switches. (2025.10.02)
• Custom waypoint labels (wayText) are preserved more reliably when moving between hotspots. (2025.10.02)
- Added functionality to track location by a set location or that of coordinates in an array, to also include mapID and/or continentID (2025.10.02)
- Improved waypoint accuracy for searched quests: waypoints now correctly prioritize zone locations and only use continent fallbacks when outside the target area. (2025.10.04.1513)
- Fixed an issue where waypoints sometimes appeared in the wrong map or wouldn’t recreate after the first click. (2025.10.04.1513)
- Smarter searched-quest behavior: the “W” button now reliably creates or refreshes waypoints for quests you haven’t picked up yet. (2025.10.04.1513)
- Updated NPC interaction macros to automatically use RQE’s built-in marker system, ensuring more consistent marking of quest givers and targets. (2025.10.04.1513)
- Improved waypoint creation logic: searched quests without Blizzard direction text now correctly generate fallback waypoints, and tooltip data auto-refreshes for more accurate coordinate display. (2025.10.04.2046)
- Improved event-type quest handling: RQE now advances steps for quests that are Ready for Turn-In even when objectives never flag as completed [via new CheckDBComplete support in Core.lua]. (2025.10.05.0301)