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. it will loot as long as there is loot on the floor, otherwise it will kill.
  2. the one in my signature. can be added via the script selector in the client.
  3. When running Osbot using this code: "C:\Program Files (x86)\Java\jre1.8.0_40\bin\java.exe" -cp "C:\path_to_your_osbot.jar"; org.osbot.BotApplication (obviously i have edited my path to osbot etc xD) I get this error: OSBot version: 2.3.41 I have both 32bit and 64bit installed as i need 32bit for mirroring and 64bit for eclipse otherwise it fails to load xD need anymore details? let me know ^_^ hope you guys can help me ^_^
  4. 1119
  5. Good Job! ^_^ might want to consider widgets for selecting prayer?
  6. please post your current code which isn't working and then we can fix this issue Precise
  7. Precise replied to bamieeter123's topic in Resolved
    I don't mind making an simple script for you once I get home. Add my Skype: precise_pb This will involve you lending me your account add me if interested.
  8. Precise replied to nindze93's topic in Resolved
    If you're on windows then go: C drive/Users/"user name here"/OSBot/Scripts Place it in this folder, select refresh on the script selector and it should appear! Precise
  9. I would not use nested IF statements like this as this causing you logical problems. Currently you're saying: If not in lever area, walk to lever area. But this will not execute the second if statement because you are now in fact in the lever area so the the first boolean returns false meaning no code is executed. Try: if (!LEVERAREA.contains(myPlayer())){ localWalker.walkPath(TOLEVER); } else if (LEVERAREA.contains(myPlayer())){ lever.interact("Pull"); } You might want to famaliarise yourself with if statements and if then else statements (Only changed part of the code because I am on my phone and so you can learn too) Precise
  10. you know he is banned right?
  11. myPlayer().isUnderAttack(); // // this is the boolean to check whether it is under attack, don't forget to null check! NPC npc = getNpcs().closest("Goblin"); npc.isUnderAttack(); // this is the boolean to check whether it is under attack, don't forget to null check! Please familiarise yourself with the API. Precise.
  12. Great Release, heard it is very good :P good luck ^_^
  13. This isn't enough information. Post:Browser - which browser is it and is it 32 or 64bit. Java - which version, 32 or 64bit. Console - post all errors in console. Screenshots- post photo of client and the error occurring. This information above makes it much easier for debugging otherwise this will be ignored as you have given insufficient evidence. Precise
  14. Precise replied to iJodix's topic in Archive
    it is fixed ^_^
  15. This isn't enough information. Post:Browser - which browser is it and is it 32 or 64bit. Java - which version, 32 or 64bit. Console - post all errors in console. Screenshots- post photo of client and the error occurring. This information above makes it much easier for debugging otherwise this will be ignored as you have given insufficient evidence. Precise
  16. 1021
  17. Precise posted a topic in Archive
    Get this error when i close a tab using the Mirroring system: [ERROR][03/05 11:12:59 PM]: Uncaught exception! java.lang.NullPointerException at client.emu.EmuClient.stop(Unknown Source) at org.osbot.rs07.Bot.stop(tn:550) at org.osbot.xb.run(iz:17) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) hope this helps! ^_^
  18. Precise replied to iJodix's topic in Archive
    I tried with with 32bit Java ONLY installed and got the same issue. using Chrome: Windows 7 Ultimate.
  19. Precise replied to VladBots's topic in Resolved
    Offsite really won't change this. Why not ust do what Divinity said? Because you have to show you're capable of maintaining and updating a script on OSBOT. xD
  20. Voted ^_^
  21. 1012
  22. 999
  23. Why are you telling me that when you said Area above?
  24. private final Area IRON = new Area(1,2,3,4);

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.