-
Posted by android on Wed, 14 Sep 2011 18:28:50
Hi, I'm new and playing around with the warlock module for clcinfo.
I'm curious if there is a way to query spell travel speed (yds/sec) from caster to target by API? I'm not finding much.
If not, is there some empirical data? I'm trying to fine tune Soul Fire casts to keep up the ISF buff.
I'm going to try and use libRangeCheck() to get distance to the target unless there is a better way suggested.
Thanks,
-
Posted by jnwhiteh on Wed, 14 Sep 2011 20:29:52
There is no information available via the API. As for empirical information, I don't know. Sorry I can't be of more help!
-
Posted by android on Thu, 15 Sep 2011 17:13:58
Thank you!
I did some testing using times returned from UnitDebuff() and UnitCastingInfo() and was able to figure out the difference between when the spell cast ended and the debuff began at 40 and 30 yds.
It looks like warlock spells travel between 20-25 yds/sec.