promotional bannermobile promotional banner

RankoneQoL

A lightweight quality-of-life addon controlled via a sleek standalone interface with integrated audio, performance, and automation tools.

File Details

RankoneQoL v0.7.5

  • R
  • Jun 11, 2026
  • 55.35 KB
  • 2
  • 5.5.4
  • MoP Classic

File Name

RankoneQoL 0.7.5.zip

Supported Versions

  • 5.5.4

# 📋 RankoneQoL - Changelog An overview of the advanced interface mechanics, smart quest filters, and core engine overrides introduced in this release. --- ## [v0.7.5] - The Universal Frame Control & Intelligent Quest Update 📜✈️ ### ✨ Universal Windows Movement (`Modules\Features.lua`) * **Global Movable Frames Engine:** Unleashed full screen freedom for the default Blizzard user interface [INDEX]. Players can now grab and freely reposition nearly any standard game window (Spellbook, Talents, PvP, Guild Roster, Professions, Achievements, etc.) [INDEX]. * **Millisecond-Perfect Character Frame Initialization:** Implemented an active login bypass for the `CharacterFrame` [INDEX]. Instead of lazily waiting for the first window reveal, the core engine aggressively prepares the frame immediately upon `PLAYER_LOGIN` [INDEX]. **Result: The Character panel can now be dragged with pixel-perfect response from the exact moment you first log into the game.** [INDEX] * **World Map Isolation:** The engine automatically filters and bypasses any map interactions (`WorldMapFrame`) to avoid asset clipping, ensuring your custom Map module maintains its dedicated behavior [INDEX]. ### 📜 Intelligent Multi-Quest & Gossip Overhaul * **Sequential Multi-Quest Acceptation:** Completely rewritten the `C_GossipInfo` array data sweeps [INDEX]. When interacting with a quest giver offering multiple assignments, the engine iterates flawlessly through the lists [INDEX]. Accepting the first quest automatically shifts the subsequent ones to index one, ending the infinite dialogue loop bug [INDEX]. * **Prioritized Automated Turn-Ins:** When talking to an NPC with multiple active hand-ins, the engine specifically filters and prioritizes objectives marked as fully completed (`isComplete = true`) [INDEX]. The addon will rapidly turn in all finished quests back-to-back without needing to manually click or restart the NPC dialogue [INDEX]. ### 🔇 Permanent Silent Hover Guard * **Silent Voice-Over Suppression:** Resolved the lingering character vocal feedback bug during far-off player interactions [INDEX]. The addon now acts as an account-wide configuration guard, automatically forcing the system audio-override `Sound_EnableErrorSpeech` to `"0"` (Disabled) upon loading in [INDEX]. * **Clean Gameplay Focus:** This permanent clamp securely silences your character's vocal lines (*"Out of Range!"* / *"Too far away!"*) during background tooltip inspects [INDEX]. Crucial visual alerts (red error messages) remain fully active on your screen [INDEX]. --- ## 💻 Current File Structure (v0.7.5) The project now runs fully optimized across 10 high-performance, strictly isolated source files: * `RankoneQoL.toc` & `logo.blp` (Main directory) * `Core\Localization.lua`, `Core\Sounds.lua`, `Core\Core.lua` * `Modules\Features.lua` 🌟 (*Major Logic Updates*) * `UI\Displays.lua`, `UI\Graphics.lua`, `UI\Audio.lua`, `UI\Maps.lua`, `UI\Tooltip.lua` 🌟 (*Cleaned Up*) * `Minimap\Minimap.lua`