Everything posted by Patrick
-
[Dev Build] OSBot 2.6.1
It's added back for the next release 😛
-
[Dev Build] OSBot 2.6.1
Hey, So far 2.6.1 has been getting a lot of positive feedback This version improves upon the new ui based on user feedback. Download link: http://osbot.org/devbuilds/osbot 2.6.1.jar FIXES: - Fixed an issue where input wouldn't re-enable after stopping the script. - Fixed the configinterface performance issues. MISC: - various small UI fixes - Break profiles tab has been redesigned. Profiles can now be toggled to be active/inactive and can also be saved. Also fixed a bug where they weren't being activated. - The logger can now be cleared. - Minor bug fixes. - The OSBot Team
-
[Dev Build] OSBot 2.6.0
There seems to be a bug with it on this version, next one will have it fixed 😛 I wan't having this issue. I'll see if it can be replicated
-
[Dev Build] OSBot 2.6.0
Nice suggestion. I'll see if it's possible
-
[Dev Build] OSBot 2.6.0
Good find, fixed the issue for the next release. A temporary way to fix it is by toggling the input button
-
[Dev Build] OSBot 2.6.0
Hey, We are excited to release this version with a whole new user interface. More quality of life features will be implemented in the near future but we really wanted to get this out Download link: http://osbot.org/devbuilds/osbot 2.6.0.jar API CHANGES: - GrandExchange#buyItem and GrandExchange#sellItem now accept 0 as price, which will keep the default price. - Added InteractionEvent#setValidateMenuEntity(boolean). Default = true. If the event has an entity; this will enable/disable clicking the specific entity index in the menu, and not just any action fitting the name(s) and action(s). - Added Client#isMember() - Fixed infinite loop in Client#completeDialogue FIXES: - Implemented bank tutorial handler. - GroundItem#getActions() now returns the correct actions. - Fix world 400 hopping issue. WEB WALKER: - Fixed the camera rotating to entities that are too far away. - Added WebwalkEvent#setMisclickThreshold, which can be used to allow or fix misclicks. MISC: - Minor bug fixes. - The OSBot Team
-
Exco Clue Solver
The progress reports I'm getting are saying about 3-5 mediums per hour Given
-
Possible bank pin glitch - developer assistance needed
@Molly Please check your banking code, it seems to have some loop where it gets stuck
-
OSBot Client Design Competition Winner + Pictures
You can show/hide the sidebar via a toggle at the top 😛 RAM usage will be slightly lower when using tabs instead of multiple clients. Unless you're using the webwalker, then the difference should be big.
-
OSBot Client Design Competition Winner + Pictures
This
-
Exco Clue Solver
I'm getting about 4 - 6 easy clues per hour using HAM members Trails given
-
OSBot Client Design Competition Winner + Pictures
Should be ready for beta testing within a couple of weeks
-
OSBot Client Design Competition Winner + Pictures
An sdn rework is also in the planning 😉
-
[Dev Build] OSBot 2.5.90
It's pretty nice for sure
-
OSBot Client Design Competition Winner + Pictures
Aiming to have it implemented within a couple of weeks
-
[Dev Build] OSBot 2.5.90
I'll check out the SoS issues
-
interactionevent failing
Use the following to interact with entities: InteractionEvent(Entity entity, String... actions) This one is specifically designed to work with entities and also check for crosshairs.
-
No Tithe Farm Script?
It seems there used to be one, but I guess it's no longer active. Might make one ^^
-
[Dev Build] OSBot 2.5.90
Perhaps there are some new questions added, I'll check it out Good to hear ^^
- [Dev Build] OSBot 2.5.90
-
[Dev Build] OSBot 2.5.90
No idea how ghostmouse works, but if it uses the Robot class, then it's probably the same
-
[Dev Build] OSBot 2.5.90
Yeah, I'll see if I can add it in the next version
-
[Dev Build] OSBot 2.5.90
Possibly for some 'normal' gates yes Yeah that's why I added it just to see how effective it is. I managed to bot agility for tens of hours with the hardware mouse option and very little breaks, and the account is still going
-
[Dev Build] OSBot 2.5.90
Hey, This dev build brings a large improvement in the webwalker stability and adds a (temporary) option to use your native mouse to control the bot. This is an experimental and optional functionality which might not be added to the next stable build, depending on the user reviews. Download link: http://osbot.org/devbuilds/osbot 2.5.90.jar FIXES: - Fixed -autologin cli argument not working without the -login arg - Fixed an issue with quest completion loading WEB WALKER: - Fixed the issue with trying to interact with obstacles (doors/gates/stairs) that shouldn't even be on the path and getting stuck. MISC: - Added the option to use the hardware mouse. This has been added to see if using the hardware mouse has impact on banrate. From our testing it's looking promising. It will limit you to 1 tab which needs to be on the foreground at all time. For security reasons, it's not possible to disable human input and pressing the escape button will imidiately stop the running script. Pressing backspace will pause the script. For more information about how this works, check out https://docs.oracle.com/javase/8/docs/api/java/awt/Robot.html - Added a link to the mirror guide on the startup page (WIP). - Minor bug fixes. - The OSBot Team
-
How do I use an object at a certain location?
Use getObjects().getAt(x, y) and filter that on name/id. getAt(x, y) is optimized for these kinds of things