Skip 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 for tab management?

Featured Replies

Something like:

 

int bot.getTabCount()

Tab bot.getTab(index)

Tab bot.openNewTab()

Tab.close()

Tab.change(newLogin, newScript, boolean logoffFirst)

Tab.getLogin()

Tab.getScript()

 

So we can automatically open/close tabs.

Or a GUI table where we can setup multiple-tab configuration that will be populated in one click.

Or at least populating tabs from XML.

 

Thanks.

This is a nice idea, but it wouldn't be implemented through the API.

 

Scripts are run on separate instances in each tab because each bot needs to run its own version of the script.

 

The methods you've suggested could be used for something along the lines of a "master" script that could be run through the botclient as a whole, but would be more effectively implemented in a GUI options menu with the ability to (as you listed above) get scripts running on certain tabs, start scripts on certain tabs, get log in names for certain tabs, etc.

 

However, this would only really be effective for those of us who use the bot for gold farming (10+ tabs).

 

This would have to be a VIP+ feature, if not a sponsor + feature. 

 

+1 you have my support though

  • Author

Yeah, they can make such feature bought separately so multi-tab botters pay more.

 

As for implementing in API, there is a way to bypass "master' script scenario - scripter simply can run new thread and do management tasks in that thread. So you start 1 tab and select script "Manager". This script starts new thread that does all tab operations. Even if script is stopped, the thread will continue to run.

 

Or, as easier implementation => you write "tabs.xml" file where specify what accounts and scripts run in tabs (may support account settings also, + (!!!) script parameters). No GUI for simple implementation, user just opens this file, and OsBot starts tabs one-by-one, reading their settings from .xml file.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

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.