KushBot 4 Posted October 2 Why do some scripts constantly use the minimap to move around, when the entire area of whats needed is on one screen (paydirt is 1 clickable from current location, but 3 clicks to the minimap are used to navigate instead, even for just a step away So precise, and so frequent, is this something that can be easily detect or profiled?
Luxe 82 Posted October 2 4 hours ago, KushBot said: Why do some scripts constantly use the minimap to move around, when the entire area of whats needed is on one screen (paydirt is 1 clickable from current location, but 3 clicks to the minimap are used to navigate instead, even for just a step away So precise, and so frequent, is this something that can be easily detect or profiled? Depends on how the script is written. We can decide to press the paydirt when we're within a certain range of it. We can decide to walk until we're 1 tile from the pay-dirt. We can decide to walk within an area before clicking the pay-dirt Tldr; The script writer decides EllieWalker and BeezyScripts 1 1
KushBot 4 Author Posted October 2 12 hours ago, Luxe said: Depends on how the script is written. We can decide to press the paydirt when we're within a certain range of it. We can decide to walk until we're 1 tile from the pay-dirt. We can decide to walk within an area before clicking the pay-dirt Tldr; The script writer decides Hey, man I appreciate your quick reply !! That makes sense! I wish some didnt click the mini map EVERYTIME when you're character is RIGHT infront of the spot u need to be
EllieWalker 1 Posted October 19 On 10/2/2024 at 12:30 PM, Luxe said: Depends on how the script is written. We can decide to press the paydirt when we're within a certain range of it. We can decide to walk until we're 1 tile from the pay-dirt. We can decide to walk within an area before clicking the pay-dirt Tldr; The script writer decides Thank you so much. Luxe 1
jesssterrr 7 Posted October 29 (edited) On 10/1/2024 at 10:57 PM, KushBot said: Why do some scripts constantly use the minimap to move around, when the entire area of whats needed is on one screen (paydirt is 1 clickable from current location, but 3 clicks to the minimap are used to navigate instead, even for just a step away So precise, and so frequent, is this something that can be easily detect or profiled? To further answer your question as to why the developer of that particular script probably prefers the minimap: I've tested some walking changes where I used dreambot's walkOnScreen randomly instead of the regular walk (which prefers minimap). I was running into all kind of new issues and after testing, It seems that the walkOnScreen actually doesn't automatically handle obstacles like doors. So I removed it. You'd have to keep checking if the target location is reachable to determine if you should walkOnScreen or not. TL;DR the walk on screen method isn't as reliable Edited October 29 by jesssterrr
KushBot 4 Author Posted October 31 On 10/29/2024 at 2:09 AM, jesssterrr said: To further answer your question as to why the developer of that particular script probably prefers the minimap: I've tested some walking changes where I used dreambot's walkOnScreen randomly instead of the regular walk (which prefers minimap). I was running into all kind of new issues and after testing, It seems that the walkOnScreen actually doesn't automatically handle obstacles like doors. So I removed it. You'd have to keep checking if the target location is reachable to determine if you should walkOnScreen or not. TL;DR the walk on screen method isn't as reliable Appreciate the response, this makes a lot of sense That is actually very satisfying to learn haha, dropped a big OHHHH after haha thanks man! jesssterrr 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now