incinerate is my only attack skill.
I use Exilebuddy 0.1.2416.61.
But EB will try to attack some monster out of range,this happened a lot when I am questing The Caverns Level 2 ,The Ancient Pyramid in act2 and act3, So I will die or use all the life/mana flask and then die.
I try to set this
Register("Incinerate", ret => BestTarget.Distance < 40);
to
Register("Incinerate", ret => BestTarget.Distance < 19);
in Exile.cs
but don't fix the problem.
hope someone could help me
I use Exilebuddy 0.1.2416.61.
But EB will try to attack some monster out of range,this happened a lot when I am questing The Caverns Level 2 ,The Ancient Pyramid in act2 and act3, So I will die or use all the life/mana flask and then die.
I try to set this
Register("Incinerate", ret => BestTarget.Distance < 40);
to
Register("Incinerate", ret => BestTarget.Distance < 19);
in Exile.cs
but don't fix the problem.
hope someone could help me