Jump to content

Patrick

Developer
  • Posts

    1795
  • Joined

  • Last visited

  • Days Won

    157
  • Feedback

    0%

Everything posted by Patrick

  1. Hey, Thanks to the great response on the last release, we managed to quickly iron out a couple of bugs. FIXES: - Fixed -world f2p/p2p only working when running from the bot manager. WEB WALKER: - Fixed an issue with opening regular doors. MISC: - Fixed running without a schedule on the lite version of the bot manager not working. - Fixed tasks where the CLI contained spaces not working. If you're still having issues where the manager get stuck on loading..., you can recreate the task or add " " around the cli. eg 1234:"params with spaces" "local script name":paramsnospaces - Minor bug fixes. - The OSBot Team
  2. If you have spaces in the cli / queue name, you need to put double quotes ( " ) around it. Next release will do this automatically, which should be released in a couple of hours. This does indeed disable all random handlers, including the login handler. Only recommended for scripts which have their own login handler
  3. Hey, This release adds the new OSBot Bot Management tool! You can find out more information at the following links: https://osbot.org/forum/topic/177930-osbot-bot-manager-the-complete-guide/ https://osbot.org/forum/store/product/774-monthly-manager/ https://osbot.org/forum/store/product/773-lifetime-manager/ Besides the manager, this release also brings the usual small changes and fixes. FIXES: - Fixed an issue with dmm level locked world hopping WEB WALKER: - Fixed trying to open some quest locked doors MISC: - f2p/p2p are now valid parameters for the -world cli argument. This will select a random f2p or p2p world - Minor bug fixes. - The OSBot Team
  4. Hey, API CHANGES: - The Quests#Quest enum has been updated to better reflect the game. FIXES: - Fixed arceuus home teleport not working. WEB WALKER: - Added Xerics talisman and Drakan's medallion teleports. - Fixed various links all throughout the game. MISC: - Minor bug fixes. - The OSBot Team
  5. Thanks, took some convincing but well worth it
  6. Enjoy Make a combat profile with the food and potions you want, then go to the monster tab and assign this profile to the monsters where you wanna use it on. You can ctrl+a to select them all if you want.
  7. Hey, API CHANGES: - Added Quests#DESERT_TREASURE_II WEB WALKER: - Fixed and added some links all over the game. MISC: - Added ScriptExecutor#isRunningQueue to check if your script is being ran via a scriptqueue. - Minor bug fixes. - The OSBot Team
  8. Enjoy Thanks, I'll see if I can add a check for that
  9. Enjoy Thanks, pushed version 1.055 with this added
  10. Hey, Download link: http://osbot.org/devbuilds/osbot 2.6.74.jar Just a couple small bugfixes and tweaks. FIXES: - Fixed Bank#getCapacity and thereby functions that use it (eg. isFull()) - Fixed not being able to boot a script queue where the first script is local. WEB WALKER: - Added a couple random dungeon links and fixed some wrong portals. MISC: - Minor bug fixes. - The OSBot Team
  11. Hey, Mostly fixes in this release API CHANGES: - Removed deprecated Arceuus spells. FIXES: - Added support for the new bank popup message. - Added item deselection before attempting to drop. - Fixed Magic#getCurrentBook not working correctly. MISC: - Added support for account groups. Adding/removing an account to/from a group can be done by right clicking the account name and selecting the 'Change group' option. - Minor bug fixes. - The OSBot Team
  12. Be sure you assign the food to the monsters you want to use it with in the monsters tab. If you have an autocasting weapon it could work with magics I'd need at least the logger output + a screenshot to look into bugs.
  13. I'll have a look at the client webwalker
  14. Patrick

    Exco Puro Puro

    Enjoy Where is it getting stuck?
  15. Hey, Download link: http://osbot.org/devbuilds/osbot 2.6.72.jar A couple small fixes which will probably be in the stable build later this week. FIXES: - Fixed the world hopper for some new beta worlds. WEB WALKER: - Fixed an issue with webwalker trying to use noted items to teleport. MISC: - Fixed a memory leak. - Minor bug fixes. - The OSBot Team
  16. Please post the 'bugs' with at least a screenshot and client logger output. You can PM it if it's a lot like that Enjoy
  17. Hey, A new release to fix some small issues which caused some large issues. FIXES: - Fixed a potential array index out of bounds exception with hopping to a random world. - Fixed Character#isAnimating always returning true. MISC: - Minor bug fixes. - The OSBot Team
  18. Hey, This release fixes the worldhopping issues from the latest game update. API CHANGES: - Added support for the new world hopping confirmation dialogue and fixed the world hopping MISC: - Added support to start a scriptqueue via cli via the following argument: -scriptqueue {queuename} or -scriptqueue {filepath} -- Examples: -scriptqueue testqueue, -scriptqueue C:\Users\{name}\OSBot\Data\testqueue.txt - Minor bug fixes. - The OSBot Team
  19. For now I'm thinking about keeping it as it is and maybe look into some main bugs like the sceptre recharge.
  20. You can use CTRL + A to select all monsters in 1 go and then select the gear profile 1 time and it will assign it to them all. Enjoy
×
×
  • Create New...