Also on AOL
- Autos
- Technology
- Lifestyle
- Gaming
- Finance
- Entertainment on AOL
- Lifestyle on AOL
- Sports on AOL
- Travel on AOL
- More on AOL
Featured Galleries
Joystiq
© 2013 AOL Inc. All rights Reserved. Privacy Policy | Terms of Use | Trademarks | AOL A-Z HELP | About Our Ads

Reader Comments (Page 1 of 1)
7-09-2007 @ 12:03PM
sablak said...
I use macros like this:
#showtooltip Healing Potion
/script UIErrorsFrame:Hide()
/use Bottled Nethergon Vapor
/use Master Healthstone
/use Super Healing Potion
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
What this does is make a single icon for health pots. But it will try to use any Healthstones or Nethergon Vapor that is in my inventory before using the expensive health pots.
The extra code in the script is for quickly hiding and showing the UI error frame, so you don't get error messages displayed when you don't have one of the listed items.
You can add as many /use items as you like in the script.
Make one of these for mana type items and one for health and you'll only ever need 2 icons used up on your bars for health and mana replenishment.
Reply