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.

Localwalker.walk(Rs2Object)

Featured Replies

  • Developer

Some of my users were reporting this issue:

 

Khal AIO Woodcutter:

 

It still does spam clicking on ground, using version V0.07

After multiple tests, indeed it does spamm click the tile under the player for some reason.

 

Folowing code has been used:

public static void walkCloser(Script script, RS2Object object) {
	Settings.status = "Walking closer to " + object.getName();
	script.localWalker.walk(object);
	Utils.sleep(script, 450, 800);
}

I've reported this errors once before in my AIO fisher script while i was using this code:

public static void walkCloser(Script script, NPC npc) {
	Settings.status = "Walking closer to " + npc.getName();
	script.localWalker.walk(npc);
	Utils.sleep(script, 450, 800);
}

I wrote a way around it but i'm tired of writing multiple fucntions because the API isn't working properly.

 

Can someone tell me whats wrong about this code or what is going on?

 

Kind regards

Khaleesi

Edited by Khaleesi

try getLocalWalker().walk(npc.getArea(1))

I like the idea man i might try this out later and report back

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.