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. Lol at you profile pic
  2. WTF did I just watch lol
  3. The link look for vet http://osbot.org/forum/topic/50019-understanding-the-forum-ranks/
  4. Interesting script you have here. it is different
  5. no look create a filter. RS2Object already extend FilterAPI so all you have to do is. getObjects()#filter(YOUR_FILTER) <~~~ it returns a list of the enitty. Then you do a simple size() method to get the amount of entity the list has. use a filter for that. Op: what he did^^^
  6. use the filter api, It returns a list. Using the list size to get amount of entity in area.
  7. you create the list and do a simple list#isEmpty() boolean check. empty == what you want
  8. Joseph replied to Joseph's topic in Archive
    this still doesnt work and it sucks when i try to use the bank.
  9. ok so keep this in the onStart GUI window = new GUI(); Your gui class extend JFrame so use it. What you did was created a new jFrame instance instead of using the classes JFrame. So delete frame = new JFrame(); private JFrame frame; you will get a few error with "frame." simply remove it and it should be good. finally at the end of gui constructor the last line should be Gui() { //stuff setVisible(true); } no need for setVisible in the onstart since its in the constructor
  10. any error code?
  11. change window.frame.setVisible(true); to window.setVisible(true);
  12. remove public static void main(String[] args) { GUI window = new GUI(); window.frame.setVisible(true); } in the main class create a simple instance of the gui GUI window = new GUI(); then in the onstart you make it visible window.frame.setVisible(true); and incase you are waiting for gui to end before you continue with the script. in the onloop add a simple isVisible() boolean check
  13. sA.myPlayer().getHealth() > 60 this is what killing you because use the skill hp. method above only updated data when hp bar is visible i believe
  14. Joseph replied to Botre's topic in Snippets
    like++
  15. but really its because hes mean
  16. im in college and i share a laptop with my brother. i work on scripts when i have time :P plus i go out and do my own shit too <-- give me less little time
  17. Joseph posted a topic in Snippets
    seeing as there isnt much prayer script. I use to have one in OSB1 but there isnt much demands. I was looking through my old code and was looking for prayer data and stuff to release to the community. ps. i was looking for ecto funtus but i lost that data. i found house altar. pps. its older data so check it out and stuff. Plus im sure some methods have changed. ppps. it isnt complete i was porting it over but it has enough data. Data sub-Script class this is osbot 1 data so youll need to convert it to osbot 2
  18. then how you releasing so many scripts
  19. forreal. op reason why i said just no was: im on the same boat. Plus divinity does a great job at what he does.
  20. Joseph replied to Fade's topic in Archive
    yo i have a lot of data lol that shit was crazy, the AIO status. Also the script isnt in much of a big demand but ill consider working on it. Make it more basic.

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.