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.

walk() stops

Featured Replies

Sometimes on my rock crab script the bot just stops walking, when it should still be walking. Sometimes it works and sometimes it doesn't. Makes any script that is semi complicated very complicated because you can't make the player walk anywhere without fear of gettting stuck

Having a similar issue myself on a script I'm developing. I just click the destination the script was trying to click and the script continues.

 

Might be a client issue?

walk has always been buggy. I know the devs will be perfecting it, as it is viable for almost any complicated scripts.

Thanks to the walking method I got a lot of hatred on my previous scripts that would just 'Stop' on random moments. I would love to see this fixed.

yep im having this issue with EVERY walking method. Ive basically made my own to overcome this issue, but not before trying every method to get it to walk. I found using

 

 

if(myY() <= #### && myX() >= ####) {walkExact(new Position(####, ####, 0))while(myPlayer.moving)sleep(500)return ### + random(###, ###)} 

 

 

worked best.

Edited by Apple

  • Developer

This is on our list. However, remember that you should always try and program with failsafes in mind, not depend on our API because the best scripts ever written were the best because they simply had the best fail safes setup. Some of the API methods are for general usage, in certain cases it will always benefit you to write your own implementation for your use and we can't do that specifically. The API provides all features to do this, which in the end is the purpose of the API. The general methods around it, are there to ease certain parts of writing scripts, but will, as I already said, not always be suitable for you case. I will however fix this.

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.