Thread: nUI & Patch 4.3
View Single Post
11-29-11, 06:16 PM   #13
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
Re: cooldown problem

It looks like the hook to CooldownFrame_SetTimer in nUI_Button is only getting called the first time Lava Lash is used. After that, it never gets called again (even though the default UI c/d spinner on Lava Lash seems to be working), and hence the c/d timer code for Lava Lash never gets called after that.

Another example of oddness is Shamanistic Rage. This has a 15 second duration and a 60 second c/d. CooldownFrame_SetTimer is not called until the 15s duration is over. But the cooldown shadow on the button starts immediately.

It looks like Blizz may have changed the way they call CooldownFrame_SetTimer, or they may be calling something else, or the same function with a different signature, at some times.