1. 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,

  2. There is no information available via the API. As for empirical information, I don't know. Sorry I can't be of more help!

  3. 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.