• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Tactics (GD)

 
Project Updated:
Files Updated: Wed, Jan 7 2009
Supports Game Version: 3.0.3
Category: Combat
Tags:

, , , and [Edit Tags]

Project Manager: belleboom
Additional Authors: No additional authors
Current Version: Tactics (GD) 3.0.2
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 7
Downloads Total: 24,853
Favorites: 129
Comments: 34
  • Contests
  • About Tactics (GD)
  •  

A simple add-on to easily send fight tactics to yourself, your party or your raid. I've included tactics for a number of bosses (but not all; hey, I'm not Superwoman!); instructions for adding your own tactics to the database are below. Send them to me and I'll add them to the mod!

This is an expanded version of the original Tactics addon by Bod, modified by ponei for 2.0 (available here: http://wow-en.curse-gaming.com/files/details/5578/tactics-updated-for-wow-2-0/ ). Coding credit goes to the original authors, all I've done here is make a few minor changes (listed below), and expand the boss descriptions file. While hardly comprehensive, it reflects my guild's current progress and is what's worked for us so far.

Changes made in this version:

    • Reduced OnLoad spam
    • Made "RAID" the default channel
    • Added a "/tactics all" function to list all known mobs
    • Updated the TOC to reflect these changes
    • Added boss descriptions used by my guild, Grim Determination @ Earthen Ring.
    • See changelog.txt for details of more recent updates


Intro: (See the original project for a full description http://www-en.curse-gaming.com/files/details/2477/tactics/ )

You can bind a button to report on the tactics of the current target, or you can use keywords for 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 or your choosing.

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 or your choosing.

Commands:

    • /tactics or /tc - list tactics for current target
    • /tactics help - display help information
    • /tactics all - lists 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|rs|party|guild|say|self> - set to report to specified channel
    • /tactics channel whisper <target> - whisper to specified character
    • /tactics channel custom <channel number> - send to a numbered channel
    • /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.

If you develop new tactics and want to share them, I'd be happy to include them in Tactics (GD); PM me with your additions and I'll get to coding:)

Notes: Each line of text must be 255 characters (including spaces) or less in order to fit into chat window constraints, and the 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.

Localization: I've updated the mod for easier localization and have added a French localization file for the mod itself (not the boss spam) BUT I have no way to test it. Please post with any problems/updates, or message me with any additional localization files for future versions. Use the localization.en.lua file as your jumping off point, and translate as necessary. You'll probably want to update the boss spam in descriptions.lua to your local language as well.

  • Downloads (6)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Tactics (GD) 1.241 Release 2.4.0 26 4/2/2008
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Gabriel said

    Do you have some contact info?? I need to send you some of my changes for tactics, I added pretty much all missing boss tactics for all Instances and also a Fubar(soon to be LDB plugin) for it as well but I am having 1 issue I need to work out with you.

    Reply Report Permalink
  • DrKazza said

    Hi Belle... have you seen Boss Notes?
    http://wow.curse.com/downloads/wow-addons/details/boss-notes.aspx

    I've been working on the boss content and Bethink's been doing the hard coding stuff... it looks like there's a big overlap on what we think is useful.
    Why don't you try it out, it would be great to hear feedback from you on what we could improve

    Thx

    Kazza

    Reply Report Permalink
  • belleboom said

    Hi Kazza,

    Boss Notes looks great, and I applaud your addition of the GUI. I'm looking forward to looking more closely at your code and notes. Good work:)

    Reply Report Permalink
  • Zansorn said

    Hi Belle,

    First of all Bravo *claps* on this very important addon. If have updated my description.lua file with ALOT of the new fights.

    I was wondering how hard it would be to add a few optional variables to the code to allow us to modify the description.lua so we can have it whisper specific assignments to individuals. IE:

    ***************************************************************
    -- TEMPLATE
    {
    name = { "BossName", "Name" },
    shortName = { "name" },
    instance = "instance",
    description = {
    "Line3",
    "Line2",
    RAID: "Line1",
    MT: "Line1",
    OT: "Line1",
    HEALS: "Line1",
    }
    },
    ***************************************************************
    So the normal lines would be treated as they currently work... however if someone adds a variable like [MT:] then it would whisper whoever is assigned MT in a raid.

    Thank you so much!

    Taurnsformer - Gorgonnash

    PS If you know any code I could throw in on description in the mean time to "hard code" the name to whisper for now I would love love love u =]

    Reply Report Permalink
  • belleboom said

    Hi Zansorn,

    Thanks for the feedback and the ideas. I'm going to have to think about how this might work; the ugly hack way would be to make separate entries for each role (ex: shortName = {"nameMT"}, then use a macro to change the Tactics whisper target and then trigger the specific instructions for that role. After a quick think I'd say there's not a super easy coding fix for this, but let me think on it some more and see if I can come up with anything:)

    Reply Report Permalink
  • Zansorn said

    Belle,

    Thank you for the quick response.. I hope you have a flash of brilliance and figure this one out.

    =D

    Reply Report Permalink
  • belleboom said

    Updated with Naxx and Halls of Stone tactics.

    Reply Report Permalink
  • any hope of an update to this pls

    Reply Report Permalink
  • belleboom said

    Working on it, Wolfsshadow, but the holidays (and excessive ingestion of eggnog) have been slowing me down;) Hopefully I'll be able to post an update soon.

    Reply Report Permalink
  • Loving the mod, however during whispers, it will repeat every line of the tactic. For example, the illidan fight:
    24:Rykuma]: At 65%, Phase 2: Illidan takes off and summons two flames. Everyone is on the grill in 5 very tight groups arranged in a cross. Do not clump up too much (Fireball AoE dmg).
    24:Rykuma]: At 65%, Phase 2: Illidan takes off and summons two flames. Everyone is on the grill in 5 very tight groups arranged in a cross. Do not clump up too much (Fireball AoE dmg).
    24:Rykuma]: Do not spread out - everyone MUST stay within 25yds of at least one Flame. FR tanks will pull Flames to North tip of the grill and move them slowly in a semi-circle one on each side. Focus-fire one Flame.
    24:Rykuma]: Do not spread out - everyone MUST stay within 25yds of at least one Flame. FR tanks will pull Flames to North tip of the grill and move them slowly in a semi-circle one on each side. Focus-fire one Flame.

    Reply Report Permalink
  • quietandy said

    Can I suggest that the problem you are getting, is that you are whispering yourself, therefore you are seeing the sent then recieved whisper.

    Reply Report Permalink
  • belleboom said

    I have not been able to duplicate this issue with my own setup, scorpidlight; can you please turn off all addons other than Tactics and test it again, please?

    Reply Report Permalink
  • belleboom said

    Thanks for the report, I'll see if I can replicate the problem.

    Reply Report Permalink
  • Maegareo said

    Great mod Bella!

    Reply Report Permalink
  • Regicide said

    this looks like a very nice mod:) will be great for my guild, not many people are the best of leaders in it, this mod will surely be able to tell all the tactics easily:)

    Reply Report Permalink
  • daxdax said

    NP. Im glad someone appreciates my writing style.

    Sorry about some lines being longer than 255. I tried to find most of them. I also don't know if you noticed but I changed many existing tactics. Particularly the Curator. The other changes were mostly stylistic ones, like the Morose fight - that tactic was disorganized to the point of unreadable.

    Reply Report Permalink
  • belleboom said

    @daxdax: thanks for your work on this, I was just about to add the rest of the Kara mobs:) I pulled your tactics and am adding them to my version now; I'll have a new file posted for you all soon...

    Just to note, daxdax, I appreciated your writing style and humor but had to go through and condense a lot of the text to avoid over-spammage:) Just so you aren't surprised that the text has had a makeover. For instance, I deleted double spaces, abbreviated where possible, and edited each chunk of text to under 255 characters so that it doesn't get cut off.

    To anyone interested in adding tactics, you can PM them to me here and I'll include them:) Thanks!

    Reply Report Permalink
  • daxdax said

    hey i hope this works.

    I took your mod and loved it. but im running kara now, and you dont have many tactics for kara. what you do is incomplete. So i wrote my own. It covers EVERY boss in kara, optional and everything.

    And i added Gruul. Because everyone does gruul

    How can i get this to you? how can i get it uploaded as the newest version?

    Reply Report Permalink
  • belleboom said

    @ESN77:

    I'm glad you're finding the addon useful:) I'll look into localizing it, although you'd still have to translate the actual boss spam into your preferred language...

    Reply Report Permalink
  • ESN77 said

    Great Addon please can you add Babble-Boss Transation in it? http://wiki.wowace.com/index.php/Babble-Boss-2.2 http://wiki.wowace.com/wiki/AceLocale-2.2_API_Documentation#:GetReverseTranslation.28.22text.22.29 so that it works on German Clients.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 20,282 Deadly Boss Mods Boss Encounters, and Combat
  2. 6,362 Decursive Buffs & Debuffs, Boss Encounters...
  3. 6,034 Recount Combat
  4. 2,910 Clique Buffs & Debuffs, Combat, and...
  5. 2,371 OmniCC Combat