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.

Tabs not opening

Featured Replies

my scripts open tabs like inventory and skills to check things but they aren't opening anymore after the update. i put the new jar for 2.5.30 in the build path but still nothing happens.

 

anyone else got this issue?

  • Author
3 minutes ago, Patrick said:

1) Which script?

2) Resizable or fixed?

3) Stealth injection or mirror?

my own script doing tutorial, its not opening the tabs anymore when it unlocks them

fixed mode

stealth injection

45 minutes ago, Patrick said:

1) Which script?

2) Resizable or fixed?

3) Stealth injection or mirror?

Same issue for me, but only checked in tutorial island.

Tabs don't open in tutorial island in both fixed and resizable.

Worked in v2.5.28, didn't work in dev build 2.5.29 and doesn't in 2.5.30

I created my own as a failsafe to fall back on, got those values with fixed mode.

COMBAT(548, 48, -1),
	QUEST(548, 50, -1),
	INVENTORY(548, 51, -1),
	EQUIPMENT(548, 52, -1),
	PRAYER(548, 53, -1),
	MAGIC(548, 54, -1),
	CLANCHAT(548, 31, -1),
	FRIENDS(548, 33, -1),
	ACCOUNT_MANAGER(548, 32, -1),
	LOGOUT(548, 34, -1),
	SETTINGS(548, 35, -1),
	EMOTES(548, 36, -1),
	MUSIC(548, 37, -1),
	SKILLS(548, 49, -1);

	private TabWid(int main, int sub, int subsub) {
		this.setMain(main);
		this.setSub(sub);
		this.setSubsub(subsub);
	}

	/**
	 * @return the main
	 */
	public int getMain() {
		return main;
	}

	/**
	 * @param main the main to set
	 */
	public void setMain(int main) {
		this.main = main;
	}

	/**
	 * @return the sub
	 */
	public int getSub() {
		return sub;
	}

	/**
	 * @param sub the sub to set
	 */
	public void setSub(int sub) {
		this.sub = sub;
	}

	/**
	 * @return the subsub
	 */
	public int getSubsub() {
		return subsub;
	}

	/**
	 * @param subsub the subsub to set
	 */
	public void setSubsub(int subsub) {
		this.subsub = subsub;
	}

	private int main, sub, subsub;

 

Edited by dormic

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.