Developer Patrick Posted June 1, 2022 Developer Share Posted June 1, 2022 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 7 Quote Link to comment
Ayylmao420 Posted June 15, 2022 Share Posted June 15, 2022 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. Quote Link to comment
abc3 Posted June 16, 2022 Share Posted June 16, 2022 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 Quote Link to comment
Ayylmao420 Posted June 17, 2022 Share Posted June 17, 2022 18 hours ago, abc3 said: This was because of the runescape update, it's working now yh you're right, all good now. Quote Link to comment
Nestle Posted June 17, 2022 Share Posted June 17, 2022 Interesting, will give it a go. Is PlatformInfo being spoofed? Quote Link to comment
ajbelge Posted June 18, 2022 Share Posted June 18, 2022 When using mirror, when installing hooks it freezes client then stops working Quote Link to comment