Skip 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.

Explv

Scripter II
  • Joined

  • Last visited

Everything posted by Explv

  1. I'll take a look at improving that interaction, thanks Will do
  2. Explv replied to Explv's topic in Others
    Working for me, try checking the log, it may be that the web walker cannot find a path from where your player is to the destination.
  3. Explv replied to Explv's topic in Snippets
    I have added an extra check for disabled accounts, and tested it, it seems to work now, try the updated code in my post
  4. Explv replied to godsane's topic in Scripting Help
    This is the scripting help section, it is for people that need help with writing scripts. Post on the thread of the script instead.
  5. I still need to fix saving and loading, will take a look at that ASAP. Thieving task is probably also a bug, i'll take a look thanks.
  6. I will be adding a feature to show/hide the log in the manager
  7. UPDATED 2016-12-22 - Added the nointerface option (currently only available in the dev build)
  8. Make sure the language level of your IDE is set to Java 8, because Optionals were a new feature introduced in Java 8.
  9. I have skimmed your code and to me it does look like time and space complexities would be O(n). Time complexity: You visit each node exactly once (there are no repeated visits because you store the shortest path from that node in a HashTable). Therefore the complexity is O(n). Space complexity: You store the sum of the shortest path from each node in a HashTable therefore the space complexity is O(n) I have no idea where they got O(n^2) from That is of course assuming that your Java implementation is identical to your pseudo code. I could only really tell you if your TA was wrong if you posted the actual pseudo code you wrote in the exam.
  10. Not too sure why you keep commenting on these threads if you have no knowledge of the subject area and cannot answer OP's question. You did this on the last thread he posted too. Although this is an osrs bot website, this is the "Programming" section, and OP's question is perfectly valid, and there are users here who can answer his question. Perhaps in the future you should just not reply unless you have an answer.
  11. You missed the "new" keyword.
  12. It was before, but now it's the other way around
  13. Are you logging in using default account? If yes, don't
  14. Try setting the language level of your IDE to Java 8
  15. The issue should be fixed, please update to the latest version (5.2)
  16. Problem resolved, user was using the development build .103 which is currently having web walking issues
  17. wtf https://github.com/OSBot-Transporter/OSBot/blob/master/src/com/acescripts/scripts/overloadaio/framework/Constants.java
  18. Explv replied to Explv's topic in Others
    The script is working fine?
  19. You open the tab, look at the Tabs class.
  20. Pushed a fix, it will be available when the SDN is next updated, thanks. It's on my todo list, will take a look when I have the time
  21. Sorry, I thought that I had, but looking at the code it seems I forgot. I will update the code now and it will be fixed when the SDN is next updated.
  22. That's weird, i'll take a look at it tonight. Thanks for the report
  23. Explv replied to Explv's topic in Others
    What would be the purpose of that?
  24. Will take a look, thanks
  25. No, it doesnt. I'll add it when I have time

Account

Navigation

Search

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.