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.

Webwalker - unable to handle dialogue when walking through stronghold of security doors

Featured Replies

1. OSBot Version (do NOT put "current version", be specific):


2.4.71


2. A description of the issue. Include relevant logs.


 


Cannot handle doors in Stronghold of Security, it just keep attempting to interact with the door without handling the dialogue:


 


4f40f7d30c5e66d0cdc2841e91611c68.gif


 


and it keeps trying to click the door.


 


 


3. Are you receiving any errors in the client canvas or the logger? 


 


No logs or errors.


 


4. How can you replicate the issue?


 


Start near barbarian village or first level of stronghold of security.


 


Code used to test:



package org.test;

import java.awt.Graphics2D;

import org.osbot.rs07.api.map.Position;
import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

@ScriptManifest(author = "", info = "", logo = "", name = "test", version = 0)

public class Test extends Script {

private final Position pos = new Position(1858,5233,0);


@Override
public int onLoop() throws InterruptedException {

if(getWalking().webWalk(pos)) {
log("Successfully walked to pos");
}
else {
log("failed to walk to pos");
}
return 500;
}

@Override
public void onPaint(Graphics2D gr) {
gr.fillPolygon(pos.getPolygon(getBot()));
}

}

5. Has this issue persisted through multiple versions? If so, how far back?


 


I have only tested in osbot version stated above.


  • Author

Why are you trying to web walk here? Seems a bit over-kill.

I was getting an example to show that it doesnt work. Usually the position would be in the minotaurs section which it cannot walk to either since it cannot handle any dialogue when interacting with the doors.

Edited by Precise

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.