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.

Fixed walking API

Featured Replies

  • Developer

Hi everyone! I have fixed the walking completely. It was unfortunate it wasn't tested that well before, but when I had a closer look the method to calculate minimap coordinates was completely off. I have also extend the api for walking, making it as customizable as you like:

 

     /**     * Walks to a location and makes sure your ending position is the specified destination.     * @param dest The specified destination to go to.     * @return     * @throws InterruptedException     */    public boolean walkExact(Position dest) throws InterruptedException     /**     * Walks to a location and makes sure your ending position is the specified destination.     * @param dest The specified destination to go to.     * @param mainScreenDistanceThreshold The distance to the destination for which this method will use main     *                                    screen walking. Beyond this distance, it will use minimap walking.     * @return     * @throws InterruptedException     */    public boolean walkExact(Position dest, int mainScreenDistanceThreshold) throws InterruptedException      /**     * Walks to a location but doesn't make sure your ending destination is exactly as specified. Usually it will be,     * but it could be 1 or 2 tiles off.     * @param dest The specified destination to go to.     * @return     * @throws InterruptedException     */    public boolean walk(Position dest) throws InterruptedException      /**     * Walks to a location with the specified distance threshold for main screen walking, but doesn't make sure     * your ending destination is exactly as specified. Usually it will be,     * but it could be 1 or 2 tiles off.     * @param dest The destination specified to go to.     * @param mainScreenDistanceThreshold The distance to the destination for which this method will use main     *                                    screen walking. Beyond this distance, it will use minimap walking.     * @return     * @throws InterruptedException     */    public boolean walk(Position dest, int mainScreenDistanceThreshold) throws InterruptedException	 /**	 * Walks towards a position on the map.	 * @param dest The destination.     * @param forcePosition Whether or not to make sure the ending position is the same as the specified destination.     * @param mainScreenDistanceThreshold The distance to the destination for which this method will use main     *                                    screen walking. Beyond this distance, it will use minimap walking.	 * @throws InterruptedException	  */	public boolean walk(Position dest, boolean forcePosition, int mainScreenDistanceThreshold) throws InterruptedException
  • Author
  • Developer

Furthermore we added a fix for checking entity facing where it regarded other characters facing your local player. This functions properly now. I also added this little method for it, to make it easier to check:

/**     * Returns whether this character is facing, or as you may call it interacting, with the     * specified Character.     * @param character The specified character.     * @return     */    public boolean isFacing(Character character)
Last but not least Laz and I are trying to get this update ready for today with the features we mentioned all over the forums.Stay tuned,Maxi

Has this been added to the bot already or for the next update?

Has this been added to the bot already or for the next update?

 

I do believe its already added (He is talking in past tense)

 

 Thanks Maxi!

sweet man thanks for all the work. I am correct in my understanding that the bot's walking method walkExact for example will walk to any given tile in the game without the need to set up pathing (of course sometimes it may be desired, for which you could just use a number of walk methods using closer together directed tiles) ?

  • Author
  • Developer

This update is not released. Updates in this section are never released until the next release. And @gates, read my post it's there ;).

Thanks for the update, is the camera rotation also fixed? It would spin out of control during walking sometimes. Great release guys. :)

My walking was working yesterday before the update and now it won't work at all?

 

edit: banking won't work either.

Edited by FrostyPops

Im having trouble logging in..? it just started this second

 

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.