Right now my demon hunter goes almost to melee range before shooting monsters. I've set kill radius to 70, Max attack range in settings to 70 and my plugin has the following movement code:
How can i make my Demon Hunter attack at, say, 60 yards instead of 15?
Code:
if (!IsUnitNear(50))
{
navigateTo(v);
}
How can i make my Demon Hunter attack at, say, 60 yards instead of 15?