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.

Cmontryme

Members
  • Joined

  • Last visited

Everything posted by Cmontryme

  1. I didn't expect the fishing spots to be NPCs was the issue I ran into. Using the entity hover helped me figure out why no interactions occurred. thanks @Gunman & @minewarriors.
  2. how do I declare as RS2Object, Entity, NPC? I'm back after 5 years & I really need a super simple explanation on how to declare a fishing spot. the Rod Fishing spot or Fishing spot. thanks for any help in advance!
  3. I am on windows 10 64 bit and wondering how I can run mirror mode after getting VIP. old versions of firefox don't have the plugin for java and it also crashes the browser
  4. I can't figure out a proper way to sleep while smiting as the animation is -1 after every bar is retrieved. Any tips? maybe onMessage when I fail a bar or successful smelt one?
  5. This post is worthy of being pinned. I understand a lot more after reading Explv's neat and informative guide for scripting than anything else I've read in the past 2 years. Great work, up-to-date.
  6. return npc.exists() && npc.getName().equals("Al-Kharid warrior") && npc.getHealthPercent() > 0 && npc.isAttackable() && EastPalaceRm.contains(npc) && EastPalaceRm.contains(myPlayer()); I have 3 areas I wan't to be able to count players, npcs, and WebWalk to new area's when one is too full. I'm wondering if I can filter my 3 area's into a single statement? if not I could copy pasta a bunch and have npc1 npc2 npc3?
  7. I don't know if I'm supposed to use a AreaFilter or a NPC Filter for finding which area a npc is contained. the current filter I'm using for selecting npc's. NPC warrior = getNpcs().closest(new Filter<NPC>() { //Find an NPC matching our filter! public boolean match(NPC npc) { return npc.exists() && npc.getName().equals("Al-Kharid warrior") && npc.getHealthPercent() > 0 && npc.isAttackable(); } }); Also if AreaFilters are the goto, someone might need to spoon feed the concept to me. I'm dividing the npc's spawns into 3 areas and want to see if NPC's are in the same area as me. All help is greatly appreciated
  8. I've had perfect fisher start dozens of accounts up to level 50 for the past year or 2 and not a single one has been banned Solid scripts, keep it up! Wondering if I could get a trial of perfect miner that I could run on my alt's and maybe even my main
  9. There are no obstacles in the way, I just want it to afk randomly at least. I'm not really sure how to correctly implement WebWalkEvent either.
  10. After fiddling around with the api I finally got my bot to do everything he needs to, I just wonder if there is a way to run a loop during the web walk that I could run my own anti ban or if there was a better way to just afk mid walk. if (!getInventory().isFull() && !mineArea.contains(myPlayer()) && !getBank().isOpen() ) { state = "Walking to Mining spots."; walking.webWalk(mineArea); } When the bot is navigating it follows the road in alkharid and the same line in the dessert everytime.
  11. what about using paths? the bot always runs ridiculous routes using position.
  12. Can somebody make a really bare script with the new walking and explain how I can implement it?
  13. I'd kinda like a refund.. update after update you claim to fix the issues but it seems like not a single thing has changed. Script still continues to run north up White Wolf Mountain when set to fish Herrings / Sardines. I have tried every possible combination of options in the GUI and nothing seems to help. Banking on, banking off etc. Why do you have these options for different kinds of fish if you haven't even tested them to ensure they're in working order?
  14. So im at catherby trying to fish sardine and herrings, and any time I have banking checked he run up the mountain and just sits there getting attacked by wolves. please fix your scripts are really buggy with multiple check boxes.
  15. I feel like most of the issues only occur on the west side. It might be a switch or case that is broken and messing up other things. GL on finding the issue.
  16. It keeps grabbing edible seaweed. And the minimap walk thing is cut off on my gui ( on 2 pc's ) And when I have hop worlds checked it runs south and does some really weird stuff. same when I have afk leveling checked.
  17. Is there a setting to have the bot not grab seaweed?
  18. Have it only toggle run when you're not in the bank.
  19. Cmontryme replied to a post in a topic in Archive
    Check your anti-virus and firewalls
  20. You guys have to delete your old OSBOT folder then run the new osbot client. The folder is located at: C:\Users\USER_NAME\OSBot

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.