Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. Token replied to Token's topic in Others
    Authed Authed What happened that made you reset it? What's in the logger? Best F2P food, many monsters hit more than 10 Java command line memory allocation is not done by xmt (I've never personally heard of this flag before), but by -xms and -xmx as far as I know. The number also has to end in m or g meaning megabytes or gigabytes. However, OSBot has a built-in flag for memory allocation -mem which has the same effect as -xmx. Did you try running the script without changing the default memory allocation of the client?
  2. Token replied to Token's topic in Others
    I added some new dialogue fail safes in some places where I noticed it may get stuck in the dialogue but those are not live yet It shouldn't have any problems in most cases though, this was encountered on very rare test cases
  3. Token replied to Token's topic in Others
    Authed
  4. Token replied to Token's topic in Others
    It will be live whenever the SDN updates. Have you completed any other RFD subquests besides the ones featured on the GUI? Yes, don't forget to select the style before creating the gear preset to use the aggressive style for strength xp. Also a dialogue should popup when attempting to add Shadow of the Storm and will ask you what xp reward should it select at end. I'm not sure if 1 attack can complete it but the script will restock if it runs out of food so can have a few attempts I guess. It will be greatly improved if the client will have a poison hook in the future.
  5. How jagex servers work is random, I'm pretty sure not even they know. They generally don't want people multilogging though as until a few years ago this was considered an offense even on separate worlds. Anything above 1 account per ip may result in a connection error.
  6. Well "The logger says there was an error with too many accounts from the same ip", that's actually runescape refusing your connection because you have too many accounts on the same ip, it's not related to the client as it has no way to connect if jagex refuses to let you connect
  7. Shouldn't work if as he stated before the widget doesn't have interaction actions, but the last resort always works String action = "Smelt X"; if (menu.isOpen()) { Rectangle rect = null; List<Option> options = menu.getMenu(); for (int i = 0; i < menu.getMenu().size(); i++) { if (options.get(i).action.contains(action)) { rect = menu.getOptionRectangle(i); break; } } if (rect != null) { mouse.click(new RectangleDestination(bot, rect)); } else { log("Action not found"); } } Which may be required for some weird old menus that have color tags in them
  8. In some menus the actions may have color tags attached. If this is the case you can run the following code to find the actual menu action strings if (menu.isOpen()) { for (Option op :menu.getMenu()) { log(op.action); } } It may be something like "Smelt X <col=ffffffff> Iron"
  9. Token replied to Token's topic in Others
    update Added more timeouts on banking events Rewrote equipment handling as a quest start precondition Script will be stopped upon death while I'm working on a more generalised deathwalking algortihm to apply to all possible quest stages in all locations Shadow of the Storm and RFD Evil Dave Subquest will now be visible on the GUI The 'RFD' quick start button has been renamed to 'Mithril Gloves' RFD Evil Dave Subquest can be completed with any type of cat, Pet kitten, Hell-kitten, Pet cat, Hellcat, Wiley cat or Lazy cat. I usually tested the script with a kitten which completes it in ~40 minutes Shadow of the Storm requires decent stats (run Waterfall Quest and Witch's House prior to this) and a poisoned p++ weapon (it will tell you if the gear preset is not correct) as the boss fight is scripted to rely on poison in order to make completion possible at lowest levels (I did it with 30 attack/30 strength/1 def) You may select the XP reward it will get from Shadow of the Storm, both while running the quick start options or manually adding it to a quest list If you are running the 'All' or 'Mithril Gloves' quick start options there is nothing to worry about as the script by default will use an Adamant dagger (p++) and automatically complete Waterfall Quest and Witch's House before this to obtain decent stats The bot will teleport out of the boss room if it runs out of supplies, automatically restock and Grand Exchange and go back
  10. Those are most likely memory issues caused by the scripts you are running, being poorly coded. Try asking the scripter on their script thread about it.
  11. It's most likely a config, could verify it by making a new account though
  12. Token replied to Token's topic in Others
    Authed
  13. tokenscape
  14. I'll bot them for 1m
  15. Token replied to Token's topic in Others
    Authed
  16. Token replied to Token's topic in Others
    Authed
  17. Token replied to Token's topic in Others
    I'm aware of the issue, there are 2 possible explanations to this, possible interactions with the Ectofuntus without collecting the resulting Ecto-tokens and Ghost Ahoy triggering an Ectofuntus config change. However, I didn't have time to explore the Ghost Ahoy code yet to find the root of the issue.
  18. Token replied to Token's topic in Others
    Have you previously completed any other Morytania quests such as Ghost Ahoy?
  19. GroundItem groundItem = getObjects().closest(gI -> gI.getName().equals("Bones") && gI.hasAction("Take")); You have a GroundItem object on the left side and a RS2Object on the right side Checking for "Take" action however is redundant as by definition every GroundItem has the "Take" action, just like every Player has the "Follow" action
  20. In a democratic manner
  21. tokenscape
  22. What's your skype?

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.