RemainingCastTime()
andrescolombo opened this issue ยท 1 comments
Hello,
Im using this condition to show the icon when cast finish in 1s but the icon is shown when cast finish. (I try to workaround latency with this. So it will show the next spell before cast finish, letting me pre-cast next spell
if target.InRange(shadow_bolt) and RemainingCastTime() <= 1
{
Spell(shadow_bolt)
}