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.
Edit: Just to add, I found this issue to be very intense in the Cells map (lvl 75) which has a lot of chests.
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: