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. Joseph replied to eleax's topic in Scripting Help
    ok when you cook an inv of food in rs. You cook a fish (anim) stop for a sec (non-anim) and repeat. So that one sec of non-animating fucks you over with the method isAnimating(). what i do sometimes i use a boolean and a timer. Every time it animates it reset timer. And i do a simple if statement check saying if the timer > 3 then my player isnt doing anything. i use the boolean for something. Just be cleaver about it :p
  2. there a method within the mouse class
  3. dont use while loops please if (myPlayer().isAnimating()) { if (dialogues.clickContinue()) { sleep(random(600, 1000)); break; } } interact(string) is an instance of interactionEvent. depending on what the action is. It will right click if it needs to. So your request is already there
  4. dude add the ability to tan cow hide but not to craft it
  5. but there's already a method that tells us if the player has been banned or if there's an updateand more. Not exactly sure what method it is. It's a method within either the bot or client class it returns an int and depending on the int is what is happening
  6. How to draw the model of the trees? Good luck on release, I'm coming here everyday checking out your progress
  7. Can I ask what you are trying to do here?
  8. Joseph replied to Oliver's topic in Spam/Off Topic
    oh nice im on the first page of pose count above botre woot woot
  9. it so hard code because of after interacting with the chest. Most likely you should be checking into interfaces. If not check out mouse Destination class Also im not sure why it keeps looping try debugging it
  10. it will ignore the ready enitty and look for whatever fits the best filter.
  11. I'll consider it
  12. Add in: Who the creative person in OSB? me
  13. ya using settings#setRunning(boolean run);
  14. you can use this for a position or this for a path public boolean walk(Position[] path, int energyThreshold) { WalkingEvent event = new WalkingEvent(path); //can add .setOperateCamera(boolean) event.setEnergyThreshold(energyThreshold); return execute(event).hasFinished(); }
  15. i guess know let us know how it works.
  16. Joseph replied to Chazler's topic in Scripting Help
    i know thats what ive been saying
  17. check at the dialogues class they have great methods. http://prntscr.com/69ihtk
  18. nice thanks for the update
  19. Joseph replied to Chazler's topic in Scripting Help
    you see all that code you have to type up. I got tried of doing that. When now we can simply do getObjects().closest(new PositionFilter(position)); edit: i know its easy to create a simple method like that. I simply request for the filter because we have many different filters available. It wasnt there when i look at it. It will be handy to others especially the nubs (like me ) and i mean there is a PolygonArea filter (which the PolygonArea class was just recently released) and not a position filter. Which btw in OSB1 there use to be like a method to get an entity using a position.
  20. Joseph replied to Chazler's topic in Scripting Help
    i know i love it, but just know we never had the position filter until now http://osbot.org/forum/topic/65624-suggesting-another-filter/
  21. Joseph replied to Chazler's topic in Scripting Help
    make us. I requested alek for a position filter class so check that out op.
  22. it was pretty late when I replied and I had it mixed up lol.
  23. what swiz said. How you going to use an instances when is final.
  24. Ok let me help you out there buddy. Like they said thats a bit hard core. I'm not really sure what you trying to do here. To get the rec of the item use abstract mouse destination class. For bank use BankSlotDestination and for inventory use inventoryslotdestination. Osb already did all the hard coding for us. To get slot of item in bank or inventory use the itemcontainer abstract class Use the menu class, it has great methods like select action.
  25. Joseph replied to Mysteryy's topic in Spam/Off Topic
    wooot good shit divinity, cant wait for you to server us up, and hopefully better than alek did

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.