Looks like I found another Archer/Bard issue. BTW all the Archer/Bard spells still return a range of 3 when checking DataManager: https://www.thebuddyforum.com/rebor...217890-datamanager-getspelldata-id-range.html The current bug is: Log(Actionmanager.CanCastLocation(102, Core.Player.CurrentTarget.Location)); Which is Flaming Arrow, always seems to return False. Checking against Core.Player will return True and checking other Location spells (Shadowflare, Machinist turrets, etc.) on Core.Player or Core.Player.CurrentTarget all return True (when appropriate). So it seems to be isolated to just Flaming Arrow for some reason (as far as I can tell with my testing).