-
Автор темы
- #1
Hi,
I'm trying to write an external auto last hit. I created something like:
if ( creep_health <= average_damage)
change_mouse_pos_and_attack();
the problem with this code is it doesn't consider attack speed. ( it works well for snipers, but not for SF, etc )
The second problem ( hard one ) is it doesn't consider how many units are attacking that unit.
Is there any solution to these two problems?
I'm trying to write an external auto last hit. I created something like:
if ( creep_health <= average_damage)
change_mouse_pos_and_attack();
the problem with this code is it doesn't consider attack speed. ( it works well for snipers, but not for SF, etc )
The second problem ( hard one ) is it doesn't consider how many units are attacking that unit.
Is there any solution to these two problems?