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.

Chris

Scripter II
  • Joined

  • Last visited

  1. Are you using low cpu mode? I don't encounter this but I guess it depends on your account stats and how fast your kills are.
  2. need low latency when running the walking methods because any lag can make you miss ticks. you can: check proxies choose a better world make sure boss overlays are off in the runescape settings Java process set to high priority
  3. I don't support ferox. ?
  4. joelvis18 started following Chris
  5. Glad to hear it is working well for you. For future purchases I would recommend you make a paypal account so its easy to cancel subscriptions on your end.
  6. You will need to call then if you get charged. But also check the osbot store auto renewal
  7. Need to cancel renewal on paypal and the website.
  8. Not an issue. The script should resume without issues unless something else is causing problems. Check the rest of the logger for more information if its just sitting idle.
  9. Latency issue: Switch worlds closer to your region Check your proxies (if using) Task Manager -> Java -> High Priority Turn off boss overlay ingame settings Close osbot client side bar menu (shows scripts, bot window, etc)
  10. try InventorySlotDestination currItemDestination = new InventorySlotDestination(bot, currentSlot); InventorySlotDestination placementDestination = new InventorySlotDestination(bot, mapSlot); if (currentSlot != mapSlot) { if (bot.getMethods().getMouse().continualClick(currItemDestination, new Condition() { @Override public boolean evaluate() { return bot.getMethods().getMouse().move(placementDestination) && placementDestination.evaluate(); } })) { //sleep or do something after? } } This is an example from my code I use to sort my inventory using a map of items. this is how I get it to drag items around So mapSlot would be slot 27?
  11. GlassNhearts started following Chris
  12. UPDATE DRG 41.0-42.0: Fixed equipment loading for personal and anti-pk checks
  13. I pushed out v41.0 to fix the equipment loading issue from the previous game update. When you load the new version make sure it is spitting out the correct loaded equipment before leaving your bot. Example:
  14. UPDATE VRK-85.0: Fixed issues with equipment loader.
  15. just buy a udemy course on java then read the docs

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.