slender1234 Posted March 5, 2018 Share Posted March 5, 2018 [ERROR][Bot #1][03/05 09:54:25 PM]: Error in bot executor! java.lang.NoSuchMethodError: org.osbot.rs07.api.Skills.hoverSkill(Lorg/osbot/rs07/api/ui/Skill;)Z at bot_s.onLoop(bot_s.java:274) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(hj:225) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][03/05 09:59:27 PM]: Started random solver : Auto Login [INFO][Bot #1][03/05 09:59:32 PM]: Random solver exited : Auto Login World hopping bot gets stuck on the stats tab any ideas? Link to comment Share on other sites More sharing options...
Alek Posted March 5, 2018 Share Posted March 5, 2018 I hid all the comments in this thread because they were either being unproductive or referred you to a custom world hopper which has absolutely nothing to do with your issue. Your issue is that you're using an OSBot API method that no longer exists, specifically the Skills hoverSkill method. You will need to either write your own method or remove it from your code. Please refer to the new API docs and the 2.5.X release threads. Edit: I see why you were referred to a world hopper, you made the title of this thread "world hopper" for some unknown reason. 1 Link to comment Share on other sites More sharing options...