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.

Extending webwalker

Featured Replies

Hey, currently the webwalker seems to be using paths that require quests that bot does not have, for example trying to open locked gate in mcgrubbors. I know that I could disable quest links in the path preference profile or handle it myself manually, but I was wondering if it's possible to extend web walker so it ignores specific quests or fairy rings?

 

Thank you

46 minutes ago, fieldtester said:

Hey, currently the webwalker seems to be using paths that require quests that bot does not have, for example trying to open locked gate in mcgrubbors. I know that I could disable quest links in the path preference profile or handle it myself manually, but I was wondering if it's possible to extend web walker so it ignores specific quests or fairy rings?

 

Thank you

It should not do that, it will check for all of that before generating a path. I've seen this happen very rarely for some people.
Probably restarting the cleint would fix it :)

With the PathPreferenceProfile you can enable and disable certain ways.
but it shuld always take your accounts stats/progress in mind 

  • Author
21 minutes ago, Khaleesi said:

It should not do that, it will check for all of that before generating a path. I've seen this happen very rarely for some people.
Probably restarting the cleint would fix it :)

With the PathPreferenceProfile you can enable and disable certain ways.
but it shuld always take your accounts stats/progress in mind 

Interesting, could it be that I am setting the PathPreferenceProfile wrong?

PathPreferenceProfile ppp = new PathPreferenceProfile();
        ppp.setAllowTeleports(true);
        ppp.setAllowFairyRings(true);
        ppp.setAllowCharters(true);
        ppp.setAllowQuestLinks(true);
        ppp.checkBankForItems(true);
        webWalkingEvent = new WebWalkEvent(area);

        webWalkingEvent.setPathPreferenceProfile(ppp);
        webWalkingEvent.setHighBreakPriority(true);

		execute(webWalkingEvent);

 

Also, what do you mean by saying PathPrefProfile can be enabled/disabled in certain ways?

13 minutes ago, fieldtester said:

Interesting, could it be that I am setting the PathPreferenceProfile wrong?


PathPreferenceProfile ppp = new PathPreferenceProfile();
        ppp.setAllowTeleports(true);
        ppp.setAllowFairyRings(true);
        ppp.setAllowCharters(true);
        ppp.setAllowQuestLinks(true);
        ppp.checkBankForItems(true);
        webWalkingEvent = new WebWalkEvent(area);

        webWalkingEvent.setPathPreferenceProfile(ppp);
        webWalkingEvent.setHighBreakPriority(true);

		execute(webWalkingEvent);

 

Also, what do you mean by saying PathPrefProfile can be enabled/disabled in certain ways?

Well if you disable some links it won't use it.
The profile should still keep tack of skills/quests and all that, probably fixed if you resstart the client

  • Author
1 hour ago, Khaleesi said:

Well if you disable some links it won't use it.
The profile should still keep tack of skills/quests and all that, probably fixed if you resstart the client

I have restarted the client multiple times, this is an issue I been having for quite some time, that's why I assumed webwalker doesn't keep track of stats/quests.

 

By saying disable some links, do you mean disabling links like fairy rings or charters? Or disabling certain quest links? If so, how could I do that?

2 hours ago, fieldtester said:

I have restarted the client multiple times, this is an issue I been having for quite some time, that's why I assumed webwalker doesn't keep track of stats/quests.

 

By saying disable some links, do you mean disabling links like fairy rings or charters? Or disabling certain quest links? If so, how could I do that?

Only the options you have in the profile can be toggled.
What exactly is it trying to use that you can't use?

  • Author
1 hour ago, Khaleesi said:

Only the options you have in the profile can be toggled.
What exactly is it trying to use that you can't use?

Example one: Going to ardougne - The bot uses fairy ring and gets to mcgrubbor place and then tries to get through the gate. - Gets stuck

Example two: Going to shantay pass - The bot uses necklace of passage, goes to Eagle's Eyrie and then tries to use the rug to get to shantay pass, however I don't have the quest for that, so the rug can't be used - Gets stuck.

  • Author

Update on the issue:

It seems that web walker assumes the bot has the quest, because I tried to go to the shantay pass with just the necklace and it walked fine, however if I have coins in my inventory then it tries to use the rug. I have managed to handle with `ignoreItems` method.

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.