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

OpenChestTask causing the bot to walk slowly

buddyfu2

Member
Joined
Aug 18, 2015
Messages
47
Reaction score
2
My character is moving in very, very slow burst while looking for Chest. He just walks 3 steps and then stop for half a second. He will move towards a chest like this even when it's far away (offscreen).

I do not have this problem while in combat. As long as there is a monster to attack nearby, my character will move towards it very quickly.
This happens even when i have high FPS (over 50).
I do not use the LowFpsHelper plugin.
My character has high movement speed (over +90% with Quicksilver flasks, which are almost always on).

It seems to me like there is just an uselessly high wait time in between the ticks while executing the OpenChestTask. Is there any way to fix this?

Here's an example of what my EB log looks like while looking for chest.

Code:
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:00.8955884 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 239.362 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:00.9936267 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 220.6165 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.1376914 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 201.4142 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.2527818 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 183.3292 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.3684858 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 165.1419 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.4782350 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 132.3089 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.5860274 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 115.3089 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.6959591 and have been attempting to interact for 00:00:00.
[OpenChestTask (Leash -1)] Now moving towards the chest 506 because it is 98.61516 away (can't see).
[OpenChestTask (Leash -1)] The current chest to open is [506] Barrel at {197, 672}. We have been on this task for 00:00:01.8099926 and have been attempting to interact for 00:00:00.

Edit: Just to add, I found this issue to be very intense in the Cells map (lvl 75) which has a lot of chests.
 
Last edited:
Moved to support.

It might not be the task itself, but rather that's the task that's executing when the issue happens. I'll check into it though!
 
I did some more testing and the issue seems to be a combination of the current map the bot is in and whether chests are ignored or not.

I just did a Temple Map (lvl 73) run with no chest ignored in the GlobalChestsToIgnore settings of the OldGrindBot and the bot was stuttering a lot. I then paused the bot to ignore all of the chests and the stuttering was gone.
 
Has definitly sth to do with chests as i can reproduce this behavior
 
Yes this happens for me a lot of time too, bot just move and stop move and stop
 
Yes this happens for me a lot of time too, bot just move and stop move and stop
If you are using a custom CR, it's going to happen.
Try lowering your combat range, as well. High combat range is going to give a lot of issues.
 
Back
Top