What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Check Cooldown of Pet Ability

ski

Well-Known Member
Joined
Feb 12, 2010
Messages
3,720
Reaction score
48
Anyone know how to check the cooldown of a pet ability, ie. Felstorm? SpellManager.CanCast("Felstorm"); never returns true.
 
bool WoWSpell.FromId(42).Cooldown seems to work fine.
 
i have this issue with my water elementals freeze ability, i just made a timer, so it will only enable usage, when the cooldown is expired. its kinda the cheap way to do it though
 
bool WoWSpell.FromId(42).Cooldown seems to work fine.

Does it return the cooldown remaining or just the total cooldown? (Yes I'll actually go find out, but I wanted to ask too :P)
 
Please update if you find this out, I find in a BT Setup it doesn't really matter, cause it just tries it anyways, but it would be nice to know.
 
i have to ask this. what does BT stand for? I do know that a bool returns either true or false....
 
i just knew you'd be the one to answer, thanks.
 
Back
Top