Jump to content

Patrick

Developer
  • Posts

    1805
  • Joined

  • Last visited

  • Days Won

    161
  • Feedback

    0%

Everything posted by Patrick

  1. Hey, Mostly some manager and under-the-hood changes. BOT MANAGER: - Fixed the issue where sorting caused weird glitches when trying to change things on the accounts, tasks, proxies & client configurations. - Added the option to do a group action on selected accounts (select multiple with ctrl key down, then right click with ctrl still down to show the popup). - Scheduling a scriptqueue task indefinitely will now automatically restart the queue once finished (queue looping). - Added the option to import accounts with proxies. The following formats are now supported: username:pass username:pass:pin username:pass:ip:port username:pass:pin:ip:port username:pass:ip:port:username:pass username:pass:pin:ip:port:username:pass MISC: - Minor bug fixes. - The OSBot Team
  2. Yes, but you can use ctrl+a to select all monsters in 1 go. There is a save/load on the general tab.
  3. Be sure to assign the food and combat profiles to the monsters you want them to be used on
  4. Hey, API CHANGES: - Added Camera#setUseMouse(boolean). This will change the control for all API camera movement from keyboard to the mouse. Only needs to be called once in startup of script to stay active. Currently off by default to not intervene with existing script logic. (Thanks to Khal) - Added ItemContainer#containsAll(String... names) and (int... ids) FIXES: - Fixed inventory item getOwner() being null when inventory isn't open. WEB WALKER: - Added some runecrafting related links. BOT MANAGER: - Added a right click option 'Request focus' in the account tab to bring the selected client back to the foreground. MISC: - Minor bug fixes. - The OSBot Team
  5. Hey, When reporting a bug or issue, the following points must be present. If it's not, the report will be ignored, as important information will be missing. What version of OSBot do you use? What JAVA version do you use? Which plan do you use? VIP/Monthly/Lifetime Are you launching trough CLI or GUI? Can you send a screenshot of the menu you are having issues in and the logger output whenever possible. (Cover your credentials) Describe the issue What are the steps - and in what order - to replicate the issue? (Adding account -> adding proxy etc) - The OSBot Team
  6. Issue: stuck on planned. Often caused by: spaces in acc name, script name, cli, proxies Solution: remove spaces when unintended, otherwise add " before and after the part containing spaces. Manager automatically does this for some things like script names
  7. Whats the logger output saying? enjoy
  8. Hey, A quick new release to work with the new game revision. EDIT: Mirror has been updated and is also back online. API CHANGES: - Added Widget#getId() as it was only accessible via the accessor. FIXES: - Fixed Item#getOwner() widget being incorrect for inventory, equipment and bank. MISC: - Minor bug fixes. - The OSBot Team
  9. I could add a feature to automatically restart the script when it detects this, but I assume there is a reason for them to stop. What would you like to see happen?
  10. Hey, Changes since last stable build: API CHANGES: - Optimized the first trading widget to not click accept when the check offer interface is visible. FIXES: - Fixed the issue with some quests not being detected as completed. WEB WALKER: - Added the abilty to avoid or block certain areas by using WebWalkEvent#useAvoidingPath(block, areas). BOT MANAGER: - Added the group action to change the accounts from one group to another. - Added the group action to change the worlds for all accounts in a group. - Fixed a crashing issue when sorting the rows in the accounts tab. - Fixed an issue with switching tasks when the name contains spaces. - Added buttons to refresh the script list in the Tasks and Script Queues panels. - Added an idle script (OSBot Idler) into the manager which could be used as tasks or in a script queue. Optionally you can use 'logout' as cli argument to force a logout at the start. - Added the option to remove the 'banned' flag from a banned account instead of only being able to delete the account. - Fixed an issue when launching mirror mode where there game isn't being detected and closed when the bot is stopped. - Added the ability to tweak time between client launches based on your system and network speed. - BETA FEATURE: Added a WebWalker proxy server into the manager. This allows the webwalker to store all the required data only once (in the manager) instead of once for every game client. -- This feature has some issues on 32-bit Java versions and is still in BETA, bugs/crashes/freezes are to be expected and are being worked on. MISC: - Minor bug fixes. - The OSBot Team
  11. I'll add this and see how it goes. I'm also adding a setting to tweak the time between client launches in case of slow/faster connections.
  12. Hey, Download link: http://osbot.org/devbuilds/osbot 2.7.2.jar A dev build with some more fixes and improvements. FIXES: - Fixed the issue with some quests not being detected as completed. BOT MANAGER: - Added the group action to change the accounts from one group to another. - Added the group action to change the worlds for all accounts in a group. - Fixed a crashing issue when sorting the rows in the accounts tab. - Fixed an issue with switching tasks when the name contains spaces. - Added buttons to refresh the script list in the Tasks and Script Queues panels. MISC: - Minor bug fixes. - The OSBot Team
  13. I don't have an ubuntu machine but I can try to source one to test it.
×
×
  • Create New...