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.

API Question

Featured Replies

  • Author

i would suggest finding the quest config making a small script just to draw it on the canvas so you get the original value 

why don;t i understand these terms...

Here a little snippet:

	ArrayList<Integer> configs = new ArrayList<Integer>();	

        @Override
	public int onLoop() throws InterruptedException {		
                if(configs.size() == 0) {
			log("Start! Now click the pause button!");
			for(int index = 0; index < 2000; index++) {
				int config = client.getConfig(index);
				configs.add(config);
			}
		} else {
			for(int index = 0; index < 2000; index++) {
				int config = client.getConfig(index);
				int sConfig = configs.get(index);
				if(config != sConfig) {
					log(index + " = " + sConfig  + " : " + config);
				}
			}
			log("End!");
			configs = new ArrayList<Integer>();
		}
		
		return 3000;
	}

With this snippet you can get the changing config numbers and values.

Start the script wait until you can see Start! in the log then click instantly pause script.

Then you must change anything for example you activate running. After that you click on continue script and the script will

give you an output with the numbers. 

Guest
This topic is now closed to further replies.

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.