View Single Post
07-31-16, 12:46 PM   #3
natinusala
A Murloc Raider
Join Date: Jul 2016
Posts: 8
It works well, thanks ! There is however a minor issue with the "Star" effect of the "AnimIn" animation which is supposed to occur after the combo point has been added to the bar ; the Star effect start delay is 0.5 times too long. Would it be a good idea to add this code

Lua Code:
  1. a:SetStartDelay(a:GetStartDelay() * 0.5)

To remove the delay problem ? Obviously assuming that Get and SetStartDelay exists.
  Reply With Quote