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.

2.3.44 NPC#Interact + RS2Object#Interact

Featured Replies

OSBot version number:

 

2.3.42 - Reported issue int his evrsion, happends also in previous 5 versions

2.3.43 - Issue should be fixed in this version, isVisible method did get fixed, but this wan't the main problem.

2.3.44 - Still same issue with interaction

 

Description of the bug/error:

When trying to interact with NPC's or Gameobjects it get stuck a lot lately.

With NPC's the problem isn't so bad, since they move and the client fixed itself.

 

But gameobject don't move, the mouse will move to the object but will be in about 10% of the cases 1 pixel out of the object.

So it gets stuck in some kind of loop in the interaction method. Since it can't reach the object? or it somehow waiting till it reaches the object area, This does gets fixed when you move camera/ mouse manually. 

 

This has nothing to do with the IsVisible method, this is an interaction issue, mouse not moving properly to the object area... it waits 1 pixel of the gameobject, and it waits till you mvoe mouse/camera.

 

This error was reported to me on several script, all using the same source code.

 

Instructions how to replicate the bug/error:

Happends by interacting Gameobject, npcs.

 

Source code ran causing the bug/error (IF APPLICABLE):

if (!local.isMoving() && !local.isAnimating()) {
    if (object.isVisible()) {
        Settings.status = "Interacting with " + object.getName();
        if(object.interact(action)){
            Utils.sleep(script, 700, 1500);
        }
    } else {
        if (Utils.getDistance(local.getPosition(), pos) <= 6) {
            Settings.status = "Turning camera to " + object.getName();
            script.camera.toEntity(object);
            Utils.sleep(script, 250, 350);
        } else {
            walkCloser(local, pos, script, object);
        }
    }
} 

Script name ran causing the bug/error (IF APPLICABLE):

Khal AIO Agility, Runecrafter, and more

 

Screenshots (IF APPLICABLE):

pic%201.jpg

bot.png

 

Edited by Khaleesi

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.