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.

Entity/RS2Object problems...

Featured Replies

ok, so i want to use an item on this object/entity.

so i select the item, all g, mouse moves to thing it should use it on

then spazes out like there's no tomorrow.

i even tried to use, mouseClick and the location of the entity/object but it refuses to click on it.

using NPC,Object,Item debuggers show nothing for this object.

only the entity debugger gives me a big ID.

using the string name or ID as

Entity z = closestObjectForName/ID(Name/ID);

z.interact("Use")....

mouse selects item, goes to the entity and does nothing...

halppp....

The reason you're having a problem is because the noun in the menu actually contains the arrow (->) as well. So you will have to account for that.

 

To tackle this, you need to interact with the object using a noun that accoutns for the arrow. Here's an example:

closestObject(objectId).interact("Use", "<col=ff9040>Selected item name<col=ffffff> -> <col=ffff>Object name"boolean forceLeftClick, int walkDistanceThreshold, boolean isWalkingAllowed, boolean turnCamera);

Edited by Deffiliate

ok, so i want to use an item on this object/entity.so i select the item, all g, mouse moves to thing it should use it onthen spazes out like there's no tomorrow.i even tried to use, mouseClick and the location of the entity/object but it refuses to click on it.using NPC,Object,Item debuggers show nothing for this object.only the entity debugger gives me a big ID.using the string name or ID as Entity z = closestObjectForName/ID(Name/ID); z.interact("Use")....mouse selects item, goes to the entity and does nothing...halppp....

If your using an item on an object just set the interaction string to null, that way you won't have to account for nouns.

If your using an item on an object just set the interaction string to null, that way you won't have to account for nouns.

You could, but this would cause more mis-clicks since it won't check that the verb/noun is there.

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.