Results 1 to 3 of 3

Thread: Healthstone Macro

  1. #1

    Healthstone Macro

    Many of you non-warlocks probably don't have a toolbar slot dedicated to Healthstones. Heck, perhaps some of you warlocks don't.

    Well, instead of messing with your setup when you're using stones, and to sidestep the confusion that can result from using 2 Master Healthstones of differing potency, please do consider the following:

    1. Use a Macro to use your stones. If you have 2 healthstones, it will use the first one in your inventory; but unlike dragging it to your toolbar, you can cast the other with the same macro since they have the same name. Create a macro like this, called HS:

    /use Master Healthstone

    2. Now, tie that macro to a keystroke, rather than putting it on a toolbar. Pick one that has a mnemonic, like CTRL-H, or perhaps a seldom-used key such as Home. Then, do this on the chat input bar:

    /script SetBindingMacro("CTRL-H","HS");

    and then:

    /script SaveBindings(1);

    There you go; two healthstones on the same key. WOOWOO!
    Last edited by Myrcaus; 2007-05-16 at 10:15 AM. Reason: Corrected another tragic error
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

  2. #2
    Former Director
    Hordeland Security
    Officer Sol's Avatar
    Join Date
    Aug 2005
    Posts
    7,350

    Re: Healthstone Macro

    uber, thanks! This will help me in PVE and PVP!
    Sol - Warrior blacksmith of the Horde
    Sollus - Mohawk Priest
    Hordeland Security

  3. #3

    Re: Healthstone Macro

    Edited for clarity and to fix another error that Morckt pointed out. WOOWOO

    If you use a different number, I think you can store different binding sets and retrieve them with LoadBindings. I will experiment and see.

    The (1) in SaveBindings indicates whether the set is account or character specific, so I'll do some testing to see what other sets are possible. I suspect it's one set per character and 1 account set for all.
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

Posting Permissions

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