Description
Dungeon Queue Commander
========================
**Dungeon Queue Commander (DQC)** gives you *one-click smart queuing* for Random Dungeons and LFR in Retail **and** the Legion **Remix** event. It adds a crisp green-eye **minimap button** and a tiny control panel so you’re always queued for *something* PvE—with zero clutter and no external dependencies.
### What it does
- **One-Click Smart Queue** – Press “Queue Now” on the panel to queue for whichever activity is eligible (Random Dungeon first; falls back to LFR if available).
- **Smart Prompts (optional)** – If you’re not in a queue and not inside an instance, DQC can gently surface the Group Finder every X seconds (default 30s) so you never forget to re‑queue.
- **Minimap button** – Green eye icon around your minimap. **Left‑click opens Dungeon Finder**; **Right‑click opens options**.
- **Retail + Remix compatible** – Uses the Retail client’s LFD/LFR APIs and avoids Classic-only code. Works fine during the Legion Remix event.
- **Lightweight** – No hard dependencies. Integrates cleanly with the Blizzard UI.
### Who it’s for
- **Timerunners** in Legion Remix who want continuous dungeon/LFR runs while leveling.
- **Alt armies** and casual players who just want to stay queued while doing world content.
- Anyone who wants a **simple, reliable queue helper** without an overblown UI.
### Key features
- Smart “queue for something PvE” logic (Random Dungeon -> LFR).
- Minimap button (green eye) with left/right‑click actions.
- Config window: enable/disable, show/hide minimap button, prompt interval, prefer last used finder (LFD/LFR).
- Account‑wide **SavedVariables** (defaults ON).
- Slash commands: `/dqc`, `/queue`, `/pve`
- `/dqc on` / `/dqc off` – master toggle
- `/dqc` – open the options panel
- `/queue` – attempt to queue now
### Important notes (Blizzard rules)
- WoW protects queuing actions—**you must click** to queue. DQC complies by performing the secure click you request on “Queue Now.”
- **Auto‑queue** without a click is not possible. Instead DQC uses **Smart Prompts** to open the appropriate finder so the next click is instant.
### Installation
1. Download the ZIP and extract the **DungeonQueueCommander** folder into:
`World of Warcraft/_retail_/Interface/AddOns/`
2. Restart or reload (`/reload`).
3. Look for the green eye minimap button. Use `/dqc` to open options.
### Dependencies
- **None required.** DQC ships with a native minimap button.
- Optional: **LibDataBroker/LibDBIcon** if you want LDB launchers (not needed).
### Changelog
- **1.1.2** – Fix: minimap click handling (higher frame strata/level, explicit click registration, OnClick handler). Keeps left‑click = open Dungeon Finder, right‑click = options.
- **1.1.1** – Fix: removed EasyMenu dependency; increased minimap radius; Smart Prompt reliability; added UI help text.
Feedback & issues welcome!


