Everything posted by Alek
-
help me plz my osbot wont open or download
Why was this posted in Tutorials, why is your directory not correct, how are you trying to start OSBot, what operating system are you using?
-
All scripts gone
Sounds like you aren't logged in or your proxy settings are incorrect.
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
Yesterday was a pretty large update, thank you to everyone who made bug reports. This update aims to resolve any remaining issues stemming from 2.3.102, namely VIP. If all goes well with this version, it will move as a stable build. Changelog: -Patched 2.3.102 VIP issue -More code cleanup -Updated Worlds API, avoids skilling worlds -Updated world load list to avoid skilling worlds 2.3.104 -Fixed an issue related to the local directory -Updated error messages Thank you for using OSBot, enjoy the rest of your Sunday.
-
[Development Build] OSBot 2.3.102 - New Booter
I'll test this issue out, thank you for reporting. It's a bug
-
[Development Build] OSBot 2.3.102 - New Booter
Not optional, single global variables.
-
[Development Build] OSBot 2.3.102 - New Booter
OSBot has been through various face lifts since my time here and I think this change is something which will help new users embark on their botting journeys. Most notably the login system was moved to the booter and the logout functionality has been removed (you will stay logged in until you close the client). Another noticeable change is that individual account settings have been removed in favor for global settings that affect all your accounts. This means that when you tick "Dismiss all randoms", any account which you are logged into will dismiss randoms; break settings as well. Although many of you won't notice the change (unless I screwed up something, but hey it's a dev build), the booter interface was the first interface to be stripped from the NetBeans GUI-maker. Auto-generated code bottlenecks a lot of development and design choices as well as creating a host of other issues. Most of our interface related issues/errors stem from NetBeans and hopefully over time I'll be able to rewrite all of the interfaces. The settings interface is most likely next up on the chopping block with a few new functional benefits in the work. Changelog: -Booter stripped from NetBeans, re-written by hand -Removed Login system from client interface -Added login system to booter interface -Proxy saved to separate proxy file --Preliminary separation needed for proxy manager -Added new booter save file -Removed settings from RSAccount -Settings now placed as global variables that affect all accounts --Added new settings file -Re-wrote account manager -Added new account file -The OSBot Staff
-
corrupt jar file 2.3.99
Try re-downloading 2.3.99.
-
Don't log out= longer membs?
There is an 8 hour logout timer...
-
Console said I was banned, bricks were shat
If your account is suspected to be stolen, if your computer is blocked, or if you were banned, the RSL will print that statement when you are trying to log in during the Auto-Login event. http://osbot.org/api/org/osbot/rs07/constants/ResponseCode.html It's part of a smaller security check we have here at OSBot, I would suggest not botting on that account especially if you were moved to a bot world.
-
Varrock Specimen Cleaning [Request/Will Pay]
If the experience or gold was a little higher, I'd try working on a script whenever I get some vacation days.
-
walker can't walk
You could try area.getRandomPosition()
-
When i start any script
Try downloading 2.3.99.
-
Few more forum ranks
This is not a client suggestion, moving over to Forum Feedback/Suggestions.
-
[Stable Build] OSBot 2.3.97/98
It was in .96: http://osbot.org/forum/topic/79514-osbot-2396-very-experimental/ Only a handful of SDN scripts were affected, in which case I contacted the script writer(s). Were you affected by this change?
-
[Stable Build] OSBot 2.3.97/98
.99 release tonight, I kept getting low quality reports and finally got some good info on the random which was not working for a large group of users. If you guys have anything else for me (small stuff), find me in chat tonight and pm me.
-
Quality of Life
Would you like me to move this to the mirror mode bug reports forum?
-
Quality of Life
Have you tried testing this in stealth injection mode, because I can't seem to replicate not scrolling. By the way thanks for posting videos.
-
can someone compile this for me as a .jar
Not only is this really outdated and will need to probably be re-written, but it's very subject to breaking again through game updates. Also it's coded pretty bad. Just FYI.
-
error loading game when i use VPN
This is not an OSBot issue, moving to general help.
-
Quality of Life
I do not know what you are suggesting, please give a bit more detail.
-
Client Bugs & Suggestions Rules and Template
Rules: -Do not post errors related to mirror mode in this forum -Do not reply to a thread which doesn't further discussion (ie "I get this issue as well", "hope this gets solved soon") -Do not post here on behalf of another member such a scripter -Do not post without using a template from below -Do not make a new thread for a bug/suggestion that has already been reported How to access the logger: Bug Template Suggestion Template
-
[Stable Build] OSBot 2.3.92/94 Areas, Resizable Mode, Mirror Mode Updater
It's deprecated, definitely do not use it. It will eventually be the new walking class, replacing LocalWalker and containing but the WalkingEvent and WebWalkEvent based methods. The changelog typically contains everything, not matter how big or small. If scripters have questions about the Walking class, they will know the purpose behind it.
-
[Stable Build] OSBot 2.3.92/94 Areas, Resizable Mode, Mirror Mode Updater
Version 2.3.94 Release -Additional mirror mode checks and verification --Patches a majority of users who were unable to use mirror mode -Updated random event activation -Updated preset points in IE
-
[Stable Build] OSBot 2.3.92/94 Areas, Resizable Mode, Mirror Mode Updater
Scripters had 2 weeks to update their scripts.
-
[Stable Build] OSBot 2.3.92/94 Areas, Resizable Mode, Mirror Mode Updater
The update log should be pretty self-explanatory so I won't bore you guys to death with all the backstory. All users should now have a fully functioning resizable mode event solver, hopefully there will be a lot confusion regarding this issue. Additionally there were a handful of menu, inventory, and spell changes that have improved InteractionEvent's stability even further. Oh and did I mention that mirror mode now receives the same Thursday updates as the core client (thanks MGI)? Changelog: -Deprecated Option constructor -Added Menu method getTooltip() -Deprecated Client method getTooltip() -Deprecated Client method getRawTooltip() -Updated ResizableMode Random Event -Added new Walking class (Deprecated, beta) -Updated Combat method isMultiway() -Updated Inventory method isItemSelected() -Updated Inventory method getSelectedItemName() -Updated Magic method isSpellSelected() -Updated Magic method getSelectedSpell() -Updated InteractionEvent inventory handler -Removed Tooltip Callback -Updated Lunar spellbook -Removed PositionPolygon -Removed PolygonArea -Removed utility.Area -Updated AreaFilter -Mirror Mode game updates are now automatic Version 2.3.94 Release -Additional mirror mode checks and verification -Updated random event activation -Updated preset points in IE Offline JavaDocs can be found at https://osbot.org/api/javadocs.zip Have a great weekend -The OSBot Staff