Jump to content

WebWalking Broken After Update?


Recommended Posts

Posted

Error:

[ERROR][Bot #1][06/29 01:40:25 PM]: Error executing event : org.osbot.rs07.event.WalkingEvent@1fe58a
java.lang.IllegalStateException: Could not identify minimap interface child! Please report to developers.
	at org.osbot.rs07.api.util.GraphicUtilities.IiIiiiiiiiiI(ae:505)
	at org.osbot.rs07.api.util.GraphicUtilities.getMinimapScreenCoordinate(ae:738)
	at org.osbot.rs07.api.map.Position.isOnMiniMap(dh:518)
	at org.osbot.rs07.event.WalkingEvent.IiiIIiiiIiii(el:670)
	at org.osbot.rs07.event.WalkingEvent.execute(el:246)
	at org.osbot.rs07.event.EventExecutor$2.run(xe:230)
	at org.osbot.rs07.event.EventExecutor.execute(xe:101)
	at org.osbot.rs07.script.MethodProvider.execute(vk:519)
	at org.osbot.rs07.api.Walking.walk(bi:258)
	at test.TEST.onLoop(TEST.java:22)
	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(yl:161)
	at java.lang.Thread.run(Unknown Source)
[INFO][Bot #1][06/29 01:40:25 PM]: Terminating script TEST...
[INFO][Bot #1][06/29 01:40:25 PM]: Script TEST has exited!

 

Code:

package test;

import org.osbot.rs07.api.map.constants.Banks;
import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

@ScriptManifest(logo = "", author = "kj", name = "TEST", version = 0.1, info = "")

public class TEST extends Script {
    @Override
    public int onLoop() throws InterruptedException {
        getWalking().walk(Banks.YANILLE);
        return 1000;
    }
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...