1. #1

    Priest cure disease/dispel magic macro

    i need help with a macro that will cast Dispel Magic on the target but if the debuff is not a magic effect but a disease it will cast cure disease instead i was thinking of something like this,
    #showtooltip
    /cast Dispel Magic
    /cast Cure Disease

    i dont dont have a way to test it out yet since im not in dungeon, or dueling to test it out

  2. #2
    All that macro does is cast Dispel Magic on your target. There is no way to write a macro that will dispel the proper debuff for you.

  3. #3
    Macros cannot check for debuffs/buffs and make decisions based on which buffs/debuffs are active etc. What you're asking for is an impossibility. Put both spells on your bar and use some brain power to dispel ;p
    Quote Originally Posted by Precursor View Post
    "Fall of therzane....." ....um what? if that woman fell , god help us it will be the second cataclysm
    Words that lots of people don't seem to know the definition of:
    "Troll", "Rehash", "Casual", "Dead", "Dying", "Exploit".

  4. #4
    Quote Originally Posted by Vook View Post
    Macros cannot check for debuffs/buffs and make decisions based on which buffs/debuffs are active etc. What you're asking for is an impossibility. Put both spells on your bar and use some brain power to dispel ;p
    Alternatively, you can do both! Use some brain power and still have them linked to one button.

    #showtooltip
    /cast [mod:shift] Cure Disease; Dispel Magic

    Just be sure that your Shift + <key> isn't bound to anything else, like Action Pages.

    Either way, you still have to know what you want to dispel before dispelling it. There's no way around that (other than being a paladin, of course.)
    Originally Posted by Daxxarri (Blue Tracker)
    What you're experiencing is world PvP on a PvP realm. I realize that it's not for everyone, but it's not something that we plan to adjust. The harsh reality is that life on a PvP realm can be difficult, and if you aren't prepared for the rigors of playing on such a realm, then it's probably in your best interest to transfer to a normal realm, or, if you cannot afford that, then consider creating a new character on a normal realm.
    Grim Campfire

  5. #5
    Field Marshal Tavynn's Avatar
    10+ Year Old Account
    Join Date
    Nov 2010
    Location
    Atlanta
    Posts
    75
    They are correct, it wont make the decision for you. The best you can do is something like:

    #showtooltip
    /cast [mod:shift] Dispel Magic; Cure Disease


    What that says is if you hold the shift key down, it will cast Dispel Magic, if you arent holding shift it will cure disease.

    Or, just download decursive. Great addon, gives you a small row of boxes at the bottom of your screen, and you left- or right-click based on what you need removed. that way, you could take that off your bar completely.

    I just used the above macro to bind dispel magic for offensive purposes to another spell. Basically, I will be using Decursive for defensive cleansing, and have a shift-modified dispel magic bound to another spell in case I need to mess someone up in PvP.



    BLAST! Ema beat me by a minute.
    Last edited by Tavynn; 2011-02-12 at 04:59 AM. Reason: Blast!
    When the going gets tough, the tough hide under the table...

  6. #6
    Quote Originally Posted by Tavynn View Post
    BLAST! Ema beat me by a minute.
    I am teh sneaky. Also, you dispel more magic than diseases these days, so Dispel Magic should be the default cast. :P

    You can also use other addons (like Vuhdo, an annoying-but-powerful raid frames addon) to modify how you click cast things.
    Originally Posted by Daxxarri (Blue Tracker)
    What you're experiencing is world PvP on a PvP realm. I realize that it's not for everyone, but it's not something that we plan to adjust. The harsh reality is that life on a PvP realm can be difficult, and if you aren't prepared for the rigors of playing on such a realm, then it's probably in your best interest to transfer to a normal realm, or, if you cannot afford that, then consider creating a new character on a normal realm.
    Grim Campfire

  7. #7
    Alright, next step up :3

    I'm trying to set up this shift-check macro for a mouseover macro. So far it isn't working as well as I'd hoped. x.x

  8. #8

  9. #9
    #showtooltip
    /cast [@mouseover, mod:shift][] Dispel Magic; [@mouseover, nomod][] Cure Disease





    I think...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •