What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Anyone use incinerate?

vjxy123

New Member
Joined
Oct 6, 2012
Messages
156
Reaction score
0
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
 
This is actually a long time known issue with Release. It has to do with how the client uses the skill, which Beta handled things differently than Release did to avoid the issue altogether. Seeing as how Beta is currently down for 1.2 preparations, and Release will be going away at 1.2, there's unfortunately not much you can really do in the mean time. The previous Beta is also getting large changes again when it comes to skill use to avoid even more problems that were noticed, but the new stuff should be able to handle it much better.
 
Back
Top