Jump to content

[Dev Build] OSBot 2.6.47


Patrick

Recommended Posts

  • Developer
Posted

Hey,

 

We've been hard at work refactoring a lot of the client.

As it's been a while since the last release, we decided to release a dev build with some of the changes enabled.

 

Download link: http://osbot.org/devbuilds/osbot 2.6.47.jar

 

API CHANGES:
- Added Quest#BENEATH_CURSED_SANDS and LAND_OF_THE_GOBLINS

FIXES:
- A couple CPU usage related performance improvements.
- Various changes in an attempt to lower banrate.

MISC:
- Java 17 is now in beta.
- Minor bug fixes.
 

- The OSBot Team

  • Like 7
  • 2 weeks later...
Posted
ERROR][Bot #1][06/15 06:26:07 PM]: Error in bot executor or from Error class (and not Exception)!
java.lang.AbstractMethodError: client.TUs.getDefinition()Lorg/osbot/rs07/accessor/XNPCDefinition;
    at org.osbot.rs07.api.model.NPC.getId(no:190)
    at org.osbot.rs07.api.model.NPC.getDefinition(no:91)
    at org.osbot.rs07.api.NPCS.getLocalNPC(zl:117)
    at org.osbot.rs07.api.Mouse.getEntitiesOnCursor(cm:498)
    at org.osbot.rs07.api.Mouse.isOnCursor(cm:10)
    at org.osbot.rs07.input.mouse.EntityDestination.evaluate(jf:205)
    at org.osbot.rs07.event.InteractionEvent.IiiIiiiiIiI(io:187)
    at org.osbot.rs07.event.InteractionEvent.execute(io:446)
    at org.osbot.rs07.event.EventExecutor.iIIIiiiiIII(ff:246)
    at org.osbot.rs07.event.EventExecutor.execute(ff:96)
    at org.osbot.rs07.script.MethodProvider.execute(fe:396)
    at Smelter.onLoop(Smelter.java:417)
    at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(wo:120)
    at java.lang.Thread.run(Unknown Source)

Happens randomly when executing InteractionEvent, not sure why it's looking for npc definition as the script is only interacting with objects.

Also noticed script stop functioning randomly, something just breaks without any errors at all so it's hard to tell what exactly breaks.

All these issues using mirror mode so not sure if they occur on stealth. No issues at all on the current .46 build.

Posted
20 hours ago, Ayylmao420 said:
ERROR][Bot #1][06/15 06:26:07 PM]: Error in bot executor or from Error class (and not Exception)!
java.lang.AbstractMethodError: client.TUs.getDefinition()Lorg/osbot/rs07/accessor/XNPCDefinition;
    at org.osbot.rs07.api.model.NPC.getId(no:190)
    at org.osbot.rs07.api.model.NPC.getDefinition(no:91)
    at org.osbot.rs07.api.NPCS.getLocalNPC(zl:117)
    at org.osbot.rs07.api.Mouse.getEntitiesOnCursor(cm:498)
    at org.osbot.rs07.api.Mouse.isOnCursor(cm:10)
    at org.osbot.rs07.input.mouse.EntityDestination.evaluate(jf:205)
    at org.osbot.rs07.event.InteractionEvent.IiiIiiiiIiI(io:187)
    at org.osbot.rs07.event.InteractionEvent.execute(io:446)
    at org.osbot.rs07.event.EventExecutor.iIIIiiiiIII(ff:246)
    at org.osbot.rs07.event.EventExecutor.execute(ff:96)
    at org.osbot.rs07.script.MethodProvider.execute(fe:396)
    at Smelter.onLoop(Smelter.java:417)
    at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(wo:120)
    at java.lang.Thread.run(Unknown Source)

Happens randomly when executing InteractionEvent, not sure why it's looking for npc definition as the script is only interacting with objects.

Also noticed script stop functioning randomly, something just breaks without any errors at all so it's hard to tell what exactly breaks.

All these issues using mirror mode so not sure if they occur on stealth. No issues at all on the current .46 build.

This was because of the runescape update, it's working now

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...