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)
2-22-2010 @ 6:35AM
agnoster said...
@Chris:
You should be able to trim the bit after #showtooltip, it should show the correct icon and tooltip based on the modifier logic in the rest of the macro, so that should save you a couple characters (and a headache if you change the macro modifier logic but not the tooltip line).
I wish you could nest conditions, so that we could write your macro as something like this:
#showtooltip
/cast [mod:alt,@player][@mouseover,help][]{[mod:ctrl]Power Infusion;Pain Suppression}
Alas, I don't think there's a way to do that, so we gotta write it out long-hand, which is error-prone and annoying, particularly for complicated macros.