Thread: Swiftmend Bug

Page 2 of 2 FirstFirst
1
2
  1. #21
    The Patient
    Join Date
    May 2012
    Location
    FL, USA
    Posts
    328
    Quote Originally Posted by Ashrr View Post
    I use Vuhdo and have this problem occasionally when I cast the Swiftmend right after a Rejuvenation. Unfortunately, I'm not very good with macros. Any idea if the one you posted will work for me with Vuhdo?

    I click-cast (left click on a raid frame to RJ, ctrl + click on that target to SM).
    It will not matter if you are setup with mouse or keyboard bindings so long as the macro text remains the same. Vuhdo is just binding a mouseover to a mouse button for you, rather than using your keyboard.

  2. #22
    Quote Originally Posted by Chimaera View Post
    It will not matter if you are setup with mouse or keyboard bindings so long as the macro text remains the same. Vuhdo is just binding a mouseover to a mouse button for you, rather than using your keyboard.
    Well, for some reason it does not work with Vuhdo. Please try the addon with these solutions before you assume something even if it sounds in theory it should work.

    I finally found a solution that works for Vuhdo as well.

    #showtooltip
    /cast Swiftmend
    /use 1

    That's it.

    Btw, Hi Ashrr. Kisa here.

  3. #23
    The Patient
    Join Date
    May 2012
    Location
    FL, USA
    Posts
    328
    Quote Originally Posted by skmzarn View Post
    Well, for some reason it does not work with Vuhdo. Please try the addon with these solutions before you assume something even if it sounds in theory it should work.

    I finally found a solution that works for Vuhdo as well.

    #showtooltip
    /cast Swiftmend
    /use 1

    That's it.

    Btw, Hi Ashrr. Kisa here.
    I use Vuhdo and I have this solution in place myself. I was not assuming. I will however say it did not seem to want to work when I first put it in place until I did a ui reload. This did not happen solving the same issue with Power Word: Shield on my priest. It is possible the code works flaky for swiftmend for some reason, at least so far as through Vuhdo is concerned.

    Your solution is more convenient though so I recommend that way.

  4. #24
    You don't have to do a reloadui though, only need to open/close the Vuhdo options. Somehow that works. I am surprised that this did not work for the PW:S.

    But the Swiftmend bug is solved atleast, until Blizzard fixes it next year.

  5. #25
    I am starting to think that this is intended..

  6. #26
    Quote Originally Posted by Rorschachs View Post
    I am starting to think that this is intended..
    I searched around for this, and there is actually a blue respose for it on the bug report forums, and he says it's a known issue, so therefore I really hope it is not intended.

    Edit:

    I noticed that it might bug even with this solution at any random time, very rare though but happens, not sure if it's because of Vuhdo or not, but reloading UI or changing the macro to another number for /use works. Until next time it bugs out(?) So this shit must get fixed.
    Last edited by skmzarn; 2012-09-16 at 08:10 PM.

  7. #27
    i am having this anoying issue since patch and at beta, ill try these solutions and feedback later , hope it works i am sad and everytime i use SM i'm already expecting that damn hand of target

  8. #28
    Quote Originally Posted by Choonster
    I think (not 100% on this) people get around the blue hand (like with weapon enchants) by doing

    /cast [@none] spell
    [@none] actually forces the spell to bring up the blue hand instead of casting on a unit. There's no built-in slash command for this, but it can easily be done using an invisible secure action button.

    If you want an all-macro solution, use this in a macro:
    Code:
    /run if not InCombatLockdown()then SB=SB or CreateFrame("Button","SB",nil,"SecureActionButtonTemplate")SB:SetAttribute("type","stop")end
    /click SB
    You need to run this macro at least once out of combat to create the button, then you can safely use it in combat.



    If you'd prefer to have the support code in an AddOn, copy/paste the code blocks below into their own empty text documents and save them with the specified name/extension (capitalisation is important). Make sure you don't save them as .txt files. Once you have both files, move them to a new folder called SpellStopTargetingButton in your Interface\AddOns\ folder.

    You can use /click SpellStopTargetingButton in a macro with this AddOn enabled to cancel the blue hand.

    SpellStopTargetingButton.toc
    Code:
    ## Interface: 50001
    ## Title: SpellStopTargeting Button 
    ## Version: 1.0
    ## Author: Choonster
    ## Notes: Cancels the "blue hand" cursor when you use "/click SpellStopTargetingButton" in a macro.
    
    core.lua
    core.lua
    Code:
    local b = CreateFrame("Button", "SpellStopTargetingButton", UIParent, "SecureActionButtonTemplate")
    b:SetAttribute("type", "stop")
    http://us.battle.net/wow/en/forum/topic/6470987568
    Originally Posted by Orlyia (Blue Tracker / Official Forums)
    No, it's neither harassment NOR ninja'ing to roll on any item the system allows one to.

    Nor is it against any rules to votekick a member from the group - one person can't do it, apparently someone agreed with the rogue.

  9. #29
    That script/addon whatever seemed to work until I tried it out today in LFR. I couldn't even get any Swiftmend out at all. I don't know if it's something to do with Vuhdo, but that's about it. So I guess I have to live with the wonderful RNG until the boneheads at Blizz will fix it.

  10. #30
    It only bugs out right after you cast regrowth

  11. #31
    This is still bothering me, even after playing with the custom latency compensation thing which frankly, just makes queuing feel worse.

  12. #32
    The /Use 1 worked perfectly for me using Clique/Grid2 =)

    I now use;

    #showtooltip
    /cast [target=mouseover] Swiftmend
    /Use 1

    .....works like a charm, no more blue hand.

  13. #33
    you make us tree druids everywhere happy! :3

  14. #34
    Thanks a tone! That got incredibly irritating.

    I looked away for a second the other day and was just spamming rejuv and nourish (without looking), looked back and the tank somehow took a considerable amount of damage. Went to hit swiftmend to save him but the cursor came up and he died. ):
    Last edited by orangelemonrain; 2012-09-24 at 09:47 AM. Reason: spelling ):

  15. #35
    Quote Originally Posted by Thorim View Post
    The /Use 1 worked perfectly for me using Clique/Grid2 =)

    I now use;

    #showtooltip
    /cast [target=mouseover] Swiftmend
    /Use 1

    .....works like a charm, no more blue hand.
    I used the one in post #22 and it worked fine, no blue hand... but suddenly bugged in the middle of a raid and stopped working altogether. Is what you posted different?

Posting Permissions

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