PDA

View Full Version : Healthstone Macro



Myrcaus
2007-05-14, 09:09 AM
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!

Sol
2007-05-14, 11:53 AM
uber, thanks! This will help me in PVE and PVP!

Myrcaus
2007-05-16, 10:16 AM
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.