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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. sound great already cant wait. Thanks for hearing us out.
  2. Joseph replied to Joseph's topic in Archive
    its a jar file it isnt going to contain a virus. i added the scan.
  3. Joseph replied to Joseph's topic in Archive
    let me know if there any errors, and if you can post a screen shot
  4. could you make me a ectofuntus prayer paint with status, worship, timer, exp total, exp/hour. also a wall safe cracker thieving paint with status, crack, fail crack, timer, exp total, exp/hour. thanks in advance
  5. ill take 30
  6. Joseph posted a topic in Archive
    Ecto-Funtus Prayer works hand to hand with Slime Collector http://osbot.org/forum/topic/6226-slime-collector/ credit go to @Debot for the paint Requirements:finished "ghost ahoy" quest ghost speaking amulet dragon bones bucket of slime empty pots change log: v 0.1 release to the publicv 0.2 added paint, and added exp per hour.v 0.3 Small changesv 1.0 redid the whole script.v 1.2 fixed token collectv 1.3 fixed passing barrier, it should never get stuck.new proggie: : [imh]http://osbot.org/forum/uploads/monthly_09_2013/post-13996-0-60411900-1378291528.png[/img] download link v1.3 http://up.ht/19ghf3n alternative link: http://www.mediafire.com/download/lqpi395ohi88yn6/EctoFuntus.jar Instructions: start off in ecto bank. Wear your ghost speaking necklace. Have your ectophial in your inventory. Start the script. make sure your items in the bank are visible on the start of the script. also make sure your ecto-funtus is empty. so remove all ectotoken from the ectofuntus so it doesn'tbug out. virus scan: https://www.virustotal.com/en/file/ec0697768300c278e77be8586af9a419b51ca50ffb8edf64dfa1a75c5456c940/analysis/1372124773/
  7. are you still looking for items?
  8. its telling me to put a try and catch method on client.getInventory().interactWithId(ectophial, "Empty");
  9. public void onStart() { if (client.getInventory().contains(ectophial) &&!myPlayer().isInArea(EctoArea)) { try { client.getInventory().interactWithId(ectophial, "Empty"); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } if (myPlayer().getAnimation()== 714) { while (myPlayer().getAnimation()== 714) { try { sleep(1000); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } } } state = State.WALKTOECTOHERB; } } so then this (what i had in the beginning, with just a little tweaks )
  10. so it should look something like this then public void onStart() throws InterruptedException { if (client.getInventory().contains(ectophial) &&!client.getMyPlayer().isInArea(EctoArea)) { client.getInventory().interactWithId(ectophial, "Empty"); if (myPlayer().getAnimation()== 714) { while (myPlayer().getAnimation()== 714) { sleep(1000); } } state = State.WALKTOECTOHERB; } } i try this out then Eclipse is having a sissy fit, it say you remove the exception.
  11. can someone explain to me this \/ catch try {...................} catch (interruptedException e) // TODO Auto-generated catch block e.printStackTrace(); } im trying to create a farming script, and on the onStart() i want it to do more then one action. But i don't fully understand the (catch............). do i only need one (Catch..........), or more then one, if my onStart() has more then one action. public void onStart(){ if (client.getInventory().contains(ectophial) && !EctoArea.contains(myPlayer())){ try { this.client.getInventory().interactWithId(ectophial, "Empty"); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } if (myPlayer().getAnimation()== 714) { while(myPlayer().getAnimation()== 714) { try { sleep(1000); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } } state = State.WALKTOECTOHERB; } } }
  12. Thank you.
  13. how would i declare an Area, Path, and how would i make my player follow the path to the new area.
  14. This script is great, my only problem would be that it: Mass clicks on the bank. Other then that its works great.

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.