A simple add-on to remind yourself, your party or your raid about mobs and the tactics you like to use against them.

This can be useful when raiding to easily recap on the tactics intended for bosses, telling raid-newbies what tactics to expect, or telling seasoned veterans not to forget to put on their Onyxia Scale Cloak or they are toast!

You can bind a button to report on the tactics of the current target (particularly useful with, say, the summoned bosses in Silithus, where you don't know which one you are going to get until it appears, and have little time to explain); or your can assign keywords to mobs so that you can list tactics whenever you want.

You can set the report to be sent to only your own display, your raid, party (default), or to whisper an individual player, or assign any channel of your choosing.

Use:
/tactics - list tactics for current target
/tactics help - display help information
/tactics all - list all known mobs
/tactics instances - list known instances supported
/tactics list <instance> - list known mob keywords for the given instance
/tactics channel - report current channel
/tactics channel <raid|rw|party|say|self> - set to report to specified channel
/tactics channel whisper <target> - whisper to specified character
/tactics channel custom <channel number> - send to custom channel number
/tactics <mobname> - list the tactics for the named mob
...or bind a key to report tactics for your current target

** Adding New Tactics**
To add your own tactics, use any basic text editor (NotePad, TextEdit) to open descriptions.lua in the Tactics folder. At the beginning of the file you'll see some basic instructions, and example, and a template for adding new tactics. Copy the template into the body of the descriptions file and replace the sample text (Boss Name, Line 1, etc.) with your own text.

Notes: 
- Each line of text must be 255 characters (including spaces) or less in order to fit into chat window constraints;
- Quotes, commas, etc. must all be in the correct places or you'll generate errors. Use only plain quotes, not smart quotes, and don't use double quotes in the body of your text.
- Also, the list of all mobs is output in the order they are entered into the lua file, so if you want it to come out in alphabetical order, it has to go in that way. Right now the mob list is alphabetized by instance, then by boss name.

A template and some descriptions are provided in the description.lua file.

