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

  • Your Rating

  • Share
  • Report Abuse

SimpleMD

 

Project Updated:
Files Updated: Wed, Aug 19 2009
Supports Game Version: 3.2.0
Category: Class, and Hunter
Tags:

, , , and [Edit Tags]

Project Manager: Starinnia
Additional Authors: No additional authors
Current Version: 3.0.6
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 19
Downloads Total: 59,506
Favorites: 170
Comments: 43
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About SimpleMD
  •  

SimpleMD is a small addon used to broadcast information about your misdirection spell to other hunters with the addon.

And remember, if you like my addon, please rate it highly. :)

Slash Commands

/simplemd or /smd

Features

  • Automatic broadcasting on successful Misdirection cast, even from within macros
  • Multiple display zones including, the chat frame, on screen, to a custom channel, raid warning, raid and party chat, and even to Scrolling Combat Text addons
  • Warnings include: MD cast, MD fading, and cooldown information
  • Optional cooldown bars for a visual representation of everyone's MD cooldown
  • CD Bars and Cast/Fade/CD warnings are only displayed if you are in a party or raid

New to version 3.0

  • Improved combat log parsing means that SimpleMD is able to track all misdirection casts and fades from any hunter, even if they don't have SimpleMD
  • The addon only sends messages for cooldowns and Readiness
  • This means that if your marksman hunter doesn't use SimpleMD the bars might get a little weird, but should still give a good estimate of who has misdirect available

Localization

Although the addon will detect and display message without any translations, everything will be in English. Currently only zhCN is fully translated. If you would like to help translate this addon please visit the WoWAce page and use the Localization Tool. Also, if you update the translations, please file a ticket about it so I can make an updated release.

Reporting Bugs/Suggestions

Please use the ticket system to submit bug reports. It makes my life much easier and will get problems fixed quicker since I get an email when a ticket is submitted, but I get nothing for comments on Curse. If you need to discuss something and would rather not use a ticket you can also use the forum thread on the WoWAce forums.

  • Downloads (5)
  •  
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  
  SimpleMD 3.0.6 Release 3.2.0 4,910 8/19/2009
  SimpleMD 3.0.5 Release 3.2.0 3,298 8/4/2009
  SimpleMD 3.0.4 Release 3.1.0 4,003 6/8/2009
  SimpleMD 3.0.3 Release 3.1.0 3,661 4/14/2009
  SimpleMD 3.0.2.1 Release 3.0.3 2,861 1/9/2009
  • 1 page(s)
  • 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.
  • Starinnia said

    quikcell24: I fixed the error you reported in version 3.0.6, but I could not reproduce your inability to see output. Remember, the addon will only display MD casts and fades if you are in a party or raid.

    Reply Report Permalink
  • quikcell24 said

    and I don't see any call in any channel I had picked.

    Reply Report Permalink
  • quikcell24 said

    Hmm I've just d/l it and I'm getting this error:

    3.0.5\SMD_Menu.lua:80: attempt to call method 'SetAlphs' (a nil value)
    (tail call): ?:
    : ?
    :"safecall Dispatcher[2]":9: in function
    (tail call): ?:
    AceConfigDialog-3.0-34:786: in function
    AceConfigDialog-3.0-34:834: in function
    (tail call): ?:
    : ?
    :"safecall Dispatcher[3]":9: in function
    (tail call): ?:
    AceGUI-3.0-25 (Altoholic):305: in function `Fire'
    ...olic\libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:61: in function :

    ---
    3.0.5\SMD_Menu.lua:80: attempt to call method 'SetAlphs' (a nil value)
    (tail call): ?:
    : ?
    :"safecall Dispatcher[2]":9: in function
    (tail call): ?:
    AceConfigDialog-3.0-34:786: in function
    AceConfigDialog-3.0-34:834: in function
    (tail call): ?:
    : ?
    :"safecall Dispatcher[3]":9: in function
    (tail call): ?:
    AceGUI-3.0-25 (Altoholic):305: in function `Fire'
    ...olic\libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:72: in function :

    Reply Report Permalink
  • xxlagunaxx said

    thnx for the nice addon, its really helpful, but I'm wondering if i can change the message shown to the raid or w/e ( hunter has cast misdierection on "someone" ) to something I can write or add?

    Reply Report Permalink
  • Starinnia said

    There is no option to change that message and no simple way to do it yourself at the moment either.

    You could potentially change it by changing the translation in the locale file for your client's locale.

    Under the Locales folder open it in a text editor and find the line that has
    L["%s cast Misdirection on %s"] =

    change the other side of the equals sign to whatever you want to say, however you must include %s twice or you will get errors, the first %s will be replaced by the hunter's name and the second %s will be the target's name.

    For example, in the enUS.lua file, line 8 is
    L["%s cast Misdirection on %s"] = true
    if you change that to
    L["%s cast Misdirection on %s"] = "%s MD'd %s"

    That would work fine in the game and would display the new message.

    Reply Report Permalink
  • Any thoughts about implementing the rogue skill Tricks of the Trade in a similar fashion? I'll be trying to work it out now, curious if you want the updated code?

    Reply Report Permalink
  • Starinnia said

    Check out TrickOrTreat by falconindy: http://wow.curse.com/downloads/wow-addons/details/trickortreat.aspx

    Not exactly like SMD, but the same principle.

    Reply Report Permalink
  • Starinnia said

    spinn, should be fixed in version 3.0.2.1, which should be on Curse in a few minutes

    Reply Report Permalink
  • spinn said

    I get the following error when I uncheck the display Cooldown Bars.
    AceConfigDialog-3.0-25:779: Method DisableBars doesn't exist in handler for type func
    AceConfigDialog-3.0-25:779: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:601>

    Reply Report Permalink
  • spinn said

    I am unable to deselect the option to hide the Cooldown Bars for SimpleMD. Everytime I deselect it and then open the config again, the check box to show the Cooldown Bars is still checked. This is on a completely clean install of WoW and all add-ons (new PC build). Did this not happen before on my old PC/previous build.

    Reply Report Permalink
  • Starinnia said

    Fixed a random logic bug that I somehow missed in testing. My apologies for not finding it sooner. New release posted.

    Reply Report Permalink
  • Starinnia said

    I am aware of a few issues with the latest beta for WoW version 3.0.2. I am working hard to correct the issues and expect to post a new beta in a few hours.

    Reply Report Permalink
  • Starinnia said

    Alpha/Betas for the PTR/Beta of WoW can be found here:
    http://www.wowace.com/projects/simple-md/repositories/wrath/files/

    These are bleeding edge an sometimes untested. If you desperately need an updated version for tomorrow's patch before I can post a tested release, there is your source.

    Reply Report Permalink
  • Starinnia said

    Please post bugs or suggestions as tickets on WoWAce. The "See tickets on CurseForge" should redirect you. Requests in comments will be ignored.

    Reply Report Permalink
  • Combat log parsing would be very nice. It's pretty annoying if you are the only hunter using it which forces you to look at the tank's buffs instead of seeing quickly when the md of the other hunter fades.

    Reply Report Permalink
  • Starinnia said

    That is already in the version for the next patch. :) Any further suggestions or bug reports should be made at the tickets page:
    http://www.wowace.com/projects/simple-md/create-ticket/

    Reply Report Permalink
  • Starinnia said

    Arry,

    I think you were using a different mod before. SimpleMD doesn't make macros at all. You can use macros with the mod, but its not required. Were you using Hunter MisdirectionHelper maybe?

    Reply Report Permalink
  • Arry said

    I was told to rename my wtf file, that of course deleted my macro's. I downloaded latest version but it didn't automatically create the macro like the 1st time. I'm not computer savvy and very lost. can you help me please? :D

    Reply Report Permalink
  • Starinnia said

    Sorry for the two updates in two days. Minimal testing showed the last version to work fine. However, raiding showed massive errors and other bugs. They have all been correct in the most recent Curse release. Please report any further problems in comments or tickets.

    Thanks!

    Reply Report Permalink
  • Starinnia said

    Thank you. Added to next revision.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 16,832 HealBot Continued Buffs & Debuffs, Class, and...
  2. 1,387 DrDamage Combat, Caster, Class, Damage...
  3. 1,055 AutoBar Bags & Inventory, Action Bars...
  4. 698 ForteXorcist Buffs & Debuffs, Class, Combat...
  5. 644 Elkano's BuffBars Buffs & Debuffs, Class, Combat...