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.

Magarac

Trade With Caution
  • Joined

  • Last visited

Everything posted by Magarac

  1. My script is in states so I have Healing as one of the top priorities, not too worried about it. I also have Looting as the first thing it does, but I just want it to Loot while in the middle of a fight, and am curious why the code I have isn't returning the fight sleep.
  2. new ConditionalSleep(30000) { @Override public boolean condition() throws InterruptedException { return (!combat.isFighting() || enemy.getHealthPercent() == 0) || lowHealth() || (loot != null && loot.isOnScreen()); } }.sleep(); So I want it to chill while fighting unless it's either done fighting, the enemy is dead, we are at low HP (to heal), or there is loot nearby. Currently how it loots is: Kills an enemy, runs onto the next one (while loot from first enemy slowly appears), then once second enemy is dead it loots the first drop and goes onto the third enemy. TL;DR it doesn't wait for the drop, so by the end of the inventory it fights another enemy before fully filling the inventory.
  3. Hmm I'm not exactly sure why it's returning true, other than the fact that (reach || open) might be working like an OR statement does and since it CAN open the door it returns true always. Try doing the door check like I posted, cause doors always have either a "Open" or "Close" option.
  4. Juliet isn't a door though? I'd do something like this: if (julietArea.contains(myPlayer()) { RS2Object door = getObjects.closest("Door"); if (door != null && door.hasAction("Open")) { door.interact("Open"); } // then rest of code to interact with the NPC "Juliet" } EDIT: julietArea being the area you are in when wanting to interact with Juliet. Use @Explv 's dope map to find the area for it by going up a floor (https://explv.github.io/).
  5. Here's mine I was PC-ing, still has p2p left and was leveling it until it ran out. Just don't play on it anymore. Overall main. Willing to use an MM and hand over all original info, I am OO.
  6. 1. Yes, buy a Voucher/Gift Card using RSGP (check the Other section, I know @Juggles sells them) 2. What bots does this happen with?
  7. I can do this as well; Skype: live:dizdarpure
  8. No worries, just looking for approximate ranges, thanks!
  9. Open for some requests!
  10. Am bored of playing on it and would like to sell, highlight is probably the Quests and Slayer tbh. Has MM done, Mith gloves, access to Fairy Rings (started pt.2), etc. By the time p2p runs out, it'll probably be at 60+ range, 60+ mage, 60 def, and 60+ slay. (don't have to account this but you can give me two quotes if you want)
  11. Not saying that feedback doesn't matter, but you made the same argument in your original post but valued it at 50-70 on PowerGP (with feedback). I just wanted Pixelated to know it's worth a bit more than that.
  12. Directly off of PowerGP's site, and this isn't with 75 Slayer.
  13. Like I said, in high school. I watched it now after having found it again and only smiled cause of the memory
  14. This is my favorite version of this song. I lost my shit the first time I saw this in high school lol. https://youtu.be/Zv09hmmXDI0
  15. Wow that's a bit unnerving tbh... never thought my mules were in threat. I guess I should transfer money even further and be careful of that now.
  16. I use AVG Free for the general protection, and if I suspect any threats I run a full-PC AVG scan and a full-PC MBAM scan as well.
  17. Welcome!
  18. I'm a lot more familiar with Sony Vegas, AE is more for cool effects and actually creating VFX, although I have used it before. For making a montage and adding effects/etc to it look into Sony Vegas, it isn't as steep of a learning curve and better for what you want. I can help with it too.
  19. Got 4, don't want to outright post them, but if interested and trusted I can show you them.

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.