Jump to content

Chris

Scripter II
  • Posts

    8354
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Try this as a solution. As of now I don't think there is API for this but I may be wrong. You could always make a wrapper class that extends the Area API to create your own methods. Area nonWalk = ....; Area canWalk = ....; Area walkable = new Area((Position[]) canWalk.getPositions().stream().filter(nonWalk::contains).toArray());
  2. UPDATE VRK-62.0: Removed Spirit Seed from the loot list. Updated the collection task to handle a possible miss-click issue when first trying to collect items. Updated the instance task to extend the click range to avoid clicking over the climb-rocks object when attack walking.
  3. it will restock equipment if it dies when you enable deathwalking in the UI. It should always restock food.
  4. do tut island manually problem solved and dont use nordvpn lmao
  5. https://osbot.org/api/org/osbot/rs07/api/Keyboard.html#typeString-java.lang.String-
  6. UPDATE VRK-61.0: Updated Slayer's Staff method to full functionality. LootingTask updates: Added a isStalled fail safe to shutdown the looting handler when the user disconnects and is not inside the vorkath instance anymore. Updated to use common item ids instead of string names (Mirror issues) Fail safe patch: As of client v58 (stable), there are issues where sometimes it will fail to interact with ground items. I updated the existing check to hover and click the item in the meantime until fixes are introduced to the client api methods. Updated the inventory organizer Other misc improvements. Tested Client V58 Stable w/ Injection mode
  7. Use the Utilities.takeScreenshot(); https://osbot.org/api/org/osbot/rs07/api/util/Utilities.html
  8. UPDATE VRK-60: Updated LootingTask system: - Prioritizes dropping existing blue dhide in the inventory for better loot. - Performance enhancements to increase script speed during looting. - Added failsafes for when the script errors out while looting and will just click the tile for the loot item. Updated VorkathInstanceTask: - Added experimental slayer staff mode. Simply start the script with a Slayer's staff in the inventory and make sure its pre-autocasted to do crumble undead. - Fixed an issue where the script was not using the new boltSwitchPercentage parameter from the configuration file. It should now work as intended. Updated BankingTask: - Dueling ring is now withdrawing after grabbing potions for inventory cleanliness. Updated MessageListener: - Added message "You have items stored in an item retrieval service." to the listener. Other: - Removed the script stop conditions for the travel tasks when it cannot find a path. They now just increment the error counter behind the scenes (>= 30 errors trigger a script stop) - Added a fail-safe for when the script accidentally travels to the island when attempting to collect gear on death.
  9. Issue has been fixed but am waiting to see if I can get it pushed to the SDN today. Sorry for the downtime.
  10. bruh https://osbot.org/api/org/osbot/rs07/api/Inventory.html#isItemSelected-- https://osbot.org/api/org/osbot/rs07/api/Inventory.html#deselectItem--
  11. We can work this out in discord when you are available.
  12. Sorry for the downtime. I thought I had checked everything before making the changes for release. Please try the script again as an update went out earlier.
  13. Should be working as normal. Message me on discord for any issues.
  14. Care to screen share and message me on discord?
  15. Yeah I forgot to set a few variables since I referenced my previous CLI changes (I guess no one used it) so I doubled checked the old GUI start settings and found the issue. I messaged the SDN manager and I will wait for him to reply to see if he could accept my changes. Sorry.
  16. UPDATE VRK-59.0: Updated the script UI interface which will require a new way to create a settings file. UI Example (Dark mode when launched through client): Settings Page: https://cnar.dev/projects/evorkath/settings Click 'Save Settings' to download a configuration file that you can load into the script through either normal launch or OSBot Command Line Made it optional to keep low dose (2 dose) potions or not. Keeping it disabled will only grab 3 dose or higher potions every time it banks. Updated the rune pouch checker on script start to support any type of rune pouch. Updated the consume checker to use prayer potions if needed before it starts looting.
  17. it should say in the logger why it logged out.
  18. Try the following: Use new mouse option (if not already) Remove java 8 and install Java 8 build 291 (Mirror is built with this java version). Open Windows task manager and set the OSBot java process to high priority.
×
×
  • Create New...