Jump to content

Chris

Scripter II
  • Posts

    8332
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. https://github.com/christophernarciso/osbot_manager/releases/tag/v2.0.12 Made closing the client after script stop a toggle option instead of the default.
  2. Glad you got it worked out. Sorry I've been out of service because my proxies have been offline. Let me know if you have any other issues.
  3. Explv's OSBot Manager GITHUB: https://github.com/christophernarciso/osbot_manager DOWNLOAD: https://github.com/christophernarciso/osbot_manager/releases/ Project Supporters: @Chris @aeikonic Change Log With the latest release of CLI capabilities for OSBot, this manager makes batch script loading easy. Any commit requests are welcome. Features: Completely Open Source: Take a look at the code, or modify it as you please. Simple GUI Proxy & Script Nickname Support New CLI Flags Support How to use: Then go to the runescape accounts tab, and add any runescape accounts you want to use Then go to the scripts tab, and add any scripts you want to use. You can either use the script name (if it is a local script) or the script id (ask the script developer for this) Optionally add any proxies you wish to use on the proxies tab Finally, go to the configurations tab, and add some configurations. These consist of a runescape account, a script, (optionally) a proxy, and any other bot settings. To run a configuration simply select it and hit "Start", or press "Start All" to run all of them. Keyboard shortcuts: Ctrl-c to copy a row Ctrl-v to paste a row Delete to delete a row Mouse shortcuts: Double click to edit a row Right click to open context menu Importing proxies and rs accounts from files: RS account files must have the format username:password or username:password:pin Proxy files must have the format: ip:port or ip:port:user:password Screenshots:
  4. weird. try now or add me on discord and ilyk Christopher#2820
  5. skill issue. jk just check your imports
  6. Turn on new mouse Turn off attack walk None of those work then join the discord and I can take a look
  7. We have a Magic API that can handle interaction for you: if (getMagic().isSpellSelected()) { // spell is selected so now we can interact with item } else if (getMagic().castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY)) { // we successfully casted spell }
  8. It is still originally built with Java 8 so you will need to launch it with that
  9. Piggy backing off this thread again. @takeovertheworld@Gilles123 Since you liked my recent post ill tag you for an update. https://github.com/christophernarciso/osbot_manager/releases/tag/v2.0.10 Updated: Mirror Flag w/ Launch Game Parameter (No proxy) Break Settings Flag
  10. https://github.com/christophernarciso/osbot_manager/releases/tag/v2.0.10 Updated: Mirror Flag w/ Launch Game Parameter (No proxy) Break Settings Flag
  11. Range only No reported issues right now 2 if you don't have VIP otherwise its unlimited
  12. https://github.com/christophernarciso/osbot_manager/releases/tag/v2.0.9 Updated for new CLI Flags Removed the OSBot account tab since we now have -autologin cli param
  13. https://github.com/christophernarciso/osbot_manager/releases
  14. I'll take some time to update Explv's Manager today with the new osbot cli flags
  15. For CPU you could try to make sense of CPU benchmarks. https://www.cpubenchmark.net/cpu.php?cpu=AMD+Phenom+II+X6+1100T&id=394 The AMD Phenom came out in 2010 while the Ryzen 7 2700x came out 8 years later. AMD workstations are popular rn since you can get a lot out of the ryzen cpus. So maybe do a bit of research on that before going for PowerEdge servers. You want your workstation to last a while and not use old tech
  16. UPDATE VRK-66.0: Fixed a bug with the phase listener that was preventing people from using attack walk under certain conditions. Updated the LootingTask to check for missed loot before starting another kill if there is any available on the ground. Still investigating why this will randomly happen but for now this extra check will pick up the missed items. Renamed log references to Clan Wars to Ferox Enclave.
  17. UPDATE VRK-65.0: Updated the pet condition to be disabled if for some reason you already have gotten one and still kept the setting on. It will not disable the flag if you get the following message "like you would have been followed". Added stop condition checks if you start the script with no weapon OR the script could not load your gearset with their own error messages. Added a stop condition if you have pending items in the death collection on script start. It will look for the following message "You have items stored in an item retrieval service.", "If you die again before retrieving them, they will be lost". Added an attack option setting check to make sure you have "NPC LEFT_CLICK_WHERE_AVAILABLE" enabled. Added an extra looting task full condition check to drop junk items it picks up. "emerald bolts, etc." Added additional logging for the acid phase to figure out some issues where some users are reporting attack walk not working for them.
  18. Just override RandomEvent.values()[lenth - 1] https://osbot.org/api/org/osbot/rs07/event/RandomExecutor.html#overrideOSBotRandom-org.osbot.rs07.script.RandomSolver-
  19. Yes it will place the runes back inside the pouch when it goes to collect the items on death. Feel free to send me the log in the discord if it happens again. https://discord.gg/CGHsd4a
  20. message me in the discord and ill see if I can resolve the issue
  21. UPDATE VRK-64.0: Slight speed improvements were made during vorkath fight interaction, banking, and more.
  22. UPDATE VRK-63.0: Restock updates for crossbow mode: It will now withdraw from the bank at the start of the script if needed instead of waiting for the Message Listener to register it is missing bolts. The script can be started at the Grand Exchange. Useful for those who mule off their accounts and want to rerun. Updated the Bank Handler logging to be more specific. Added 'Frozen ornate pool of Rejuvenation' to the house interactions.
×
×
  • Create New...