Developer Patrick Posted August 2, 2019 Developer Posted August 2, 2019 Hey, Just the start of some new features/fixes. Download link: http://osbot.org/devbuilds/osbot 2.5.54.jar API CHANGES: - Added Quests#isQuestsTabActive(), Quests#isAchievementsTabActive(), Quests#isMinigameTeleportActive() and Quests#isKourendFavorTabActive() - Updated quest list. FIXES: - Added some of the missing api documentation. More to come. - Small mouse movement improvements. Also a lot more to come. - Improved login handler and added support for the too many login attempts screen. MISC: - Minor bug fixes. - The OSBot Team 12 1 1
JojoStands Posted August 3, 2019 Posted August 3, 2019 This version and the non-dev build is stuck in a loop for me. I am using Linux Mint.
Chase Posted August 11, 2019 Posted August 11, 2019 Hey, I'm very interested in mouse movement in terms of bot flagging. This old thread uses classes not exposed anymore to the osbot client, will the possibility to design custom mouse movement ever be added back?
Developer Patrick Posted August 12, 2019 Author Developer Posted August 12, 2019 On 8/11/2019 at 4:11 PM, Chase said: Hey, I'm very interested in mouse movement in terms of bot flagging. This old thread uses classes not exposed anymore to the osbot client, will the possibility to design custom mouse movement ever be added back? Those classes don't exist anymore but it's still possible to use your own mouse movement code.
aiSCAPE Posted August 14, 2019 Posted August 14, 2019 On 8/3/2019 at 10:51 PM, JojoStands said: This version and the non-dev build is stuck in a loop for me. I am using Linux Mint. change the .jar to an executable { chmod +x name.jar } also start the executable with a bash script stating the java version (version8 ) this works for me and i'm running Kubuntu (ubuntu distro)