Jump to content

getWorlds().isMembersWorld() broken


Molly

Recommended Posts

  • Mirror client version - 2.13.107

  • Console output / terminal output

    [ERROR][bot #1][02/08 08:45:45 PM]: Error in bot executor!

    java.lang.AbstractMethodError: client.emu.EmuClient.getMembersWorld()Z

    at org.osbot.rs07.api.Worlds.isMembersWorld(gf:83)

    at TM.onLoop(TM.java:19)

    at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ff:33)

    at java.lang.Thread.run(Unknown Source)

     

Crash report if a crash occurred

Script that you ran - It wasn't working in my Hobgoblins scripts, as of today, the issue was not present on previous runs this week. I made a simple test script to show the problem. Here's the only relevant portion:


public int onLoop() throws InterruptedException {

if(getWorlds().isMembersWorld())

log("Please work!");

return 1000;

}

JVM/Browser bit version (32 / 64) - 32

Edited by Molly
Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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