1. #1
    Deleted

    The Spellreflect Macro

    So I've been using the same macro for my spellreflect for quite some time now, however I am getting somewhat tired of having to spam it for it to work properly. And even after some spamming it seems to be messing about with different error messages sometimes.

    The one im using is as follows -

    #showtooltip Spell Reflection
    /equipslot 16 Last Laugh
    /equipslot 17 Wall of Terror
    /cast Spell Reflection

    Is there anything you can change so it just takes one simple click, or to avoid some annoying error messages?

    Thanks in advance.

  2. #2

    Re: The Spellreflect Macro

    spellreflect macro:
    /cast [stance:3] Battle Stance
    /equip Stoneguard
    /equip Hero's Surrender
    /cast Bloodrage
    /cast Spell Reflection

    UIerrorsoff macro:
    /script UIErrorsFrame:Hide()

  3. #3
    Deleted

    Re: The Spellreflect Macro

    Cheers man, ill trade out my current macro for that script instead!

  4. #4

    Re: The Spellreflect Macro

    I have mine on scroll up, it really helped because now I can spam it better, its especially useful for when a mages do this ice thingy which stuns, and you want to spell reflect to go off as soon as possible.

  5. #5

    Re: The Spellreflect Macro

    The problem with it taking more than one click is that about a year ago Blizzard made item swapping in combat take up a very small GCD of about 0.5 seconds primarily to stop certain classes from using macros which swapped Idols\Relics\Totems depending on what spell they were casting.

    So the macro you're using is fine; adding
    /run UIErrorsFrame:Clear()

    at any point in a macro will make it that you will never see error text for any line in the macro above that script.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  6. #6
    Deleted

    Re: The Spellreflect Macro

    Interesting to bind it to scroll, Gonna have to try that out

    Thanks for all the help, feels good to get rid of the annoying error messages!

Posting Permissions

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