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.

Precise

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Precise

  1. when attempting to find the closest and most appropriate tree in that area, i would recommend usng a filter like so: RS2Object tree = script.getObjects().closest(t -> t != null && t.getName().equals("TREE_NAME_HERE") && AREA_NAME_HERE.contains(t)); this will only find trees in that area. Precise.
  2. Was the only thing annoying me about my new laptop with a high resolution was i couldn't use OSBot easily. This fixed my issue, thanks for the easy guide. (i changed it for both jre and jdk for anyone who is having issues still). Precise.
  3. Seems to be more of an issue with the welcome random solver which will override the script, i'd include the logger, any other information and how to replicate if you can.
  4. not my fault you have a low resolution so you can't view the script. Send me a screenshot of what you see and I'll try to make adjustments.You keep talking malfunctions and so on but don't actually make a big report so how do you expect me to fix things? Because saying that without any specific scenarios makes it much harder because as you know, it is a big script.
  5. that big has be fixed, will be available soon. Again, if you get a big please follow the guide on how to report a bug otherwise I can help. this issue isn't the scripts fault. Make sure your resolution is about 1920x1080 since any higher will cause issues with the layout of both the isn't and script.
  6. I haven't tried it since i do not have high enough slayer for it. if you're looking to farm i'd recommend using accs which are not worth as much bans are bans, if you want to just farm wyverns then this may not be the best script for it since it was not optimised with wyverns in mind Precise.
  7. yes you could use tally teleport, I'll test it tonight see for sure or give you a trial and I'll be adding house teleports in the future
  8. yes, it basically performs like an AIO Fighter(coming mode). Keep in mind teleport to rimmington via house isn't supported. But yes you can.
  9. please view the first post on this thread to see how to report a bug since I cannot replicate what you have stated without it.Thanks Precise
  10. I'd look into nested if statements like so: private State getState(){ if (getInventory().isFull()) { if(TheBank.contains(myPlayer())){ return State.Bank; } else { return State.WalkToBank; } } else if(Shop.contains(myPlayer())) { return State.BuyOre; } return State.WalkToOre; } Also would look into naming conventions.
  11. When I sometimes play legit I cba to dismiss them, and I'm pretty sure the built in Random solver does this already and would override any script anyways (if enabled).
  12. Shattered by elbow when I was 4, arm is still isn't straight ;) broke my wrist when I was 6, and it was in a Z shape which wasn't nice to look at haha
  13. please read this post here: http://osbot.org/forum/topic/92232-★ap-slayer★/?p=1238575 TDLR; its because you're using Mirror, so for a seamless experience please use Injection. Sorry i wasn't following this topic, if you are still having issues please post appropriately here: http://osbot.org/forum/topic/92232- Precise.
  14. OSBot interactions dont work correctly in low cpu mode, so if you need some help there are some good snippets which will help you if you are efficient with your scripts lots can be possible like <= 3% cpu usage but yeah, i can't help with hardware
  15. i'd recommend finding a script which is compatible with low CPU mode since for me that drastically reduces CPU but does cause issues with interactions. so make sure to find the correct script or a private script with custom interaction methods.
  16. 1. depends on the script you want. 2. will be more than public. 3. can do.
  17. Inb4 banned on OSbot too xD
  18. great update!
  19. just do research to find a method, items which are traded a lot etc so less likely to crash. it will be worth your time if you find one
  20. so you want to make the arraylist of positions into an array, to be passed into the instance of the area? if so, just do this and change the object type to Position instead of String : http://stackoverflow.com/questions/4042434/converting-arrayliststring-to-string-in-java
  21. you only call "tree = sA.objects.closest("Tree");" once when you make an instance of the class. id recommend adding it into the execute method as the first line as above. also, id make it a local variable instead of global.
  22. Precise replied to The King's topic in Scripting Help
    get the position of the tree, make an instance of minimaptileDestination using that position and draw the destination
  23. nice read, thanks

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.