Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. Should really be Zach's avatar, but I'll take the praise.
  2. As of now, no. I'm toying around with the idea of allowing multiple plugins to be ran at the same time.
  3. No, its more like RuneLite.
  4. Download: http://osbot.org/devbuilds/osbot 2.5.6.jar This release introduces Plugins. Plugins work the same way as scripts, except for three major things: 1. They don't execute any mouse/key events of any kind 2. When started, they do not disable human input 3. They cannot be paused These will be primarily targeted towards helper scripts such as a Jad helper, Zulrah helper, PKing helper, etc. If the community likes this idea, I'll fully integrate it into OSBot by giving the script selector a tab for only scripts and another tab for only plugins. For Developers: Instead of having your class extend Script, have it extend "Plugin" instead. Works exactly the same way. Changelog: -Fixed bug in ConditionalLoop -Improved banking actions (DOES NOT FIX MIRROR MODE) -Cleaned up Bank API (internal) -Added Plugins
  5. Alternatively, you could also walk using walkPath. It's a bit more lightweight than web walking - it may be suit your needs better. Good situation to use web walking: You have an AIO script that goes between some resource and an arbitrary bank. Good situation to use walkPath: You are walking between two or three places, all of which are medium distance (say Port Sarim -> Draynor -> Wizard's Tower) Here's a good tool you can used made by @Explv https://explv.github.io/
  6. Exactly what I explained to ProjectPact and why the store limit is only set to 5. With that said he still felt very adamant about releasing it.
  7. You didn't give a timeframe. Can you do it over the course of 3 years only botting? Yes. Can you do it over the course of 3 months? Maybe not.
  8. If people abuse something enough then it will be watched. If everyone stopped Zulrah and started Barrows, then of course you'll hear about more bans on Barrows than Zulrah - you might also help contribute to crashing the method by bringing more attention to it.
  9. Alek

    FrostCaves

    Frost friend got unlucky and pushed at the end of the last cycle, script should be updated as of an hour ago.
  10. Few things. 1. If you plan on using .interact, such as tree.interact("Chop"), do NOT use camera.toEntity. InteractionEvent in OSBot will handle this for you, and theres a few additional checks it will perform. 2. You're setting the tree to final and getting the closest tree. What happens when that tree is cut down and a new tree appears? This is no longer the same tree than what we started with. Edit: Moved to Scripting Help. This was under Unofficial Scripts & Applications which this is not.
  11. Alek

    OSBot 2.5.5

    If you are using CLI, please show the stacktrace that was posted. You will often get this message when your proxies are not working or your computer is having trouble connecting to the OSBot servers. This issue is unrelated to this version of OSBot. If you continue having issues Im sure someone in General Help section can better assist you
  12. https://osbot.org/api/org/osbot/rs07/api/model/Character.html
  13. Sounds great, I hope you two a lot of fun.
  14. We're waiting on ProjectPact to both actually upload the script, and correctly package his script so it can actually compile on the SDN.
  15. Alek

    OSBot 2.5.5

    Lol no, it's fine. This is all very simple. This bug wasn't reported to me when I was developing 2.5.5. Since 2.5.5 was already made and there were no problems with it, I decided to release it while I work on this new bug. You're completely fine and were the only person to remotely explain the problem to me - which I'm thankful for.
  16. Alek

    OSBot 2.5.5

    Fixing the bug means another new release. Since the issue wasnt reported before this release, Ill have to make the fix in the next version.
  17. Alek

    OSBot 2.5.5

    Moved to stable
  18. Alek

    OSBot 2.5.5

    Alright so it's a GE issue and NOT a bank issue. Thanks for being a bit more descriptive, nobody has told me what the actual problem was yet.
  19. Alek

    OSBot 2.5.5

    There's no bank issue.
  20. Alek

    OSBot 2.5.5

    No bug reports and my crystal ball is malfunctioning.
  21. Alek

    OSBot 2.5.5

    Changelog: -Restored "Default" to always be on top in Account Selector -Added various quest checks to teleports and scrolls -Patched issue with Objects get(int, int) returning objects that were not at the correct location Stable release will be tomorrow. Edit: Moved to stable
  22. What do you mean by it doesn't log you in? Are you brought to the welcome screen? Can you give us the CLI output (make sure to check for private info)?
×
×
  • Create New...