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.

can't detect lobster pot in mirror mode

Featured Replies

Figured it out.... Mirror mode can't detect it, As soon as I injected it fixed the problem.

 

 

if (!getInventory().contains(fish.getFishingItem())) {
				log("inventory missing "+fish.getFishingItem());
				setState(State.WALK_TO_BANK);
			}

[INFO][Bot #1][01/18 06:55:04 PM]: inventory missing Lobster pot
[INFO][Bot #1][01/18 07:02:22 PM]: inventory missing lobster pot

 

I've tried all sorts of variations and it just wont detect the lobster pot, I've ran my script for in total aprox 5 hrs, doing flying fishing, and netting shrimps, but for some reason, it will not detect the lobster pot.

Even when i switch to directly checking for the itemID 301 it still wont detect the lobsterPot...

Tried a suggestion of putting it in my banking method and trying. same thing.

if (getInventory().contains(fish.getFishingItem())) {
				if (fish.getBait() != "none" && getInventory().contains(fish.getBait()))
					setState(State.WALK_TO_FISHING_AREA);
				else {
					setState(State.WALK_TO_FISHING_AREA);
				}
			}
else {
				log("Banking can't find "+fish.getFishingItem());
			}

[INFO][Bot #1][01/18 07:32:36 PM]: Banking can't find Lobster pot

Edited by Durky

Make sure when it checks if you have the lobster pot that your inventory tab is open

Create an account or sign in to comment

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.