June 1, 20223 yr Developer 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
June 15, 20223 yr 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.
June 16, 20223 yr 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
June 17, 20223 yr 18 hours ago, abc3 said: This was because of the runescape update, it's working now yh you're right, all good now.
Create an account or sign in to comment