View Single Post
03-19-11, 09:28 AM   #466
dpwr
A Murloc Raider
Join Date: Aug 2010
Posts: 8
Button proc effect with macro

Hi,

I really like the new button proc thing when ability realted procs 'energise' the buttons. Works great with macaroon.

However, the general problem with macros and the button energising thing is that even with a #show or #showtooltip, anything before it in the macro causes it not to appear. This is really blizzards problem, but I noticed that some other mods have fixed this internally until (if) Blizzard fix it. Any chance of this with Macaroon?

Works perfectly.

E.g.
Code:
#show Dark Transformation
/cast Dark Transformation()
Doesn't work:

Code:
#show Dark Transformation
/use 10
/cast Dark Transformation()
The button gets enabled when Dark Transformation is ready to use, but there is no energy glow.

Cheers.

Sucellus