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.

Prayer pot drinker?

Featured Replies

Is there a bot around here that drinks prayer pots if prayer is running low? I understand that it is fairly easy to make but I tried to make one myself but I'm not good at making bots at all.

Having trouble writing code itself or making it compile and etc while using tools you're not used to?

use an auto clicker instead if you are having a problem. it wont have the potential to be great, but it's a decent alternative.

 

  • Author
50 minutes ago, nosepicker said:

Having trouble writing code itself or making it compile and etc while using tools you're not used to?

Writing code itself. 

As I think you wanna play legit and just need auto potion drinking then it's easy. "Pseudo" non tested code below

int prayerPointThreshold = 10;
String prayerPotName = "Prayer potion";
public int onLoop() {
	if (skills.getDynamic(Skill.PRAYER) <= prayerPointThreshold && inventory.contains(prayerPotName)) {
     	inventory.interact("Drink", prayerPotName);
      	new ConditionalSleep(5000, 250) {
        	public boolean evaluate() {
            	return skills.getDynamic(Skill.PRAYER) > prayerPointThreshold;
            }
        }
    }
}

Use proper potion names (can't remember how they are called) and dunno if the conditional sleep syntax is correct. Otherwise should work.

  • 4 months later...
On 2/15/2018 at 3:19 PM, Attaboy said:

Thanks dude I appreciate it!!

does this still work? i botted 99 combats at 2015, now range left and going to afk nmz to 95 and thn i should be good to level while doing slayer and need p pot drinker :D

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.