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!
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!