A World of Warcraft addon that helps you deplete Mythic+ keystones to a specific level via the Lindormi NPC dialogue.
- Show Keystone Dungeon and Level – Displays the dungeon name and your current keystone level whenever you talk to Lindormi.
- Target level dropdown – Shows all levels from +2 up to your current level (highest first).
- Auto-depletion loop – Handles gossip selection, depletion confirmation, and repeated cycles until the target is reached.
- Moveable window – The info window can be freely repositioned on screen.
Note: To avoid accidental keystone depletion, the addon does not remember the target level between sessions. When you reload, relog, or restart the game, it will not continue depleting, you need to select and confirm the target level again. A keystone can only be depleted by 1 level each time you click her.
- Talk to Lindormi (NPC ID 197711) at Portal to The Timeways.
- The Keystone Depleter window appears showing your current dungeon name and keystone level.
- Use the dropdown to pick the level you want to deplete down to.
- Press Confirm and click the gossip option to start the process.
- From that point the addon handles the entire gossip flow: selects the option and confirms the popup each cycle until the target level is reached.
- Title line –
Dungeon Name +Level - Current Target line – shows the chosen target, or the current level when none is set
- Dropdown – levels from
+2up to the current level (highest at the top); selecting the current level unsets the target - Confirm button – stores the selected level as the depletion target
- Cancel button – clears the active target
- Bag Scanner (
KDBagScanner.lua) – Parses keystone data directly from the item hyperlink; no tooltip scan orGetItemInfoneeded. - Frame (
KDFrame.lua) – Lightweight custom UI built with native WoW frame APIs; no external libraries required. - Event Handler (
KeystoneDepleter.lua) – Responds toGOSSIP_SHOW,GOSSIP_CLOSED,GOSSIP_CONFIRM,GOSSIP_CONFIRM_CANCEL, andGOSSIP_OPTIONS_REFRESHED.
Demonperson (a.k.a. 92Garfield)
https://raider.io/characters/eu/blackmoore/Demonperson
MIT – see LICENSE.