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

Beta 714 [Continued Portal Woes]

Kilgore

New Member
Joined
Oct 13, 2013
Messages
21
Reaction score
0
I'm constantly getting these portal out of range issues. Portal gem and scroll both cause me to be out of range constantly.

Could you have the bot cast another portal if it is out of range?
 

Attachments

Didn't see this and made a second thread, but yes same issue.

Rather than recast portal - an idle timeout might be a better solution since it will help with other stucks as well.
 
Thanks for attaching the logs. I think I see the issue now.

However, it might take at least one more version to try a fix, since some stuff needs to be changed, and I'm not sure if it'll break other things badly or not yet.

Basically, there's a wrong check being done for the range, > range rather than < range to cancel early, which is why you see the "Movement cancelled, cancellation callback returned true.". However, there's also an issue where the logic assumes we need to keep LoS for the target location, which considering some of the random LoS issues, breaks that logic at times. Since that function is used all over the place, we need to retest with the changes to see if the bot doesn't break as a result of those conditions changing.
 
The next beta version will contain an attempted fix for this. If it still happens, please tell us.
 
Back
Top