1. #1
    Herald of the Titans Irisel's Avatar
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    Swimming in a fish bowl
    Posts
    2,789

    Unhappy Need Disc Macro HELP!

    I'm having trouble with inner focus macros not working. The macros I found in the disc priest thread do not work with Healbot or Vuhdo, they only work if I actually use the button on my hotbar. So, when I click on the health bar of a party/raid member to heal them, it doesn't cast GH/PoH, it just actives inner focus and nothing more. Eep!


    Here are the macros I wished worked:
    Inner Focus / Prayer of Healing Macro:

    #show Prayer of Healing
    /script UIErrorsFrame:Hide()
    /cast Inner Focus
    /cast [target=target] Prayer of Healing
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

    Inner Focus / Greater Heal Macro:

    #show Greater Heal
    /script UIErrorsFrame:Hide()
    /cast Inner Focus
    /cast [target=target] Greater Heal
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
    I tried doing the super simple:
    /cast inner focus
    /cast Greater Heal
    But even a macro noob like myself knows that won't always work correctly.

    Essentially what I want them to do is use Innfer Focus every time it's off CD, when I heal with Greater Heal or Prayer of Healing. They will active Inner Focus, but they will not cast Great Heal or Prayer of Healing.

    HELP! go easy on me, when explaining, I super suck at macros.

    Rule of Thumb: If the healer's HPS is higher than your DPS, you're doing it wrong.

  2. #2
    Deleted
    Hmm, odd. Basic version of the macro is working fine for me with Vuhdo.
    Pretty sure it's just

    #showtooltip Greater Heal
    /cast Inner Focus
    /cast @Vuhdo Greater Heal

    I'll go check now though.
    ---EDIT---
    It's set as

    #showtooltip Greater Heal
    /cast Inner Focus
    /cast [target=vuhdo] Greater Heal

    atm and no problems
    Last edited by mmoca4abc3a051; 2011-10-18 at 07:12 AM.

  3. #3
    Herald of the Titans Irisel's Avatar
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    Swimming in a fish bowl
    Posts
    2,789
    Quote Originally Posted by Yakobo15 View Post
    Hmm, odd. Basic version of the macro is working fine for me with Vuhdo.
    Pretty sure it's just

    #showtooltip Greater Heal
    /cast Inner Focus
    /cast @Vuhdo Greater Heal

    I'll go check now though.
    ---EDIT---
    It's set as

    #showtooltip Greater Heal
    /cast Inner Focus
    /cast [target=vuhdo] Greater Heal

    atm and no problems
    Thanks I'll try it. What do I put in for the "[target=vuhdo]" when I'm using Healbot? ...Healbot?

    Rule of Thumb: If the healer's HPS is higher than your DPS, you're doing it wrong.

  4. #4
    Deleted
    [target=mouseover] should do the trick.

  5. #5
    Herald of the Titans Irisel's Avatar
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    Swimming in a fish bowl
    Posts
    2,789
    Quote Originally Posted by Treeston View Post
    [target=mouseover] should do the trick.
    thanks ^_^ I'm so happy it's possible. I was going to be unhappy if I couldn't make it work

    edit: Works perfectly. Thanks you guys!
    Last edited by Irisel; 2011-10-18 at 10:10 AM.

    Rule of Thumb: If the healer's HPS is higher than your DPS, you're doing it wrong.

  6. #6
    Just a nice tip I picked up from someone else;

    /cast [combat] Inner Focus

    This allows you to heal up your party/raid outside of combat without wasting the IF buff.

  7. #7
    Vuhdo and Healbot have special IDs for their mouseovers, [@vuhdo] and [@hbtarget]

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #8
    Herald of the Titans Irisel's Avatar
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    Swimming in a fish bowl
    Posts
    2,789
    Quote Originally Posted by Bjorn9486 View Post
    Just a nice tip I picked up from someone else;

    /cast [combat] Inner Focus

    This allows you to heal up your party/raid outside of combat without wasting the IF buff.
    oh, good idea, thank you.

    ---------- Post added 2011-10-18 at 04:22 PM ----------

    Quote Originally Posted by lawomous View Post
    Vuhdo and Healbot have special IDs for their mouseovers, [@vuhdo] and [@hbtarget]
    will "mouseover" work universally though?

    Rule of Thumb: If the healer's HPS is higher than your DPS, you're doing it wrong.

  9. #9
    Deleted
    Don't see any reason for it not to 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
  •