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.

Precise

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Precise

  1. Precise replied to dokato's topic in Scripting Help
  2. Very flashy Pls, more like where is my vet?
  3. Nice release, so fast
  4. This ^^ Another Script: Addictive Fighter by Addictive Scripts + JFrostDragons, both made me a fair amount of money before the bans became too much ;)
  5. Precise replied to Oliver's topic in Archive
    did you open the HTML document fully on your screen? Because if you do this, you'll see that your current HTML isn't the same as the one you took a screenshot of, yet if you reduce the page width, it works.
  6. Precise replied to Oliver's topic in Archive
    Add <br/> after the first row, should work I don't know if this is the best way, but it works
  7. Really guys? I didn't want to have any competition Jks. :p
  8. shouldn't you include a null check on fr? Because he says it is throwing an error where is checks the id which would lead me to believe it is an NPE. I may be wrong Precise
  9. You in need to null check the itemfr in the for loop before checking Id. if(fr != null) Hope this helped
  10. did you place it in the OSBot scripts folder on your laptop?
  11. Precise replied to Rudie's topic in Archive
    This worked fine for me, are you using the mirror client? EDIT: i tested both on mirror and normal with no problems. what version of OSBot are you using?
  12. Precise replied to Rudie's topic in Archive
    Please post the portion of the code where the error occurred for debugging purposes.
  13. Precise replied to Wishy's topic in Introductions
    Welcome! I hope you enjoy your stay ^_^
  14. Just allocate more ram so it will last longer ^_^ I'm sure this will be fixed in the near future ^_^
  15. Precise replied to Mystere's topic in Archive
    this ^^
  16. Precise replied to Mystere's topic in Archive
    maybe allow it more memory? because as i can see it is maxed out.
  17. you should look how to use for loops here: private int[] slotArray = {1,2,3,7,6,5,4,8,9,10,11,15,14,13,12,16,17,18,19,23,22,21,20,24,25,26,27}; public void clickAllRing() throws InterruptedException { for(int i : slotArray) { getMouse().click(getInventory().getMouseDestination(i)); //add sleep here } } you might want to change the order of the ints in the slotArray because they current will not obey your order of clicking. Precise
  18. sticky a number would do something :P the parameter is an int which is the slot number and yes that would work too
  19. Here is the code to click a certain slot in the inventory: getMouse().click(getInventory().getMouseDestination(**slot number here**)); i would include sleeps etc. if you want to click them in a certain order, make an array of the slot numbers in order of when they should be clicked and loop through it ^_^ hope this helped. Precise
  20. are you walking along a path or just a single tile?
  21. Precise replied to MGI's topic in Releases
    Good job dude! ^_^
  22. That is what i said :P you'll need to make your own method sorry. ^_^
  23. The mirror client is prone to bugs due to being in BETA.
  24. I think he means when interacting with a monster, it will always right click and select option to attack instead of just left clicking. @OP: I would recommend writing your own method as it seems to not be included in the API from my looking.
  25. Another pro script bro! ^_^

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.