1. #1

    Can I get a little help, please?

    I'm basically trying to combine these two macros-

    #showtooltip Greater Heal
    /stopmacro [channeling]
    /cast Greater Heal

    /cast Inner Focus
    /script UIErrorsFrame:Clear()
    /cast [target=mouseover] Greater Heal

    I can't seem to get it to work ?

  2. #2
    What exactly are you tryng to do? Stop any other spell and use an Inner Focused GH?

    I am not the best at macros but maybe this would work?

    #showtooltip Greater Heal
    /stopcasting
    /cast Inner Focus
    /cast [@mouseover] Greater Heal

  3. #3
    I'm trying to make it where, if I'm channeling Penance, it won't get interrupted if I cast GH. I have IF macro'd to cast whenever it is available before casting GH.

  4. #4
    Field Marshal Orapronobis's Avatar
    10+ Year Old Account
    Join Date
    Dec 2010
    Location
    Hiding behind the tank
    Posts
    62
    I'm not entirely sure what the purpose of the first macro is, as I've never actually encountered a /stopmacro in the wild. But if you're looking to do what Aliahna guessed that macro is spot on.

  5. #5
    stop casting allows you to spam heals without breaking penance if you're using it. The macro works with, say, heal and fheal, but not with the spells I have macro'd to run IF. I am not trying to do what Aliahna said.

  6. #6
    Field Marshal Orapronobis's Avatar
    10+ Year Old Account
    Join Date
    Dec 2010
    Location
    Hiding behind the tank
    Posts
    62
    Unless they've changed things you shouldn't need to worry about clipping Penance, but if you want to be sure I'd imagine it'd look like this:

    #showtooltip Greater Heal
    /stopmacro [channeling]
    /cast Inner Focus
    /cast Greater Heal

  7. #7
    I'm pretty sure Penance can be clipped.. And ty, for some reason that worked! Oddly enough... that is what I was trying before I asked for help.. strange.

Posting Permissions

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