1. #1
    Mechagnome Fog's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Vesterålen
    Posts
    643

    Spell Reflection macro issue

    Hello, fellow MMO-Championeers.
    I've searched for other topics, thought I found answers but it still didn't help me. Which is why I create this thread.

    After patch 4.2 hit, I found my macro to not work. I didn't PvP much so I didn't bother. Specced prot and all was fine and dandy.
    But now, I respecced arms PvP, and I still can't get this macro to work.

    Here it is:

    /#showtooltip Spell Reflection
    /cast Spell Reflection
    /equip Vicious Gladiator's Slicer
    /equip Vicious Gladiator's Shield Wall

    I know for a fact that this macro should work, I have the same exact macro on a lvl 68 warrior I got, and it works on him.
    Besides, my Shield Macro, which is written in the same way, works on my main warrior. But not Spell Reflection..

    Is there anyone of you who might have an answer?
    Fog the Proven Assailant
    <The Internet People>
    Stormrage EU
    Stream Twitter WeakAuras - discontinued

  2. #2
    You can give it put it in a smarter order and give it a condition if it's spitting out errors as you spam it like:
    Code:
    #showtooltip Spell Reflection
    /equip Vicious Gladiator's Slicer
    /cast [worn:shields]Spell Reflection
    /stopmacro [worn:shields]
    /equip Vicious Gladiator's Shield Wall
    But there was a change about last patch that as soon as you take your Shield off, you lose the buff for Spell Reflection and Shield Wall and things like that.

    So understand that if you are immediately switching back to your 2h.

    Let me know if you are still having problems.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    The Lightbringer Siri's Avatar
    15+ Year Old Account
    Join Date
    Dec 2008
    Location
    Eolian
    Posts
    3,546
    Quote Originally Posted by lawomous View Post
    But there was a change about last patch that as soon as you take your Shield off, you lose the buff for Spell Reflection and Shield Wall and things like that.
    Uhm, this is incorrect, you keep the buffs even after you take the shield off.

  4. #4
    Mechagnome Fog's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Vesterålen
    Posts
    643
    Quote Originally Posted by lawomous View Post
    You can give it put it in a smarter order and give it a condition if it's spitting out errors as you spam it like:
    Code:
    #showtooltip Spell Reflection
    /equip Vicious Gladiator's Slicer
    /cast [worn:shields]Spell Reflection
    /stopmacro [worn:shields]
    /equip Vicious Gladiator's Shield Wall
    But there was a change about last patch that as soon as you take your Shield off, you lose the buff for Spell Reflection and Shield Wall and things like that.

    So understand that if you are immediately switching back to your 2h.

    Let me know if you are still having problems.
    I actually forgot to adress is the problem, my fault. I guess that's the curse of being in a hurry, heh.
    Anyway, what actually happens is that I never get to equip my 1h and shield. I get an error message saying I need to equip a shield. WHich is what this macro is supposed to do...

    I tried your macro, and I still have the same problem.

    As mentioned, the very same macro works on my other warrior, and the Shield Wall macro, which is written in the same way, works perfectly on both my chars.
    I only have problem with the SR macro on my main character.

    Is there anything beyond the macros that might be the problem?
    Fog the Proven Assailant
    <The Internet People>
    Stormrage EU
    Stream Twitter WeakAuras - discontinued

  5. #5
    My macro wouldn't give an error saying that you need to equip a shield. I tested it and it's the same one I use.

    I honestly can't think of anything else besides:

    1) Double checking 100% that the correct macro is dragged onto your bar, and
    2) Confirming that you have both of those items in your bags.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  6. #6
    Mechagnome Fog's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Vesterålen
    Posts
    643
    Quote Originally Posted by lawomous View Post
    My macro wouldn't give an error saying that you need to equip a shield. I tested it and it's the same one I use.

    I honestly can't think of anything else besides:

    1) Double checking 100% that the correct macro is dragged onto your bar, and
    2) Confirming that you have both of those items in your bags.
    I know it shouldn't but it does. I have checked it multiple times. I even removed the SR macro from the action bar instead of just replacing it.
    Still nothing... /sadface
    Fog the Proven Assailant
    <The Internet People>
    Stormrage EU
    Stream Twitter WeakAuras - discontinued

  7. #7
    First thing is first, almost all of these spell reflect macros listed have failed errors in the arguments which means they will take slightly longer. Second, you do lose any shield effects once you remove your shield, its been this way since vanilla and it has never changed all the way through 4.2.

    #showtooltip Spell Reflection
    /cast [stance:1/2,equipped:Shields] Spell Reflection; [stance:3] Defensive Stance
    /stopmacro [equipped: Shields]
    /stopcasting
    /equipset SnB

    The first argument means, if you press this and you're in battle or defensive stance WITH a shield it spell reflects, if not, it puts you in defensive stance. The second stops the macro in its place if a shield is equipped so it doesn't waste a few seconds trying to re-equip a shield, as one is already equipped. (That is the first global entirely.) It will then equip a shield if one is not equip for the first global if nothing else above met conditions, defensive + SnB = same global. Then you spell reflect again as you must press it again if this is from berserker stance or requires you to equip a shield.

  8. #8
    Quote Originally Posted by Lohe View Post
    Uhm, this is incorrect, you keep the buffs even after you take the shield off.
    Absolutely wrong.

  9. #9
    Quote Originally Posted by Lohe View Post
    Uhm, this is incorrect, you keep the buffs even after you take the shield off.
    This is cute junior, but not true.
    My hunter is the genetic love child of Liam Neeson, the Dos Equis guy and Chuck Norris. You lose.

    <broken image snip>

  10. #10
    The Lightbringer Siri's Avatar
    15+ Year Old Account
    Join Date
    Dec 2008
    Location
    Eolian
    Posts
    3,546
    Yeah, I just made that up because it's not as if I don't use it all the time...



    Call it a bug if you want but don't say it doesn't work.

  11. #11
    Does seem to be some kind of bug Lohe with Fury then, as it has never worked with Arms or Protection spec.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  12. #12
    The Lightbringer Siri's Avatar
    15+ Year Old Account
    Join Date
    Dec 2008
    Location
    Eolian
    Posts
    3,546
    I never really tried Arms at max level so I did some tests now.
    The buffs go away if your off-hand is EMPTY, but not if you replace it with a weapon.
    Weird, clearly a bug

  13. #13
    Mechagnome Fog's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Vesterålen
    Posts
    643
    Quote Originally Posted by Lohe View Post
    I never really tried Arms at max level so I did some tests now.
    The buffs go away if your off-hand is EMPTY, but not if you replace it with a weapon.
    Weird, clearly a bug
    Very nice you cleared that up for us. I was interested in it myself.
    However, I still have my problem! halp pl0x
    Last edited by Fog; 2011-11-06 at 10:00 PM.
    Fog the Proven Assailant
    <The Internet People>
    Stormrage EU
    Stream Twitter WeakAuras - discontinued

  14. #14
    Have you checked that everything is spelled correctly? I did a /cast Spell Reflect and then raged for a week wondering why it didn't work.

Posting Permissions

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