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.

Webwalk wont use Altar Teleport?

Featured Replies

I have created a webwalk event however it will not use the altar teleport I have in inventory, I have set use of teleports to true, any suggestions?

 

WebWalkEvent walkingevent = new WebWalkEvent(attackZone);
PathPreferenceProfile pathPreferenceProfile = new PathPreferenceProfile();
pathPreferenceProfile.setAllowObstacles(true);
pathPreferenceProfile.setAllowTeleports(true);
pathPreferenceProfile.checkInventoryForItems(true);
walkingevent.setEnergyThreshold(1);
walkingevent.setPathPreferenceProfile(pathPreferenceProfile);
execute(walkingevent);
new ConditionalSleep(1000, 500) {
    @Override
    public boolean condition() throws InterruptedException {
        log("We are now in attack zone");
        return (attackZone.contains(myPosition()));
    }
}.sleep();
  • Author
8 minutes ago, Malcolm said:

Just interact with it manually if it's not working and then set your event from the location that you teleport from.

that isn't very effective if the target area is 5 tiles away, it will teleport and then run instead of just running there. I am guessing the webwalk doesnt consider the mind altar teleport?

11 minutes ago, Malcolm said:

Just interact with it manually if it's not working and then set your event from the location that you teleport from.

is there a way to determine : if my distance is > 20 tiles from the target area? 
I can try to incorporate it into the coding

8 minutes ago, investmentideas said:

that isn't very effective if the target area is 5 tiles away, it will teleport and then run instead of just running there. I am guessing the webwalk doesnt consider the mind altar teleport?

is there a way to determine : if my distance is > 20 tiles from the target area? 
I can try to incorporate it into the coding

map.distance

  • Author
5 minutes ago, Juggles said:

map.distance

thanks :) will try to do an if then using the distance to use the tele manually :)
do you know if the webwalk function has an issue with using the altar teleport?

5 minutes ago, investmentideas said:

thanks :) will try to do an if then using the distance to use the tele manually :)
do you know if the webwalk function has an issue with using the altar teleport?

Might not be supported. Only Patrick knows which webwalker links are supported

Create an account or sign in to comment

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.