Strategy
Version: 0.1.0-alpha
Author: Jason Falk
License: MIT
Alpha Release: This project is currently in early alpha. Features and database content are subject to change.
Overview
Strategy is a World of Warcraft addon designed to help tanks and party leaders share concise, actionable encounter strategies in Mythic+ dungeons and raids.
Instead of relying on complex auto-detection or target scanning, Strategy provides a clean Strategy Panel that automatically appears when you enter a supported instance. The panel lists every boss and critical trash pack in progression order.
Simply click a button to announce the strategy to your group.
Features
- 🏰 Automatic Detection: Instantly loads the correct strategies when you enter a supported dungeon.
- 📋 Strategy Panel: A visual list of all encounters in the instance.
- ⚡ One-Click Announce: Click any button to output the strategy to chat.
- 🛡️ Role-Specific Advice: Strategies align
[TANK], [HEAL], [DPS], [INT], and [DISP] notes.
- 🎨 Modern UI: Clean, dark-themed interface with a detailed side panel.
- 🚫 Spam Prevention: Strategies are announced button-by-button, with full control over what is sent.
Installation
- Download the latest release.
- Extract the
Strategy folder to your WoW AddOns directory:
World of Warcraft\_retail_\Interface\AddOns\
- Restart WoW.
Getting Started
- Enter a Dungeon: The Strategy Panel will appear automatically.
- Select: Click a boss or trash pack to open the Detail Panel.
- Review: Read the strategy yourself in the side panel.
- Announce: Click the "Announce" button to send it to chat.
- Settings: Type
/strat settings to configure output channels, panel size, and more.
Commands
/strat or /strategy - Toggle the Strategy Panel.
/strat settings - Open the configuration menu.
/strat reset - Reset the "announced" status of all buttons.
/strat help - Show all available commands.
Supported Content
- The War Within: Full support for Season 3 Dungeons.
- Midnight: Forward-compatible architecture ready for 12.0.
Configuration
You can customize almost every aspect of the addon via /strat settings:
- Output Channel: Choose between Instance, Party, Say, Whisper, or Self (for testing).
- Styling: Adjust panel width, font sizes, opacity, and colors.
- Behavior: Toggle auto-show/hide.
Contributing
We welcome contributions! If you want to add strategies for a new dungeon:
- Look at
Database/TWW/Dungeon/operation-floodgate.lua as a template.
- Follow the concise writing style guide in
Database/README.md.
- Submit a Pull Request.