Jump to content

WebWalking Broken After Update?


Deathimminent

Recommended Posts

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;
    }
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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