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. the inventory deselect is bugged out so i made my own method. This could help out others. public boolean deselectItem(){ if (inventory.isItemSelected()) { int slot = inventory.getSlot(inventory.getSelectedItemName()); return script.mouse.click(inventory.getMouseDestination(slot), true); } return false; }
  2. anybody up fro my challenge
  3. experienceTracker already has a exp per hour methods. But the only reason why i didnt use their method and i was requesting one is because of my furniture list. If i use the method from the api i will be giving my users wrong information. Thanks for the method. naw i wasnt talking about that one. i knew about it though thats i know about it already, i explained why i need the method, thanks anyway
  4. I'm requesting a method that returns the exp per hour
  5. You should give me 1-5m then we both could be happy
  6. im looking for chat box size. im looking for something that has to do with tabs. (2 Tabs) Main Tab Status Timer Currently made Current exp gained (exp per hour) Level (level gained) Version Furniture Tab Current furniture Previous total made Previous total exp gained Also i would love to see a percentage bar in the paint to
  7. but it isnt his script
  8. Im requesting a paint for my construction script. Thread link: click here previous paint: im looking into the lines of tabs which would seem nice.
  9. I thought when tree become ents. if your still interacting with them, who they are facing. which is obliviously you
  10. Joseph replied to Joseph's topic in Scripting Help
    thanks got it to work
  11. Joseph replied to Joseph's topic in Scripting Help
    within the onstart?
  12. Joseph posted a topic in Scripting Help
    How exactly are am i suppose to use experience tracker class? Is it just mean, or does the method return wrong values. edit: that was weird
  13. Osbot 2 hovering for intractable, is bugged out. it like to interact with them. I don't know why so i decide to write me a quick method for hovering. Could be useful for other. public boolean isHovering(Entity entity) { if (entity != null) { EntityDestination des = new EntityDestination(bot, entity); return des.getBoundingBox().contains(mouse.getPosition()); } return false; } public boolean hover(Entity entity) { if (entity != null) { EntityDestination des = new EntityDestination(bot, entity); return mouse.move(des); } return false; }
  14. some body should explain yo him, why that isnt conventional
  15. Warming, when another entity is on top of a random event it will start to go crazy trying to interact with. For example one of those talking randoms
  16. thanks for the help, i guess i did something wrong somewhere ill look into it later
  17. let me try it out real quick, it isnt working for me
  18. im trying to check to see if the entity is within that position polygon which they said it's the new "area wanna be class"
  19. i want to use position polygon to determine if it contains an entity. They have a method that accepts Vector3D. i looked into entity and they have a super of Vector3D. Vector3D and Position are the same thing except for it being different data types. so my question is how would i use the method contains(vector3d) with my entity? i already tryed putting the entity in the argument but it didnt work out.
  20. java and javascript are two different things. Also learn arguments of methods ;) Also here the link for the dj (which accepts .jar files) click here
  21. just a head sup we dont use client as offend for OSbot 2, as we use to do it for OSbot 1. um java is broad but you should learn the basics. Like if/ else if/ else statements, for loops, methods, return types, etc... They are a key fundamental of java. If you want to learn some java go online and start reading up. You could also download a java decompiler. and decompile script from the local script section to help you better understand how scripting works
  22. your welcome, since your trying to learn to script. i would suggest learning it from osbot 2. i never knew about this, thanks man love you
  23. you are correct if he was talking about osbot 2, but he isnt hes talking about osbot 1

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.