Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Alek

  1. This will move as a stable update shortly.
  2. 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?
  3. Sounds like you aren't logged in or your proxy settings are incorrect.
  4. 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.
  5. I'll test this issue out, thank you for reporting. It's a bug
  6. Not optional, single global variables.
  7. 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
  8. Try re-downloading 2.3.99.
  9. There is an 8 hour logout timer...
  10. 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.
  11. You could try area.getRandomPosition()
  12. Try downloading 2.3.99.
  13. This is not a client suggestion, moving over to Forum Feedback/Suggestions.
  14. 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?
  15. .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.
  16. Would you like me to move this to the mirror mode bug reports forum?
  17. 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.
  18. This is not an OSBot issue, moving to general help.
  19. I do not know what you are suggesting, please give a bit more detail.
  20. 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.
  21. 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
  22. Scripters had 2 weeks to update their scripts.
  23. 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
  24. Item i; if ((i = getBank().getItem("Oak logs")) != null && i.getAmount() > 100) { System.out.println("We currently have " + i.getAmount() + " " + i.getName().toLowerCase() + " in our bank."); }
  25. Alek

    Stuck -.-

×
×
  • Create New...