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.

Having trouble starting a trade

Featured Replies

When I attempt to interact with another player and respond to a trade request, interacting with "Trade with" silently stops my script (Player messages stop being logged). It will also not start a trade.

		Player tradedPlayer = getTrade().getLastRequestingPlayer();
			if (tradedPlayer != null) {
				if (tradedPlayer.interact("Trade with")) {
					log("Trade initiated");
				} else {
					log("Trade failed");
				}
			}

If I change the interaction to "Trade", then the interaction will fail. What am I doing wrong?

Osbot hooks are broken, because of the new osrs update, stay tuned for fixes. And you should use "Trade with" rather than just "Trade".

1 hour ago, smy said:

Osbot hooks are broken, because of the new osrs update, stay tuned for fixes. And you should use "Trade with" rather than just "Trade".

They are fixed as of now

2 hours ago, gerudolock said:

When I attempt to interact with another player and respond to a trade request, interacting with "Trade with" silently stops my script (Player messages stop being logged). It will also not start a trade.


		Player tradedPlayer = getTrade().getLastRequestingPlayer();
			if (tradedPlayer != null) {
				if (tradedPlayer.interact("Trade with")) {
					log("Trade initiated");
				} else {
					log("Trade failed");
				}
			}

If I change the interaction to "Trade", then the interaction will fail. What am I doing wrong?

You should consider looking at the logger and see what is wrong.

  • Author
17 hours ago, feggit said:

They are fixed as of now

You should consider looking at the logger and see what is wrong.

The logger doesn't show any errors. It just stops outputting entirely. 

Problem is fixed now that the osboot hooks have been updated. 

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.