Avoided Posted May 6, 2020 Posted May 6, 2020 Hello, Just making my way to every skill in order to understand them better from a botting perspective, wondering if anyone has any tips for agility, I have read some script code posted on the forums but a lot of them seem poorly optimized and only for one course. What is the best logic to use when approaching an agility bot? Thank you all in advance Avoided
BravoTaco Posted May 6, 2020 Posted May 6, 2020 Use an array that contains start/end positions of each obstacle that is than linked to the next obstacle. Than you would just need to write navigation logic to run through the course. 1
Avoided Posted May 6, 2020 Author Posted May 6, 2020 14 minutes ago, BravoTaco said: Use an array that contains start/end positions of each obstacle that is than linked to the next obstacle. Than you would just need to write navigation logic to run through the course. hmmm okay thank you I will try this !
Muffins Posted May 6, 2020 Posted May 6, 2020 https://osbot.org/forum/topic/145029-10-minute-scripts-make-an-aio-agility-script-in-10-minutes/ 3