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.

Flawless Path Walking

Featured Replies

EYE DONT KNOW!

 

going to test it out in my plank making script now!

 

gets stuck at 4th node heres my path if you notice anything wrong =/

 

    private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3278, 3429 }, { 3287, 3440 }, {3288 ,3445},
            {3290 ,3450},      { 3292, 32452 }, { 3299, 3479 }, { 3302, 3490 }};

 

 

 

I fixed my path I think, but now it gets stuck on 3rd node =/

 

private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3275, 3429 }, {3283,3435}, { 3287, 3440 },
            {3290 ,3450},{ 3292, 3460 }, { 3299, 3467 }, { 3299, 3475 },{ 3300, 3483 }, { 3302, 3490 }};
 

Edited by bparty

Node 4:

I've notice from node 3 to 4 your "Y" are kinda a far distinct from one another 3429 to 3440 it's kinda a big gap. Try a short distance. PLUS

Node 7:

You have to many numbers in your "Y" from the looks of your number I think you were trying to type "3452". That's all I've notice

I fixed my path I think, but now it gets stuck on 3rd node =/

 

private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3275, 3429 }, {3283,3435}, { 3287, 3440 },
            {3290 ,3450},{ 3292, 3460 }, { 3299, 3467 }, { 3299, 3475 },{ 3300, 3483 }, { 3302, 3490 }};

  • Author

5th edit: Is there a debug to draw the path onscreen?

There is not in this specific code. This doesn't handle building paths though, this makes the character walk to the path you create yourself.

Hey Divine, any chance of you adding in a running option? Or possibly making it detect when to run?

Hey Divine, any chance of you adding in a running option? Or possibly making it detect when to run?

if (this.client.getRunEnergy() > 30) {
   setRunning(true);
}

 

Hey Divine, any chance of you adding in a running option? Or possibly making it detect when to run?

if (this.client.getRunEnergy() > 30) {
   setRunning(true);
}

if (this.client.getRunEnergy() > 30 && !isRunning()) {

setRunning(true);

}

It's nice but for somereason it gets stuck sometimes. Code im using

 

Stuck at:

[iNFO ][07/31/13 02:57:45 AM]: Walking to node:1

 

Partial Path:

private int[][] testPath = new int[][]{{2725, 3492}, {2718, 3485}, {2716, 3485}, {2709, 3485}, {2703, 3485},
            {2701, 3485},
 
 
Any idea why? It gets to the directed spot but never moves again
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.