1. #1
    Mechagnome Shadowbathed's Avatar
    10+ Year Old Account
    Join Date
    Sep 2011
    Location
    Where it always rains...
    Posts
    560

    Bubble Hearth Macro?

    Is it even possible now with the Glyph of Righteous Retreat?

    Me and my friend tried making a glyph that would cast Divine Shield, then start using Hearthstone, but it wont cast at all? Any ideas on how to make such a macro?

    Current (Doesn't work):
    #showtooltip
    /cast Divine Shield
    /use Hearthstone

  2. #2
    Immortal Evolixe's Avatar
    10+ Year Old Account
    Join Date
    Nov 2009
    Location
    In the Shadows
    Posts
    7,364
    /castsequence divine shield, hearthstone

    ???

  3. #3
    Try this:

    #showtooltip
    /castsequence reset=10 Divine Shield, Hearthstone

    You'll have to hit it twice, but I think it'll do the job.

    Edit: Holo's macro above is the same thing, I just put in the reset time because I'm not sure how cast sequences behave by default without a reset.

    Edit 2: Just on the off chance you're using the inkeeper's daughter instead of the hearthstone don't forget to alter the item name accordingly, obvious, I know, but an easy mistake to make.
    Last edited by Amat; 2012-10-13 at 11:47 PM.

  4. #4
    The Lightbringer Fhi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    Carnished Toast
    Posts
    3,222
    Casting bubble incurs the GCD, so you can't pair it with a /use.

  5. #5
    Immortal Evolixe's Avatar
    10+ Year Old Account
    Join Date
    Nov 2009
    Location
    In the Shadows
    Posts
    7,364
    Quote Originally Posted by Amat View Post
    Edit: Holo's macro above is the same thing, I just put in the reset time because I'm not sure how cast sequences behave by default without a reset.
    You should put a reset in unless you want it to stay at hearthstone untill relog. I just take it for granted people know that stuff.

  6. #6
    Quote Originally Posted by Holo View Post
    You should put a reset in unless you want it to stay at hearthstone untill relog. I just take it for granted people know that stuff.
    Well, that's kind of what I assumed, hence putting in a reset to be sure it does reset before I need it again.

  7. #7
    Mechagnome Shadowbathed's Avatar
    10+ Year Old Account
    Join Date
    Sep 2011
    Location
    Where it always rains...
    Posts
    560
    Quote Originally Posted by Holo View Post
    /castsequence divine shield, hearthstone

    ???
    I figured it'd be this. But my friend has a little yell he does so it'd be really annoying to hear it twice. Figured if there was any other way... xD

  8. #8
    #showtooltip Divine Shield
    /script if GetSpellCooldown("Divine Shield")==0 then SendChatMessage("MESSAGE","CHANNEL") end;
    /castsequence reset=10 Divine Shield, Hearthstone


    Just change MESSAGE to what you want to say and CHANNEL to yell/emote or whatever. The second line will then say what you want it to say, but will only do so when there is no cooldown on Divine Shield. So, the first press will pop the message and shield, and the second will hearth, and not spam the message again.

  9. #9
    Mechagnome Shadowbathed's Avatar
    10+ Year Old Account
    Join Date
    Sep 2011
    Location
    Where it always rains...
    Posts
    560
    Quote Originally Posted by Amat View Post
    #showtooltip Divine Shield
    /script if GetSpellCooldown("Divine Shield")==0 then SendChatMessage("MESSAGE","CHANNEL") end;
    /castsequence reset=10 Divine Shield, Hearthstone


    Just change MESSAGE to what you want to say and CHANNEL to yell/emote or whatever. The second line will then say what you want it to say, but will only do so when there is no cooldown on Divine Shield. So, the first press will pop the message and shield, and the second will hearth, and not spam the message again.
    Thank you good sir.

  10. #10
    Titan Maxilian's Avatar
    10+ Year Old Account
    Join Date
    Nov 2011
    Location
    Dominican Republic
    Posts
    11,529
    Quote Originally Posted by Amat View Post
    #showtooltip Divine Shield
    /script if GetSpellCooldown("Divine Shield")==0 then SendChatMessage("MESSAGE","CHANNEL") end;
    /castsequence reset=10 Divine Shield, Hearthstone


    Just change MESSAGE to what you want to say and CHANNEL to yell/emote or whatever. The second line will then say what you want it to say, but will only do so when there is no cooldown on Divine Shield. So, the first press will pop the message and shield, and the second will hearth, and not spam the message again.
    Well, that's kind of cool!, i really need someone to explain me how to make macros >.<

  11. #11
    The Lightbringer Fhi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    Carnished Toast
    Posts
    3,222
    Quote Originally Posted by maxilian View Post
    Well, that's kind of cool!, i really need someone to explain me how to make macros >.<
    There's a UI and macros board if you want to learn more about making your own macros. Posters there are very helpful.

Posting Permissions

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