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.

Mouse Move (error in API code)

Featured Replies

1. OSBot Version (do NOT put "current version", be specific)

2. A description of the issue. Include relevant logs.

3. Are you receiving any errors in the client canvas or the logger? 

4. How can you replicate the issue?

5. Has this issue persisted through multiple versions? If so, how far back?

 

 

1.

Current Version 2.4.43

 

 

2. 

See class: org.osbot.rs07.api.Mouse

method: move(int x, int y)

 

It creates a new Event then returns .hasFailed(), but it should be returning .hasFinished

or if you want to keep it as .hasFaield() then you need to add ! so it becomes !.hasFailed() - this is not the case though, since all the other mouse mouse move methods are using .hasFinished(). It looks very similar to .HasFailed() so its an easy mistake to make.

 

If you call:

if(mouse.move(100, 100)) {

    // continue script code

}

it will never work, always returns false (when it suceeds)

 

3.

No

 

4.

By calling script.mouse.move(x, y) and checking its boolean result

 

5.

Check your previous API revisions of the class Mouse under package org.osbot.rs07.api

  • 3 weeks later...
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.