View Single Post
10/27/14, 01:31 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Tonyleila View Post
very nice finaly a list with all spells in it in all languages!
Now it only needs all timers in it to make it work with cooldown/buff addons
In the list are abilityIds, so it is easy to get timers:

* GetAbilityCastInfo(*integer* _abilityId_)
** _Returns:_ *bool* _channeled_, *integer* _castTime_, *integer* _channelTime_

* GetAbilityDuration(*integer* _abilityId_)
** _Returns:_ *integer* _duration_
  Reply With Quote