Hello. Is it possible to chance chest find range? Right now it's finding chests from very far, Id like to adjust the range for my needs (to open them only if they are near). Was looking for this in the API, but couldn't find anything.
I Will assume you are talking about OpenChestTask.
No You cannot change it, it isn't exposed to the public users or devs.
But I have an idea of how it works.
It basically Caches all unopened, non blacklisted, and Bot Routine selected chests via something like
You can simple remove OpenChestTask (no radius limit) and that will stop it from opening chests out of screen range.
But you want a custom limit, well you have to code your own, unless Pushedx will expose the values for that task for devs to access.
Long story short, ask Pushedx if you do not want to make your own task.