Close
Showing results 1 to 6 of 6

Hybrid View

  1. #1

    Default

    I think I understand what you made. But it seems over-engineered, and it casts dispel magic for everyone

    What I do is have raid-style party unitframes showing all debuffs, on every character, and order characters by alphabet, so it is exactly the same on each screen. Having it sorted alphabetically means it is unaffected by order of party invite and doesn't matter which slot your char is in ISBoxer.

    My macro is like this,
    keydown: sync cursor -> all;
    keyup:
    /stopcasting [@mouseover,help,nodead]
    /cast [@mouseover,help,nodead]
    Dispel Magic

    Can also be repurposed for Remove Curse, Cleanse and Abolish Poison/Disease. You can even do 2 action simultaneously, e.g. priest removes disease and mage decurses at same time.

  2. #2

    Default

    Quote Originally Posted by Wizeowel View Post
    I think I understand what you made. But it seems over-engineered, and it casts dispel magic for everyone

    What I do is have raid-style party unitframes showing all debuffs, on every character, and order characters by alphabet, so it is exactly the same on each screen. Having it sorted alphabetically means it is unaffected by order of party invite and doesn't matter which slot your char is in ISBoxer.

    My macro is like this,
    keydown: sync cursor -> all;
    keyup:
    /stopcasting [@mouseover,help,nodead]
    /cast [@mouseover,help,nodead]
    Dispel Magic

    Can also be repurposed for Remove Curse, Cleanse and Abolish Poison/Disease. You can even do 2 action simultaneously, e.g. priest removes disease and mage decurses at same time.
    Thank you this helped alot!

    Adding the curse, disease, etc. will you do that in the same macro or create a new one and then add an extra action in the key?

  3. #3

    Default

    Quote Originally Posted by Baggio View Post
    Adding the curse, disease, etc. will you do that in the same macro or create a new one and then add an extra action in the key?
    I have 2 keys for this, and each class 1 or 2 macros since that's enough on Alliance in Classic.

    key A sends -> decurse button to any druids* and mages, dispel magic button to any priests, cleanse to any paladins
    key B sends -> abolish poison to any druids*, abolish disease to any priests, cleanse to any paladins

    *) Druid might be a tank so the macro for ferals includes nocombat
    /stopcasting [@mouseover,help,nodead,nocombat]
    /cast [@mouseover,help,nodead,nocombat] Remove Curse

    I also use Weakauras to remind me which button. So when curse or magic shows up on any party member, it shows an icon with A in the corner; when poison or disease it shows B.

Posting Rules

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