Everything posted by Alek
-
Question about .interact()
Please describe to me what a human-like point is.
-
[Dev Build] OSBot 2.5.14
Both. People who want to test out the latest and greatest, scripters who want to make sure their scripts run on the next upcoming version, botters who want to make sure their farm is running well, etc.
-
Q Learing DeepLearning
Okay stop saying buzz words and just tell me you're using tensor flow and call it a day.
-
Q Learing DeepLearning
Why would you train on real data? It would take you a really long time. Define deep learning and what specifically you plan on using.
-
Fortnite mobile
Of course it will be harder. You don't have a mouse and keyboard.
-
WebWalkEvent Break Condition
The break condition is checked on the beginning of a cycle.
-
Jagex Mods
Yes, all anticheat companies do this. Yes, antiban hasnt worked in probably 15 years.
-
WalkingEvent not working 90% of time
..... Please read the API: https://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html Don't use web walking, go through the API, use Google to lookup errors. Also the logic is still flawed, you're only condition for walking back to an area is if some timer goes off.
-
Runelite safe?
It's open source, more safe than OSBuddy.
-
Null pointer on getNpcs
Don't use ids, they change all the time. Use the solution Slut posted. Also don't web walk to a random position (use the area itself), that method will fail at some point because a random position can be one that's not walkable. Also web walker makes decisions base off whether or not the destination is an area or position.
-
Null pointer on getNpcs
There's no closest Dairy Cow.
-
[Dev Build] OSBot 2.5.14
Since this was reported by another issue, I'll try looking into it @Logicfury. Most likely it's some mirror mode issue, but I could be very wrong. Edit: I was wrong, gray names are having the problem as well.
-
Stealth Quester
Individual scripts aren’t detected, this would mean private scripts are undetected which they are not.
-
[Dev Build] OSBot 2.5.14
Use the download link provided on my original post.
-
[Dev Build] OSBot 2.5.14
Still not reported: https://osbot.org/forum/forum/102-client-bugs-suggestions/
-
WalkingEvent not working 90% of time
Hid all the posts that didn't answer your question and gave you alternative answers instead. The answer to your question is that when you use WalkingEvent(area), the event will try and create a path to that destination using an algorithm. However if that destination is not in a loaded region, it will fail. To overcome this, you can create a manual path: To walk to a specific position, as others have previously suggested, set the mindistancethreshold to 0. So to reiterate, it only works "sometimes" because the area you are trying to reach is only "sometimes" loaded.
-
[Dev Build] OSBot 2.5.14
If you switched from resizable to fixed or vice versa then you need to restart the client.
-
[Dev Build] OSBot 2.5.14
It was never reported so I have no idea.
-
[Dev Build] OSBot 2.5.14
Still working on it, its taking a lot of work but I'm hopeful.
-
[Dev Build] OSBot 2.5.14
Woops! That was an old changelog. Updated the changelog to what it should have been - thanks!
-
[Dev Build] OSBot 2.5.14
Download Link: http://osbot.org/devbuilds/osbot 2.5.14.jar Changelog: -Improved world hop scrolling, its now silky smooth and doesn't throw errors -Temporarily removed preferred worlds
-
Bot exited with code 0 running over CLI
Do you get this issue when you're not running in nointerface mode?
-
post your setup
- Tell us your story.
We're still onto you @Beezmans- OSBOT invalid password (but password is correct)
Please see the recent topic list for similarly asked questions - Tell us your story.