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.

House

Trade With Caution
  • Joined

  • Last visited

Everything posted by House

  1. you need to pick a point of origin and located things relative to it
  2. The new plugin does not have options to set it per thread rather than a global timer :l -
  3. i don't think that's how it works
  4. You cant fail if you never stop typing
  5. This is basic java. String.toLowerCase().equals(String.toLowerCase()) And to answer how you can implement picking up items with values over X, You need to access a database of item values and when you find a new item on the ground which you have not stored the value of you query the value. You then make an item filter for nearby items and filter them based on their value you got earlier. (do NOT re-query every item every loop cycle but rather store the value if read once) Also for ideal income you should create your own unit of measurement for an items "worth" to pick up. What if you have an item worth 2M that is 10 tiles away and an item worth 1M 1 tile away. You generally want to grab the closer one if the worth of it is not too low. This can ofc be expanded and tweaked to your liking.
  6. I mentioned a solution i use above already
  7. If you are worried about that then you can check if you initiated the trade already and if you have then if the trade is closed and the items you are expecting to be gone are gone or gained then you can set it to stop trading otherwise re-trade because the trade closed unexpectedly.
  8. Use a MessageListener to see if the trade was completed, there is a specific line the game writes in chat when a trade it completed. Don't forget to register it in the Bot instance!
  9. what is line WildyLooterv2.java:157 ? Your error lies there
  10. I'm just saying, deboned spareribs should be a new pizza topping PS. fix your signature
  11. I like pineapple on my pizza because it gives it more flavor and you can taste sweet and salty at the same time. If you think sweet things don't belong on pizza then my argument is why is honey good on spareribs?
  12. House replied to Saiyan's topic in Spam/Off Topic
    http://www.userbenchmark.com/UserRun/2717684 good enough for me I can use this to show my e-penis size off though.
  13. House replied to Void's topic in Spam/Off Topic
    It sets a random world on initialization by default does it not? Also "-world <world_number>" lets you manually set a world.
  14. Holy fuck lol hardcoding the areas, looks painful!
  15. I'm going to guess it will run around by entering the dungeon from edgeville
  16. it handles obstacles when traversing. And im not 100% sure but i recall alek saying he does not plan on ever supporting the stronghold of security.
  17. @Solution could pass as a 16 year old
  18. House replied to Scripts's topic in Archive
    Pretty good to start with but this logic is not really a good way to handle mining case MINE: RS2Object tinRock = getRockWithOre(Rock.TIN); if (tinRock != null) { tinRock.interact("Mine"); sleep(random(2000, 3000)); mouse.moveVerySlightly(); } break; Try staying away from static sleeps Rather use ConditionalSleeps if(tinRock.interact("Mine")) { new ConditionalSleep(3000) { @[member='Override'] public boolean condition() { return myPlayer().isAnimating(); } }.sleep(); } Sleep until you are animating then return in your loop while you are animating aka still mining. (This also means if your character is animating but the rock is depleted it waits so you need to add an extra check if the rock you are mining is still not depleted otherwise even if you are animating you can consider yourself done mining that rock)
  19. Maybe this can help: http://osbot.org/api/org/osbot/rs07/api/Client.html#getCurrentTick-- Otherwise if this is not close enough to what you want you could try using http://osbot.org/api/org/osbot/rs07/api/Client.html#getCurrentPacketOpcode-- And finding out the correct value that matches a cycle start
  20. My point was that it is resolved unless i misunderstood what sofakin is saying and what we are talking about. I told him that his post was not clear about it being resolved by just saying to remove my TWC so he will probably post soon about it. Also it does hinder me since i can not run multiple instances / access VIP i payed for. This is needed for me because multiple instances are required to run in order for me to further work on the errors which came up while i was away and which he wants fixed. (muling support and such requires this sort of client functionality and if you want i will gladly argue and show you how so) Again the dispute was not made because of a bad service or a problem of such nature but rather that he thought i left him alone while i was just on holiday as i have said multiple times to multiple people before i left as well as to him. Sofakin agrees to remove my TWC and should be posting soon to clear up that him and i are cool and nothing is wrong! TL:DR @SofaKin made this dispute and requested me to be placed under TWC in so i can see it. I requested him to be clear about the outcome of this on here and he should be posting soon!
  21. The reason i was TWC'd was to get me to see this as i was on holiday and he thought i ran away to Mexico
  22. We have resolved the issue that is why my TWC should be removed Also it does affect me since i can not run multiple instances of the client which i have access to with my VIP.

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.